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-coreVerified import paths — ran on the pinned version, not inferred.
Instantiate the main controller and fetch data. Authentication via env vars OPENBB_PAT or provider-specific keys.
Update imports: from openbb_core.api.rest.controller import OBB.
Set environment variables like OPENBB_PAT (for personal access token) or provider-specific keys (e.g., OPENBB_POLYGON_API_KEY).
pip install openbb-core
No dependency data recorded yet.