Derivatives extension for the OpenBB Platform (v1.6.2). Provides access to options, futures, and other derivative securities data from multiple providers. Follows monthly releases aligned with OpenBB core.
pip install openbb-derivativesNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: get options chains for AAPL via CBOE provider.
Install and import from the specific extension package (e.g., `openbb-derivatives`) and use `obb.derivatives`.
Replace 'yahoo_finance' with 'yfinance' or 'cboe' in your code.
Set required env vars before initializing obb. For example: `os.environ['POLYGON_API_KEY'] = 'your_key'`.
Run: pip install openbb-derivatives
Install the extension: pip install openbb-derivatives, then restart the Python interpreter.
Check available providers for the specific route using: obb.derivatives.options.providers
No dependency data recorded yet.
No resource links recorded.