Skip to content

FiveBoroughs/Bitmex-Tick-data-fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitmex-Tick-data-fetcher

Fetch Bitmex historical Tick Data for analysis, ML, backtesting, ...

Insert into a Postgresql database or CSV files

Requirements

npm install
cp sample.env .env
vim .env

Usage

node tick>>postgres.js --start 2019-01-01 --end 2020-01-01

The data will be inserted into a tickdata table

or

node tick>>csv.js --start 2019-01-01 --end 2020-01-01

The files will be present in the data/ folder

About

Fetch Bitmex historical Tick Data, insert into a Postgresql database or CSV files

Topics

Resources

License

Stars

Watchers

Forks

Contributors