-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Thank you for your effort on write this package. I have a question.
Here is the code that I have implemented the code from example, only changing the asset. After a detail search, the corresponding link does not have any file from the offical binance data website. Is there a chance where I could obtain those data, thanks
from binance_bulk_downloader.downloader import BinanceBulkDownloader
downloader = BinanceBulkDownloader(data_type="liquidationSnapshot", asset="um")
downloader.run_download()
╭──────────────────────────────────────────────────────────────────────────────╮
│ Starting download for liquidationSnapshot │
╰──────────────────────────────────────────────────────────────────────────────╯
╭──────────────────────────────────────────────────────────────────────────────╮
│ File list complete: data/futures/um/daily/liquidationSnapshot │
│ Total files found: 0 │
╰───────────────────────────────────────────────────