andrea993 / Poloniex2csv

Read data from Kraken API and make a csv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

poloniex2csv

This script read historic data from Poloniex API and make a csv of three columns ([TIMESTAMP],[VALUE],[VOLUME]) in order to import cryptocurrencies charts in any program that supports csv file.

Usage

poloniex2csv [pair] 

Example

./poloniex2csv USDT_BTC
Download data...
Parse data...
Write USDT_BTC.csv...

About

Read data from Kraken API and make a csv


Languages

Language:Ruby 100.0%