Skip to content

QuandlBitfinexDownloader

QuantConnect.DataSource.QuandlBitfinexDownloader

QuandlBitfinexDownloader(api_key: str)

Bases: NasdaqBitfinexDownloader

Quandl Bitfinex Data Downloader class

Initializes a new instance of the QuandlBitfinexDownloader class

Parameters:

Name Type Description Default
api_key str

The quandl api key

required

get

get(
    data_downloader_get_parameters: DataDownloaderGetParameters,
) -> Iterable[BaseData]

Get historical data enumerable for Bitfinex from Nasdaq

Parameters:

Name Type Description Default
data_downloader_get_parameters DataDownloaderGetParameters

model class for passing in parameters for historical data

required

Returns:

Type Description
Iterable[BaseData]

Enumerable of base data for this symbol.