OpenBB-finance/OpenBB

Open Data Platform for analysts, quants and AI agents.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 57 minutes ago
Added to GitGenius on February 25th, 2026
Created on December 20th, 2020
Open Issues & Pull Requests: 109 (+0)
Number of forks: 7,437
Total Stargazers: 72,228 (+1)
Total Subscribers: 458 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 7.2 days
Mean response time: 204.2 days
90th percentile: 581.5 days
Tracked items: 557

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 98% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "🕹️ 300 points" is answered fastest, typically in about 3 days, while "enhancement" waits about 17 months. Only 10% of issues opened in the past year have been closed. Three people close 89% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 49
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 263 days
Stale 30+ days: 39
Stale 90+ days: 32

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 1
Events in 7 days: 1

Top labels

  • bug (389)
  • enhancement (79)
  • platform (41)
  • v4 (14)
  • 🕹️ 300 points (14)
  • installer (12)
  • build (11)
  • dependencies (8)

Most active issues this week

Detailed Description

The OpenBB Open Data Platform is an open-source Python-based infrastructure layer designed to consolidate financial data from proprietary, licensed, and public sources for use across multiple downstream applications. The platform operates on a "connect once, consume everywhere" architecture that enables data engineers to integrate diverse data sources and expose them simultaneously to Python environments for quantitative analysts, the OpenBB Workspace UI for analysts, Model Context Protocol servers for AI agents, and REST APIs for other applications. Installation is straightforward via pip with the command pip install openbb, and the platform also offers a command-line interface available through pip install openbb-cli.

The repository is classified across multiple financial and analytical domains including Finance, Investments, Research, Analytics, Financial Data, Market Analysis, Trading, Portfolio Management, and Quantitative Finance. The codebase is written primarily in Python and covers a comprehensive range of financial asset classes and data types, as indicated by its topic tags spanning equities, options, derivatives, crypto, fixed-income, economics, and machine learning applications.

OpenBB Workspace serves as the enterprise user interface layer built on top of the Open Data Platform, providing analysts with visualization capabilities and AI agent integration. The workspace can be connected to the Open Data Platform backend by running a FastAPI server via Uvicorn on localhost at port 6900, then registering that backend through the Workspace's Apps tab. This integration allows analysts to access consolidated data through a graphical interface while maintaining the underlying open-source data integration foundation.

The repository's contributor network overlaps with major projects including Microsoft's VSCode and TypeScript repositories as well as the Rust language repository, suggesting involvement from developers working across multiple significant open-source ecosystems.

The platform is distributed under the AGPLv3 License and includes comprehensive documentation at docs.openbb.co covering both Python and CLI installation and usage. Contributing to the project is facilitated through multiple channels including direct code contributions via the developer documentation, GitHub issue creation for bug reports and feature requests, and community feedback through Discord and social media. The repository emphasizes that data accuracy is not guaranteed and includes appropriate disclaimers regarding trading risks and liability limitations for financial data provided through the platform.