Skip to content

lephuoccan/BinanceOHLCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Disclaimer

	This source is foward from unknown people, If this violates someone's copyright please notify me

Usage

Prerequisites

Clone or download the repo

git clone https://github.com/lephuoccan/BinanceOHLCV
# or click "Download Zip" button

Edit config.js

Example:

  symbol: 'BTCUSDT',
  timeframe:'1m',
  fromTS:'01/30/2021 12:23:13',	  //Format - mm/dd/yyyy hh:mm:ss;
  toTS:'09/02/2021 20:47:13',	  //Format - mm/dd/yyyy hh:mm:ss;
  fileName:'BTCUSDT_1m_data.csv', //Export to file name.csv

Run

  node kline.js

Releases

No releases published

Packages

No packages published