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

Updating Ultima urls #5587

Merged
merged 1 commit into from
Oct 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openbb_terminal/keys_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,7 @@ def call_ultima(self, other_args: List[str]):
help="key",
)
if not other_args:
console.print("For your API Key, https://ultimainsights.ai/")
console.print("For your API Key, https://ultimainsights.ai/openbb")
return

if other_args and "-" not in other_args[0][0]:
Expand Down
2 changes: 1 addition & 1 deletion openbb_terminal/miscellaneous/models/all_api_keys.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "API_ULTIMA_KEY",
"source": "Ultima Insights",
"link": "https://www.ultimainsights.ai/",
"markdown": "Go to: https://ultimainsights.ai/\n\n![Ultima Insights](https://user-images.githubusercontent.com/1911913/229215125-e3419788-eef3-4389-a3bd-5c08f3333347.png)\n\nClick on, \"Get Started\", to start the sign-up process. After the account has been setup, navigate to [Generate API Key](https://beta.ultimainsights.ai/my-account/generate-api-key) and click \"Generate Key\"."
"markdown": "Go to: https://ultimainsights.ai/openbb\n\n![Ultima Insights](https://user-images.githubusercontent.com/1911913/229215125-e3419788-eef3-4389-a3bd-5c08f3333347.png)\n\nClick on, \"Get Started\", to start the sign-up process. After the account has been setup, navigate to [Generate API Key](https://beta.ultimainsights.ai/my-account/generate-api-key) and click \"Generate Key\"."
},
{
"name": "API_KEY_ALPHAVANTAGE",
Expand Down
4 changes: 2 additions & 2 deletions website/content/terminal/usage/guides/api-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -831,11 +831,11 @@ Click on, "Open Account", to start the sign-up process. After the account has be
<details>
<summary>Instructions</summary>

Go to: https://ultimainsights.ai/
Go to: https://ultimainsights.ai/openbb

![Ultima Insights](https://user-images.githubusercontent.com/1911913/229215125-e3419788-eef3-4389-a3bd-5c08f3333347.png)

Click on, "Get Started", to start the sign-up process. After the account has been setup, navigate to [Generate API Key](https://beta.ultimainsights.ai/my-account/generate-api-key) and click "Generate Key". Copy the API key to the clipboard, and enter this key into the OpenBB Terminal with:
Click on, "Get Started", to start the sign-up process. After the account has been setup, navigate to [Generate API Key](https://ultimainsights.ai/openbb) and click "Generate Key". Copy the API key to the clipboard, and enter this key into the OpenBB Terminal with:

```console
/keys/ultima REPLACE_WITH_KEY
Expand Down
Loading