Registry / analytics / openbb-intrinio

openbb-intrinio

JSON →
library1.6.1pypypiunverified

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-intrinio
INSTALL
IMPORT
SIG · OPENBB-INTRINIO
O
openbb-intrinio
analyticspythonv1.6.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

IntrinioFetcher
from openbb_intrinio import IntrinioFetcher
from openbb_intrinio import IntrinioFetcher

Initialize OpenBB with Intrinio provider and fetch historical stock prices. Requires INTRINIO_API_KEY environment variable.

from openbb import obbi import os # Set API key os.environ['INTRINIO_API_KEY'] = 'your_api_key_here' # Fetch historical prices for Apple result = obbi.equity.price.historical('AAPL', provider='intrinio') print(result)
Debug
Known issues
breakingOpenBB v4 changed the entire API. The old 'openbb_intrinio' package from v3 (e.g., 'from openbb_intrinio import alt') no longer works. Use the unified 'from openbb import obbi' approach.
fix
Migrate to OpenBB v4 SDK: use 'from openbb import obbi' and call providers via 'obbi.equity...' syntax. See OpenBB migration guide.
affects: >=4.0.0
deprecatedThe 'openbb-intrinio' extension no longer supports direct fetcher imports like 'from openbb_intrinio.models import ...' in recent releases.
fix
Use the OpenBB router-based access via 'obbi' object instead of importing models directly.
affects: >=1.5.0
gotchaIntrinio API key must be set as environment variable 'INTRINIO_API_KEY'. Passing it as a parameter is not supported in the standard OpenBB provider interface.
fix
Set the environment variable before creating the obbi object: os.environ['INTRINIO_API_KEY'] = 'your_key'.
affects: all
Upgrade
Version history
1.6.1latest on PyPI · released May 26, 2026
Audit
Dependencies
openbb-corerequiredCore OpenBB platform required for all extensions
Agent activity
41 hits · last 30 days
node
34
Amazon
1
OpenAI (training)
1
Resources

No resource links recorded.

openbb-intrinio — pip install openbb-intrinio · libregistry