Open cyzanfar opened 6 years ago
We don't have Bittrex bundles at the moment. We are working hard to get them. It's taking longer than we hoped. Bittrex posted some bundles on social media in the past. The last that I saw had data until August. Please let us know if you come across something more recent. Otherwise, we will continue pursuing data acquisition.
If you guys have specific markets that you are interested in, feel free to post them here. We'll look into temporary options until we have the full history.
Hey!
Environment
pip
Description of Issue
Tried ingesting minute data from Bittrex exchange for currency pair
ltc_btc
:got:
It seems that the problem comes from the particular asset being traded who's
end_minute
is set to 'N/A' causingend
andlast_entry
to be null exchange_bundle.py#L467.Until a source of minute data has been found for Bittrex, there should be a way to handle this and let the user know the data isn't applicable to the currency pair being trade.
Thanks!