Skip to content

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

License

Notifications You must be signed in to change notification settings

FiveBoroughs/Bitmex-Tick-data-fetcher

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