Skip to content

Library and CLI for syncing crypto exchange data (candles, order books, etc) to InfluxDB

Notifications You must be signed in to change notification settings

heartrithm/market_data

Repository files navigation

Coverage Status

Basic design

Usage

Syncing candles

./sync.py --help

Sync 1m ETH candles for the last 90 days: ./sync.py candles --exchange=bitfinex --symbol=tETHUSD

If you want to sync more data use --start=2020-01-01 for example. All syncs where candles are missing at the beginning of the range will catch up from start to [first candle in db], and then also sync [last candle in db] to now() (if --end isn't specified).

About

Library and CLI for syncing crypto exchange data (candles, order books, etc) to InfluxDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages