Intrinio data provider extension for the OpenBB Platform (v4+). This extension enables access to Intrinio's financial data APIs (real-time, fundamentals, historical) through the OpenBB SDK. The current version is 1.6.1, compatible with Python >=3.10,<4. Release cadence follows OpenBB extensions.
pip install openbb-intrinioNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize OpenBB with Intrinio provider and fetch historical stock prices. Requires INTRINIO_API_KEY environment variable.
Migrate to OpenBB v4 SDK: use 'from openbb import obbi' and call providers via 'obbi.equity...' syntax. See OpenBB migration guide.
Use the OpenBB router-based access via 'obbi' object instead of importing models directly.
Set the environment variable before creating the obbi object: os.environ['INTRINIO_API_KEY'] = 'your_key'.
No resource links recorded.