openbb-derivatives
Derivatives extension for OpenBB
What it is and what it does
OpenBB Derivatives is an extension module for the OpenBB Platform that adds derivatives market data capabilities to the core framework. It integrates with openbb-core to provide access to options, futures, and other derivative instruments through a unified API.
The package is designed for developers and analysts who need programmatic access to derivatives data within the OpenBB ecosystem. It follows the OpenBB extension pattern, meaning it depends entirely on openbb-core for its runtime environment and data infrastructure. Installation is straightforward with low friction, and it maintains active development with support for modern Python versions.
Use it for:
- Fetch options chain data and implied volatility for equity underlyings within an OpenBB application
- Retrieve futures contract specifications and historical pricing for backtesting strategies
- Build derivatives analytics dashboards by combining this extension with other OpenBB modules
- Integrate derivatives data into algorithmic trading systems that use the OpenBB Platform
- Analyze derivatives market structure and term structure across multiple instruments
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides derivatives market data and analytics through the OpenBB Platform, extending the core framework with options, futures, and related financial instruments.
Yes, if you are already using the OpenBB Platform and need derivatives data access. The low install friction, active maintenance, and current Python support make it a straightforward addition. However, the AGPL-3.0 license means any proprietary modifications must be released under the same license—verify this aligns with your use case before committing.
Install
openbb-derivatives on PyPI
pip
pip install openbb-derivativesuv
uv add openbb-derivativespoetry
poetry add openbb-derivativesInstalling openbb-derivatives
Before you install
Low install friction with a single runtime dependency on openbb-core. Active maintenance with a release 80 days ago. Supports current Python versions from 3.10 through 3.14.
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 their source code made available.
Quickstart
pip install openbb-derivatives
from openbb_core import OpenBB
# Access derivatives data through the OpenBB platform
obb = OpenBB()
# Use derivatives endpoints as documented at https://docs.openbb.co/sdk
Requires openbb-core to be installed and configured; Python 3.10 or later.
Verify before relying
- Specific derivatives data sources and coverage (equity options, index futures, etc.) not detailed in the excerpt
- Whether openbb-core is freely available or requires separate licensing/authentication
- Real-time vs. historical data availability and update frequency
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,892/month — #13,826 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: openbb_derivatives-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
openbb-indexProvides access to global and European index…
agpl · top 15,000 on PyPI
openbb-benzingaIntegrates Benzinga financial data into the…
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-etfExtends the OpenBB SDK with commands to…
agpl · top 15,000 on PyPI
openbb-equityProvides equity market data access through the…
agpl · top 15,000 on PyPI
openbb-cftcProvides access to CFTC Commitment of Traders…
agpl · top 15,000 on PyPI
QuantLibQuantLib provides Python bindings to a C++…
permissive · top 5,000 on PyPI
openbb-intrinioIntegrates Intrinio financial data into the…
agpl · top 15,000 on PyPI
openbb-regulatorsProvides structured access to data from global…
agpl · top 15,000 on PyPI