mirror of
https://github.com/OpenBB-finance/OpenBB.git
synced 2026-09-07 08:53:10 +08:00
* bump minimum version of fastapi to get starlette > 1 * fix test fixture broken by newer version of vitest * another round of lock file syncs * need to pin fastapi until breaking changes in 0.137 can be dealt with * relock cli * cli needs to run openbb-build before running test suite * wrong solution, cli needs fastapi pin until handled. revert nox
OpenBB Tradier Provider
This extension integrates the Tradier data provider into the OpenBB Platform.
Installation
To install the extension:
pip install openbb-tradier
Documentation available here.
Authorization
This extension requires two authorization fields:
- 'tradier_api_key'
- 'tradier_account_type'
Where the account type is either "sandbox" or "live".
Add these to the file, under 'credentials': ~/.openbb_platform/user_settings.json