Tiingo data provider extension for OpenBB Platform v4+. Provides historical price, intraday, and fundamental data. Current version 1.6.1, released quarterly with OpenBB releases.
pip install openbb-tiingoNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Authenticate with Personal Access Token, then fetch data. Provider='tiingo' activates the extension.
Use openbb-tiingo==0.x for OpenBB v3, or upgrade OpenBB to v4.
Upgrade to latest and use from openbb import obb.
Set TIINGO_API_TOKEN=your_token in your environment, or pass token='...' to commands.
Use 'from openbb import obb' and ensure openbb-tiingo is installed.
Use obb.equity.price.historical(...) not obb.stocks.load(...).
Ensure openbb-tiingo is installed (pip install openbb-tiingo) and use provider='tiingo'.
No resource links recorded.