Investment Research for Everyone, Anywhere.
Project description
CapInvest Platform CLI
| CapInvest 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 CapInvest Platform CLI is a command line interface that wraps CapInvest Platform.
It offers a convenient way to interact with the CapInvest Platform and its extensions, as well as automated data collection via CapInvest Routine Scripts.
Find the most complete documentation, examples, and usage guides for the CapInvest Platform CLI here.
Installation
The command below provides access to all the available CapInvest extensions behind the CapInvest Platform, find the complete list here.
pip install capinvest-cli
Note: Find the most complete installation hints and tips here.
After the installation is complete, you can deploy the CapInvest Platform CLI by running the following command:
capinvest
Which should result in the following output:
API keys
To fully leverage the CapInvest Platform you need to get some API keys to connect with data providers. Here are the 3 options on where to set them:
- CapInvest Hub
- Local file
1. CapInvest Hub
Set your keys at CapInvest 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
/accountmenu, all your credentials will be in sync with the CapInvest Hub.)
2. Local file
You can specify the keys directly in the ~/.capinvest_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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file capinvest_cli-1.0.3.tar.gz.
File metadata
- Download URL: capinvest_cli-1.0.3.tar.gz
- Upload date:
- Size: 266.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.11.4 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b03cf4e8b14697d857a07b4ae241ca1c0b8bf8a2344245e06b9c7af63892ad9
|
|
| MD5 |
5b776484ce8398a05ea3a23b4f928db0
|
|
| BLAKE2b-256 |
9b136c167042f27e73651ed689979f23be0b56ddee7f1882e280b27277ada874
|
File details
Details for the file capinvest_cli-1.0.3-py3-none-any.whl.
File metadata
- Download URL: capinvest_cli-1.0.3-py3-none-any.whl
- Upload date:
- Size: 283.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.11.4 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
348ad855d358bc7d79bf5a6e05e1167910c65e104f4c806aebeb8083c3dd6146
|
|
| MD5 |
fc59eb0f516368c02124789b3cb2ec66
|
|
| BLAKE2b-256 |
ed0bbadecc8c6a5775619cdd717d98d5bd036a5fc31ef414b4b1bca24c2600b9
|