← Back to Catalog

OpenBB-finance/OpenBB

↗ GitHub

Financial data platform for analysts, quants and AI agents.

65,183

Stars

6,444

Forks

441

Watchers

74

Open Issues

Python·Other·Last commit Apr 3, 2026·by @OpenBB-finance·Published April 3, 2026·Analyzed 5d ago
A

Safety Rating A

No security concerns identified. The repository is a well-established, high-star open-source financial data platform (65k+ stars, AGPLv3 licensed) with a large contributor base. No hardcoded secrets, malicious code patterns, suspicious dependencies, or prompt injection attempts were detected in the README or metadata. The project includes a standard financial disclaimer about trading risks, which is appropriate and expected for this domain.

AI-assisted review, not a professional security audit.

AI Analysis

OpenBB (Open Data Platform) is an open-source Python financial data platform that provides a unified 'connect once, consume everywhere' infrastructure layer for integrating proprietary, licensed, and public financial data sources. It exposes financial data (equities, crypto, derivatives, economics, fixed income, options) through multiple surfaces simultaneously: a Python SDK for quants, a REST API via FastAPI/Uvicorn, a CLI tool, MCP servers for AI agents, and integration with OpenBB Workspace (an enterprise UI). With 65k+ stars, it is one of the most widely adopted open-source financial data toolkits.

Use Cases

  • Fetching historical and real-time equity, crypto, options, and fixed-income data in Python for quantitative research and analysis
  • Serving financial data as a REST API backend for dashboards and downstream applications
  • Providing financial data to AI agents and LLM copilots via MCP server integration
  • Integrating proprietary and licensed data sources into a unified data platform for analysts
  • Building research dashboards and AI-powered financial copilots via OpenBB Workspace integration

Tags

#api#data#library#cli-tool#framework#api-wrapper#analytics#ai-agents#mcp#server#research#workflow-automation

Project Connections

Complements

TauricResearch/TradingAgents

TradingAgents is a multi-agent LLM framework for financial trading research that requires market data inputs; OpenBB's financial data platform can serve as the data provider layer feeding equity prices, fundamentals, and news into TradingAgents' analyst and trader agents.

Complements

rkiding/awesome-finance-skills

awesome-finance-skills provides AI agent skills for financial analysis including stock data retrieval and sentiment analysis; OpenBB's data platform could serve as an underlying data source for those skills, given both target the same financial AI agent use case.

Complements

MervinPraison/PraisonAI

PraisonAI is a multi-agent framework supporting MCP integration; OpenBB exposes financial data via MCP servers, making it a natural data tool for PraisonAI agents performing financial research or trading analysis tasks.

Complements

HKUDS/LightRAG

LightRAG provides RAG and knowledge graph infrastructure; OpenBB's financial data APIs could feed structured financial documents and time-series data into LightRAG pipelines for financial knowledge retrieval and question-answering applications.

Complements

microsoft/markitdown

MarkItDown converts financial documents (PDFs, Excel files) to Markdown for LLM pipelines; it could be used alongside OpenBB to process financial reports and filings that complement OpenBB's structured market data outputs.