MCPcopy
hub / github.com/OpenBB-finance/OpenBB

github.com/OpenBB-finance/OpenBB @v4.7.0 sqlite

repository ↗ · DeepWiki ↗ · release v4.7.0 ↗
14,258 symbols 58,280 edges 1,366 files 7,444 documented · 52%
README

Open Data Platform by OpenBB logo Open Data Platform by OpenBB logo

Twitter Discord Shield Open in Dev Containers Open In Colab PyPI

Open Data Platform by OpenBB (ODP) is the open-source toolset that helps data engineers integrate proprietary, licensed, and public data sources into downstream applications like AI copilots and research dashboards.

ODP operates as the "connect once, consume everywhere" infrastructure layer that consolidates and exposes data to multiple surfaces at once: Python environments for quants, OpenBB Workspace and Excel for analysts, MCP servers for AI agents, and REST APIs for other applications.

Logo

Get started with: pip install openbb

from openbb import obb
output = obb.equity.price.historical("AAPL")
df = output.to_dataframe()

Data integrations available can be found here: https://docs.openbb.co/python/reference


OpenBB Workspace

While the Open Data Platform provides the open-source data integration foundation, OpenBB Workspace offers the enterprise UI for analysts to visualize datasets and leverage AI agents. The platform's "connect once, consume everywhere" architecture enables seamless integration between the two.

You can find OpenBB Workspace at https://pro.openbb.co.

Logo

Data integration:

AI Agents integration:

Integrating Open Data Platform to the OpenBB Workspace

Connect this library to the OpenBB Workspace with a few simple commands, in a Python (3.9.21 - 3.12) environment.

Run an ODP backend

  • Install the packages.
pip install "openbb[all]"
  • Start the API server over localhost.
openbb-api

This will launch a FastAPI server, via Uvicorn, at 127.0.0.1:6900.

You can check that it works by going to http://127.0.0.1:6900.

Integrate the ODP Backend to OpenBB Workspace

Sign-in to the OpenBB Workspace, and follow the following steps:

CleanShot 2025-05-17 at 09 51 56@2x

  1. Go to the "Apps" tab
  2. Click on "Connect backend"
  3. Fill in the form with: Name: Open Data Platform URL: http://127.0.0.1:6900
  4. Click on "Test". You should get a "Test successful" with the number of apps found.
  5. Click on "Add".

That's it.


Table of Contents

  1. Installation
  2. Contributing
  3. License
  4. Disclaimer
  5. Contacts
  6. Star History
  7. Contributors

1. Installation

The ODP Python Package can be installed from PyPI package by running pip install openbb

or by cloning the repository directly with git clone https://github.com/OpenBB-finance/OpenBB.git.

Please find more about the installation process, in the OpenBB Documentation.

ODP CLI installation

The ODP CLI is a command-line interface that allows you to access the ODP directly from your command line.

It can be installed by running pip install openbb-cli

or by cloning the repository directly with git clone https://github.com/OpenBB-finance/OpenBB.git.

Please find more about the installation process in the OpenBB Documentation.

2. Contributing

There are three main ways of contributing to this project. (Hopefully you have starred the project by now ⭐️)

Become a Contributor

Create a GitHub ticket

Before creating a ticket make sure the one you are creating doesn't exist already among the existing issues

Provide feedback

We are most active on our Discord, but feel free to reach out to us in any of our social media for feedback.

3. License

Distributed under the AGPLv3 License. See LICENSE for more information.

4. Disclaimer

Trading in financial instruments involves high risks including the risk of losing some, or all, of your investment amount, and may not be suitable for all investors.

Before deciding to trade in a financial instrument you should be fully informed of the risks and costs associated with trading the financial markets, carefully consider your investment objectives, level of experience, and risk appetite, and seek professional advice where needed.

The data contained in the Open Data Platform is not necessarily accurate.

OpenBB and any provider of the data contained in this website will not accept liability for any loss or damage as a result of your trading, or your reliance on the information displayed.

All names, logos, and brands of third parties that may be referenced in our sites, products or documentation are trademarks of their respective owners. Unless otherwise specified, OpenBB and its products and services are not endorsed by, sponsored by, or affiliated with these third parties.

Our use of these names, logos, and brands is for identification purposes only, and does not imply any such endorsement, sponsorship, or affiliation.

5. Contacts

If you have any questions about the platform or anything OpenBB, feel free to email us at support@openbb.co

If you want to say hi, or are interested in partnering with us, feel free to reach us at hello@openbb.co

Any of our social media platforms: openbb.co/links

6. Star History

This is a proxy of our growth and that we are just getting started.

But for more metrics important to us check openbb.co/open.

Star History Chart

7. Contributors

OpenBB wouldn't be OpenBB without you. If we are going to disrupt financial industry, every contribution counts. Thank you for being part of this journey.

Extension points exported contracts — how you extend this code

FileRoutesByFullPath (Interface)
(no doc)
desktop/src/routeTree.gen.ts
Window (Interface)
(no doc)
frontend-components/plotly/src/App.tsx
Window (Interface)
(no doc)
frontend-components/tables/src/App.tsx
FileRoutesByTo (Interface)
(no doc)
desktop/src/routeTree.gen.ts
SVGRProps (Interface)
(no doc)
frontend-components/plotly/src/components/Icons/Success.tsx
SVGRProps (Interface)
(no doc)
frontend-components/tables/src/components/Icons/Success.tsx
FileRoutesById (Interface)
(no doc)
desktop/src/routeTree.gen.ts
SVGRProps (Interface)
(no doc)
frontend-components/plotly/src/components/Icons/Warning.tsx

Core symbols most depended-on inside this repo

get
called by 4466
openbb_platform/core/openbb_core/provider/utils/client.py
map
called by 729
openbb_platform/core/openbb_core/app/router.py
test
called by 532
openbb_platform/core/openbb_core/provider/abstract/fetcher.py
style
called by 358
cli/openbb_cli/session.py
get_querystring
called by 339
openbb_platform/core/openbb_core/provider/utils/helpers.py
log
called by 288
openbb_platform/core/openbb_core/app/static/utils/console.py
data
called by 214
openbb_platform/core/openbb_core/app/provider_interface.py
from_query
called by 199
openbb_platform/core/openbb_core/app/model/obbject.py

Shape

Function 6,332
Method 4,997
Class 2,355
Route 517
Interface 57

Languages

Python58%
TypeScript42%

Modules by API surface

openbb_platform/obbject_extensions/charting/openbb_charting/core/assets/plotly-3.1.0.min.js5,631 symbols
openbb_platform/providers/government_us/tests/test_psd_template_parser.py128 symbols
openbb_platform/providers/sec/tests/test_xbrl_taxonomy.py105 symbols
openbb_platform/core/openbb_core/app/static/package_builder.py91 symbols
openbb_platform/providers/sec/openbb_sec/utils/html2markdown.py85 symbols
openbb_platform/core/tests/app/static/test_package_builder.py83 symbols
openbb_platform/providers/imf/tests/test_progressive_validation.py75 symbols
openbb_platform/extensions/equity/integration/test_equity_python.py70 symbols
openbb_platform/extensions/equity/integration/test_equity_api.py70 symbols
openbb_platform/providers/fmp/tests/test_fmp_fetchers.py69 symbols
openbb_platform/extensions/technical/openbb_technical/technical_router.py54 symbols
openbb_platform/obbject_extensions/charting/openbb_charting/query_params.py52 symbols

Dependencies from manifests, versioned

@eslint/js9.39.1 · 1×
@heroicons/react2.2.0 · 1×
@hookform/resolvers3.10.0 · 1×
@openbb/ui-pro0.6.10 · 1×
@radix-ui/react-checkbox1.0.3 · 1×
@radix-ui/react-context-menu2.1.3 · 1×
@radix-ui/react-dialog1.0.3 · 1×
@radix-ui/react-dropdown-menu2.0.4 · 1×
@radix-ui/react-icons1.2.0 · 1×
@radix-ui/react-radio-group1.1.2 · 1×
@radix-ui/react-toast1.1.3 · 1×

For agents

$ claude mcp add OpenBB \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact