Investment Research for Everyone, Anywhere.
Project description
OpenBB Platform CLI
OpenBB is committed to build the future of investment research by focusing on an open source infrastructure accessible to everyone, everywhere. |
---|
Check our website at openbb.co |
Overview
The OpenBB Platform CLI is a command line interface that wraps OpenBB Platform.
It offers a convenient way to interact with the OpenBB Platform and its extensions, as well as automate data collection via OpenBB Routine Scripts.
Find the most complete documentation, examples, and usage guides for the OpenBB Platform CLI here.
Installation
The command below provides access to the all the available OpenBB extensions behind the OpenBB Platform, find the complete list here.
pip install openbb-cli
Note: Find the most complete installation hints and tips here.
After the installation is complete, you can deploy the OpenBB Platform CLI by running the following command:
openbb
Which should result in the following output:
API keys
To fully leverage the OpenBB Platform you need to get some API keys to connect with data providers. Here are the 3 options on where to set them:
- OpenBB Hub
- Local file
1. OpenBB Hub
Set your keys at OpenBB Hub and get your personal access token from https://my.openbb.co/app/platform/pat to connect with your account.
Once you log in, on the Platform CLI (through the
/account
menu, all your credentials will be in sync with the OpenBB Hub.)
2. Local file
You can specify the keys directly in the ~/.openbb_platform/user_settings.json
file.
Populate this file with the following template and replace the values with your keys:
{
"credentials": {
"fmp_api_key": "REPLACE_ME",
"polygon_api_key": "REPLACE_ME",
"benzinga_api_key": "REPLACE_ME",
"fred_api_key": "REPLACE_ME"
}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file openbb_cli-1.0.3.tar.gz
.
File metadata
- Download URL: openbb_cli-1.0.3.tar.gz
- Upload date:
- Size: 267.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.9.19 Linux/6.8.0-35-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f12f7f3bd7ddc3aeaee02a75cf511c97665d653fdb8b2ac1fa3f54523f002417 |
|
MD5 | 8bc55ea4f5b3ce043d5566dcf29a7bf4 |
|
BLAKE2b-256 | 6ee35f28a2f52c9ca8ff950618f6ecb2ba8b31f99adc790d2030d7c1e1923669 |
File details
Details for the file openbb_cli-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: openbb_cli-1.0.3-py3-none-any.whl
- Upload date:
- Size: 280.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.9.19 Linux/6.8.0-35-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99af0de197386f8abf8c9732b4be8e9c22e0f0ccfb6752ce654c4975145b143c |
|
MD5 | 0bc3a562737ebe05fe597995eb21c66b |
|
BLAKE2b-256 | 585324a2912a18cf2772d0d5dea2be7f9a98ef7da7c31b9a7e949d133208ccfd |