Skip to content

Instantly share code, notes, and snippets.

@uneasyguy
Created October 17, 2019 18:48
Show Gist options
  • Save uneasyguy/07f51e85f9e6b567cd72e96f81d13986 to your computer and use it in GitHub Desktop.
Save uneasyguy/07f51e85f9e6b567cd72e96f81d13986 to your computer and use it in GitHub Desktop.
from binance_data import DataClient
if __name__ == '__main__':
pair_list = DataClient().get_binance_pairs()
store_data = DataClient().kline_data(pair_list,'4h',start_date='01/01/2019',end_date='10/10/2019',storage=['csv','binance_data'],progress_statements=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment