Skip to main content
IBM Quantum Platform
This page is from an old version of Qiskit SDK and does not exist in the latest version. We recommend you migrate to the latest version. See the release notes for more information.

Data Providers

qiskit.finance.data_providers

A selection of providers for financial data. These may be backed by an external service that sources the actual data; please refer to the specific provider class below, for more information in that regard.

Data Provider Base Class

BaseDataProviderThe abstract base class for data_provider modules within Qiskit’s finance module.

Data Provider Types

StockMarketStock Market enum

Data Providers

DataOnDemandProviderNASDAQ Data on Demand data provider.
ExchangeDataProviderExchange data provider.
WikipediaDataProviderWikipedia data provider.
YahooDataProviderYahoo data provider.
RandomDataProviderPseudo-randomly generated mock stock-market data provider.
Was this page helpful?
Report a bug or request content on GitHub.