openbb-equity
Equity extension for OpenBB
What it is and what it does
OpenBB Equity is an extension for the OpenBB Platform that bundles equity market data tools into organized sub-modules. It acts as a data access layer, letting you query stock prices, fundamentals, options chains, ownership structures, analyst estimates, and discovery data through a unified interface. The extension depends on openbb-core, which provides the platform infrastructure.
You install it as a standard Python package and access its functionality through the OpenBB app object. It's designed for developers building financial analysis tools, research workflows, or dashboards that need structured access to equity data. The modular design (calendar, compare, darkpool, discovery, estimates, fundamental, options, ownership, price, shorts) means you can work with specific data types without loading unnecessary code.
Use it for:
- Fetch historical stock prices and build backtesting systems for trading strategies.
- Analyze peer companies using the compare module for competitive research.
- Access analyst estimates and fundamental metrics for equity valuation models.
- Monitor dark pool and short interest data for market microstructure analysis.
- Discover new equities using the discovery module for screening workflows.
- Retrieve options chain data for derivatives pricing and risk analysis.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides equity market data access through the OpenBB Platform, including pricing, fundamental analysis, options, ownership, and discovery tools via sub-modules.
Yes, if you are already using the OpenBB Platform and need equity data access. The low install friction, active maintenance, and modular design make it a natural fit for financial workflows. However, the AGPL-3.0-only license is a hard blocker for closed-source commercial applications. Verify that the specific data providers and coverage meet your needs before committing to the platform.
Install
openbb-equity on PyPI
pip
pip install openbb-equityuv
uv add openbb-equitypoetry
poetry add openbb-equityInstalling openbb-equity
Before you install
Low friction installation as a pure Python wheel. Actively maintained with a release 80 days ago. Single runtime dependency on openbb-core keeps the dependency tree lean.
License in practice
Licensed under AGPL-3.0-only, which requires derivative works and modifications to be open-sourced under the same license. Suitable for open-source projects but restrictive for proprietary applications.
Quickstart
pip install openbb-equity
from openbb_core.app import OpenBB
obb = OpenBB()
prices = obb.equity.price.historical(symbol='AAPL')
Requires Python 3.10 or later. Depends on openbb-core being installed and configured.
Verify before relying
- Specific data providers and coverage for each sub-module (calendar, darkpool, estimates, etc.)
- API rate limits or data freshness guarantees
- Whether all sub-modules are fully functional in version 1.6.2 or if some are experimental
Package facts
| License | AGPL-3.0-only (agpl) |
| Python support | supports the current Python release (<4,>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — openbb-core |
| Maintenance | actively maintained — 80 days since the last release |
| First released | |
| Downloads | 88,810/month — #13,702 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: openbb_equity-1.6.2-py3-none-any.whl
Tags
More Information Analysis packages
A drop-in replacement for Python's standard…
permissive · top 100 on PyPI
pyarrowpyarrow provides Python bindings to Apache…
permissive · top 100 on PyPI
networkxNetworkX provides data structures and…
permissive · top 1,000 on PyPI
snowflake-connector-pythonConnects Python applications to Snowflake data…
permissive · top 1,000 on PyPI
contourpyContourPy calculates contours of 2D…
permissive · top 1,000 on PyPI
snowflake-snowpark-pythonSnowpark Python provides APIs to query and…
permissive · top 1,000 on PyPI
lseg-dataClient library for accessing LSEG Data Platform…
permissive · top 15,000 on PyPI
openbb-benzingaIntegrates Benzinga financial data into the…
agpl · top 15,000 on PyPI
openbb-cryptoProvides cryptocurrency data retrieval commands…
agpl · top 15,000 on PyPI
openbb-indexProvides access to global and European index…
agpl · top 15,000 on PyPI
xbbgxbbg is a Bloomberg client for Python that…
permissive · top 15,000 on PyPI
openbb-tradingeconomicsIntegrates Trading Economics data into the…
agpl · top 15,000 on PyPI
openbb-derivativesProvides derivatives market data and analytics…
agpl · top 15,000 on PyPI
openbb-fmpIntegrates Financial Modeling Prep as a data…
agpl · top 15,000 on PyPI
openbb-tiingoIntegrates Tiingo financial data into the…
agpl · top 15,000 on PyPI
investor-agentProvides financial research tools as an MCP…
permissive · top 15,000 on PyPI