{"library":"openbb","title":"OpenBB SDK","description":"OpenBB is an open-source investment research SDK for programmatic access to financial market data from multiple providers. Current version 4.7.1 requires Python 3.10+. Release cadence is monthly.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install openbb","pip install openbb[all]"],"cli":{"name":"openbb","version":"sh: 1: openbb: not found"}},"imports":["import openbb","from openbb import obb"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import openbb\n\n# Set personal access token (or use environment variable OPENBB_PERSONAL_ACCESS_TOKEN)\nobb = openbb.OpenBB(token=os.environ.get('OPENBB_PERSONAL_ACCESS_TOKEN', ''))\n\n# Get stock data\ndf = obb.equity.price.historical('AAPL', provider='fmp')\nprint(df)\n","lang":"python","description":"Initialize OpenBB SDK with a personal access token and fetch historical prices.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}