data_providers#
Data Provider classes
An interface for data providers (for example AbstractPriceDataProvider). |
|
Interface for data providers that supply historical data for various asset classes, including stocks, indices, and futures. |
|
An interface for providers of futures' data. |
|
Wrapper on QFDataArray which makes it a DataProvider. |
|
Optimises running of the DataProvider by pre-fetching all the data at startup and then using the cached data instead of sending over-the-network requests every time the data is requested. |
|
Binance Data Provider that downloads data in the range from start_date to end_date. |
|
Data Provider which provides financial data from Bloomberg. |
|
|
Data Provider which provides financial data from Bloomberg Data License REST API. |
Generic Data Provider that loads csv files. |
|
Constructs a new |
|
Loads Portara data for futures contracts. |
|
Class providing the Quandl data. |
|
Data Provider using the yfinance library to provide historical data of various frequencies. |
|