Created
October 17, 2019 18:48
-
-
Save uneasyguy/07f51e85f9e6b567cd72e96f81d13986 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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