openbb-index
Index extension for OpenBB
What it is and what it does
openbb-index is an extension module for the OpenBB Platform that adds data access capabilities for global and European market indices. It integrates as a plugin into the core OpenBB framework, allowing users to retrieve index data through the platform's standard API surface rather than managing separate data connections.
The package is distributed as a pure Python wheel with minimal dependencies—only openbb-core is required at runtime. It targets modern Python versions from 3.10 through 3.14 and is maintained actively, with releases within recent months. The AGPL-3.0-only license means any code that uses or modifies this extension must be released under the same copyleft terms.
Use it for:
- Retrieve global index data within OpenBB-based financial analysis applications.
- Access European index data for multi-region portfolio analysis workflows.
- Build financial dashboards or reporting tools that aggregate index performance through a unified OpenBB interface.
- Extend OpenBB Platform deployments with index data capabilities without managing separate data providers.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides access to global and European index data through the OpenBB Platform, extending the core framework with index-specific data retrieval capabilities.
Yes, if you are already using the OpenBB Platform and need index data access. Low install friction, active maintenance, and no known vulnerabilities make it a straightforward addition. However, the AGPL-3.0-only license is a significant constraint—only use it if your project can comply with copyleft obligations or if you are building internal tools where source disclosure is acceptable.
Install
openbb-index on PyPI
pip
pip install openbb-indexuv
uv add openbb-indexpoetry
poetry add openbb-indexInstalling openbb-index
Before you install
Low install friction with a pure Python wheel and a single runtime dependency on openbb-core. Active maintenance status with a release within the last 80 days.
License in practice
Licensed under AGPL-3.0-only, which requires that any modifications or derivative works using this package must also be released under the same license and have source code made available.
Quickstart
pip install openbb-index
from openbb_core.app import OpenBBApp
app = OpenBBApp()
# Use index data through the OpenBB Platform
Requires Python 3.10 or later (supports 3.10, 3.11, 3.12, 3.13, 3.14); openbb-core must be installed first.
Verify before relying
- Whether this extension works with all versions of openbb-core or has specific version constraints not listed in the fact sheet.
- What specific indices are covered (global and European scope is mentioned but the full list of supported indices is not detailed).
- Whether real-time or historical data is provided, and what data freshness guarantees exist.
- What specific index data points and fields are accessible through the extension.
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 | 86,353/month — #13,869 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: openbb_index-1.6.2-py3-none-any.whl
Tags
More WWW/HTTP packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
h11h11 is a pure-Python HTTP/1.1 protocol…
permissive · top 100 on PyPI
httpxHTTPX is a fully featured HTTP client library…
permissive · top 100 on PyPI
httpcoreA minimal low-level HTTP client library that…
permissive · top 100 on PyPI
aiohttpaiohttp is an async HTTP client and server…
permissive · top 100 on PyPI
openbb-derivativesProvides derivatives market data and analytics…
agpl · top 15,000 on PyPI
openbb-economyProvides access to global macroeconomic data…
agpl · top 15,000 on PyPI
openbb-regulatorsProvides structured access to data from global…
agpl · top 15,000 on PyPI
openbb-equityProvides equity market data access through the…
agpl · top 15,000 on PyPI
openbb-cryptoProvides cryptocurrency data retrieval commands…
agpl · top 15,000 on PyPI
openbb-etfExtends the OpenBB SDK with commands to…
agpl · top 15,000 on PyPI
openbb-newsExtends the OpenBB Platform with news data…
agpl · top 15,000 on PyPI
openbb-commodityProvides commodity-related data commands as an…
agpl · top 15,000 on PyPI
openbb-benzingaIntegrates Benzinga financial data into the…
agpl · top 15,000 on PyPI
openbb-intrinioIntegrates Intrinio financial data into the…
agpl · top 15,000 on PyPI