Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]Adding API keys to the new platform #5842

Open
msh855 opened this issue Dec 1, 2023 · 2 comments
Open

[Bug]Adding API keys to the new platform #5842

msh855 opened this issue Dec 1, 2023 · 2 comments

Comments

@msh855
Copy link

msh855 commented Dec 1, 2023

It is not clear how to set up the new api keys in the new openBB platform library.

In the legacy system it used to be


from openbb_terminal.sdk import openbb

# put my keys
openbb.keys.quandl(key="mykey")

Now I cannot find in the documentation what I need to do for openBB platform. Also, there are missing API keys in the website. For instance fmp and tradeconomics which are required for the economic calendars are not available to be saved in user's profile in the website.

for example, How I can my fmp key in python as I was doing in openbb_terminal.sdk ?

@jmaslek
Copy link
Collaborator

jmaslek commented Dec 1, 2023

Thanks for the feedback. We just launched the first docs version, so there is plenty that we missed or can improve on.

To answer your question. You can either add it to my.openbb.co and then login with obb.account.login or you can do obb.user.credentials.fmp_api_key = " < KEY> " (obb.user.crentials will show you available keys)

@deeleeramone
Copy link
Contributor

Related to #5717

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants