Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 654 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 654 Bytes

CryptoCurrencyData

This is a simple tool for getting cryptocurrency prices data. https://min-api.cryptocompare.com is used for getting data.

Getting Started

For getting ready tool without building from source codes, there are 3 files for Windows, OSX and Linux. Run "crypto".

How to use.

After running tool there will be some fileds to initialize for downloading data.

  1. Please input cryptocurrency code : e.g. BTC, XRP, ETC, ...
  2. Start from : data format yyyy-mm-dd
  3. To: data format yyyy-mm-dd
  4. With interval in hours: e.g 1, 2, 6, 24

Authors