{"library":"openbb-core","title":"OpenBB Core","description":"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.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install openbb-core","pip install openbb[all]"],"cli":{"name":"openbb","version":"sh: 1: openbb: not found"}},"imports":["from openbb_core.api.rest.controller import OBB","from openbb_core.app.model.abstract.error import OBBError"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from openbb_core.api.rest.controller import OBB\nobb = OBB()\n# Fetch historical price data for a stock\ndf = obb.equity.price.historical(symbol='AAPL', start_date='2023-01-01', end_date='2023-12-31')\nprint(df)\n","lang":"python","description":"Instantiate the main controller and fetch data. Authentication via env vars OPENBB_PAT or provider-specific keys.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}