Skip to content

Modified from binance_historical_data repo to use with futures data

License

Notifications You must be signed in to change notification settings

blackchain43/binance-futu-historical-data

Repository files navigation

binance_futu_historical_data

poetry install
poetry run python scripts -t klines -feq 1m -tick BTCUSDT ETHUSDT -start 2021-10-01 -end 2021-10-3 -save-dir

Arguments:

  1. t:
    data type: data type to dump: [aggTrades, klines, trades]
  2. feq:
    One of [1m, 3m, 5m, 15m, 30m, 1h, 2h, 4h, 6h, 8h, 12h]
    Frequency of price-volume data candles to get
  3. tick:
    Multiple value argument for tickers to get data for
  4. start:
    Start date of data to get
  5. end:
    End date of data to get
  6. save-dir:
    Directory to save data to

This project is licensed under the MIT License.

About

Modified from binance_historical_data repo to use with futures data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages