Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 929 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 929 Bytes

CryptoDataExport

Export your data from popular cryptocurrency exchanges as CSV files

Usage

Export your trades and balances from kraken using the provided API Key and Secret (get this from Kraken), between Oct. 19th 2018 (inclusive) and Oct. 20th 2018 (exclusive) using UTC time boundaries:

python3 download.py --exchange kraken --apiKey "" --apiSecret "" --pair XLM/USD --start 2018-10-19 --end 2018-10-20

Export your trades and balances from kraken using the provided API Key and Secret (get this from Kraken), between Oct. 19th 2018 (inclusive) and Oct. 20th 2018 (exclusive) using PST time boundaries:

python3 download.py --exchange kraken --apiKey "" --apiSecret "" --pair XLM/USD --start 2018-10-19 --end 2018-10-20 --pst

Possible Issues

  1. If you get the 'Invalid Nonce' error then try using a fresh API key for your exchange. The API Key used for this process should not have been used anywhere else.