With BacktestJS you can

Easily download candle data from binance and export to a csv.

leafleafleafDocy banner shape 01Docy banner shape 02Man illustrationFlower illustration
Historical Candle Data

Download Candle Data From Binance

Estimated reading: 2 minutes 565 views

Summary: Easily download crypto candle data from binance

About

Downloading data from binance is used to easily access various crypto assets historical candle data. Upon downloading the historical candle data, it is automatically saved to an internal database so that it can be accessed to run strategies or to export the data to a csv to be used in a different application.


What to do With Candle Data




How to Download Historical Candle Data From Binance

1. In the main menu choose Historical Candle Data

BacktestJS Home Historical Candle Data

2. Choose Download Candle Data From Binance

Historical Candle Data Download Candle Data From Binance

3. Type in the symbol pair that you want to download for example “ethusdt” or instead “eth”.  Upon pressing enter the program will validate that this asset exists in binance.

4. Use the dropdown to choose the desired timeframe interval. You can narrow results by typing 1d or 4h, etc…

5. Use the arrow keys to choose the start and end dates of how much candles to download and save.  

*** By default the dates shown is ALL the data available on binance.

Historical Candle Data Download Historical Candle Data


What Candle Data is Downloaded

Value Type Description
Open Price
int
Open price of the candle
High Price
int
High price of the candle
Low Price
int
Low price of the candle
Close Price
int
Close price of the candle
Open Time
date
Open time of the candle
Close Time
date
Close time of the candle
Volume
int
Amount of volume in the candle
Asset Volume
int
Amount of asset volume in the candle
Number Of Trades
int
Amount of trades done in the candle

Leave a Comment