Registry / data / openbb-core

openbb-core

JSON →
library1.6.13pypypiunverified

OpenBB Core is the foundational library (v1.6.8) for the OpenBB platform, providing data connectors, financial modeling, and an SDK for programmatic access. It follows a monthly release cadence.

pip install openbb-core
INSTALL
IMPORT
SIG · OPENBB-CORE
O
openbb-core
datapythonv1.6.13
Install
34.2s avg
Import
Disk
764MB
Pass rate
5/ 10
Env Coverage5 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v1.6.13 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
glibc
py 3.10
1/2 runs
✓ 38s
py 3.11
1/2 runs
✓ 32.3s
py 3.12
1/2 runs
✓ 27.2s
py 3.13
1/2 runs
✓ 29.1s
py 3.9
1/2 runs
✓ 44.3s
764MB installed
● package 764MB
Code
Verified usage

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

OBB
from openbb_core.api.rest.controller import OBB
from openbb import OBB
Old import path removed in v1.0+.
OBBError
from openbb_core.app.model.abstract.error import OBBError
No common wrong import known.

Instantiate the main controller and fetch data. Authentication via env vars OPENBB_PAT or provider-specific keys.

from openbb_core.api.rest.controller import OBB obb = OBB() # Fetch historical price data for a stock df = obb.equity.price.historical(symbol='AAPL', start_date='2023-01-01', end_date='2023-12-31') print(df)
openbb --version
Debug
Known issues
breakingOpenBB Core v1+ removed the old monolithic openbb package structure. Imports must use openbb_core instead of openbb.
fix
Update imports: from openbb_core.api.rest.controller import OBB.
affects: >=1.0.0
gotchaThe OBB controller requires an active internet connection and valid API keys for data providers; missing keys cause silent empty results.
fix
Set environment variables like OPENBB_PAT (for personal access token) or provider-specific keys (e.g., OPENBB_POLYGON_API_KEY).
affects: >=1.0.0
deprecatedThe legacy 'openbb' module is deprecated; install 'openbb-core' instead. Using 'pip install openbb' may install an older version.
fix
pip install openbb-core
affects: >=1.0.0
Upgrade
Version history
1.6.13latest on PyPI · released Jun 17, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
26
OpenAI (training)
1
Resources
openbb-core — pip install openbb-core · libregistry