Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 696 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 696 Bytes

Historical Data Extraction from Binance


Code directory for pulling Historical Data of a pair from Binance with API and backtesting on downloaded data

You can run the code by typing your ApiKey and SecretKeys into the config file.


Pulls data for any pair you type into symbolList = ["BTCUSDT"]
Since csv name will be needed in backtesing, this part should be paid attention to.


When specifying the date range you want to extract, you should specify it like this: "1 January, 2022", "3 March, 2022"


The data is exported as ".csv"


Finally, the longer your date range, the longer the processing time will be, you should wait a bit.