3.0.8 • Published 3 years ago

cryptoloader v3.0.8

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
3 years ago

CryptoLoader

A simple way to download cryptocurrency data to CSV. Currently working on Sqlite3 support see gitlab.

Usage

CryptoLoader is a node.js based command line tool. To use simply install using npm i cryptoloader -g then run the below command in a terminal window.

$ cryptoloader binance BTC ETH 01/23/2018 01/24/2018 minute

How to format inputs

cryptoloader <exchange> <base> <quote> <startTime> <endTime> <resolution>

Available exchanges: binance OR poloniex

See link for available Binance pairs: https://api.binance.com/api/v1/exchangeInfo

See link for available Poloniex pairs: https://docs.poloniex.com/#currency-pair-ids

startTime endTime Format: mm/dd/yyyy

Resolution:

  • minute
  • hour
  • day
  • <A value the current exchange API accepts> IE: You can also Pass values directly into request params)

NB: No API keys required.

Output

Run from the command line in the folder you want the data to be saved in. Program outputs to current working directory.

Enjoy! :) Happy trading

3.0.4

3 years ago

3.0.3

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.8

3 years ago

3.0.7

3 years ago

3.0.6

3 years ago

3.0.5

3 years ago

3.0.0

3 years ago

2.0.0

6 years ago

2.0.0-git

6 years ago