An extension for the OpenBB Platform that provides stock market index data providers, including indices such as S&P 500, Dow Jones, NASDAQ, and more. Version 1.6.2, released 2024-08. The extension allows users to fetch historical and current index data through the OpenBB SDK. It is part of the OpenBB ecosystem and follows the same release cadence as the core platform.
pip install openbb-indexNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: instantiate the IndexProvider and fetch historical data for an index symbol (e.g., ^GSPC for S&P 500).
Use `from openbb_index import IndexProvider` instead of `from openbb_index.index import ...`
Ensure openbb-core is installed and run `openbb setup` or configure a provider manually.
Use `IndexProvider.fetch_historical(symbol)` instead of `get_historical`.
No resource links recorded.