OpenBB
Basic Information
OpenBB is an open source financial data platform that provides programmatic access to market and economic data for analysts, developers, and AI integrations. The repository offers a Python library and a command-line interface to query equities, options, crypto, forex, macroeconomic and fixed income datasets, and it can be installed via PyPI. It includes an example usage showing how to fetch historical equity prices and convert results to a dataframe. The project also exposes a local API server that runs with FastAPI and Uvicorn, enabling integration with the enterprise OpenBB Workspace and third-party extensions. The codebase is maintained under AGPLv3 and is designed to be extensible with data backends and agent integrations referenced in companion repositories.