stas-prokopiev / binance_historical_data

python PYPI package to dump all needed crypto historical data from binance just by 2 lines of code
MIT License
71 stars 25 forks source link

add futures usdm asset #5

Closed Looma1116 closed 1 year ago

Looma1116 commented 1 year ago

data_dumper = BinanceDataDumper( asset_class="futures\um", # spot, futures, margin path_dir_where_to_dump="./BianceFutures", data_type="klines", # aggTrades, klines, trades data_frequency="1m", # argument for data_type="klines" )

stas-prokopiev commented 1 year ago

Hi, Sorry for the late reply, I added support of futures from another PR, it's almost identical to yours but also added some functionality to track the first date of any ticker, so I've chosen it I believe this PR can be closed. Thank you for using my package and sorry for the inconvenience.