Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 460 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 460 Bytes

This tool will export Luno trades to a csv using the API.

Requirements:

Usage:

The Pipfile can be used to initialise an environment, fetching the Luno Python SDK.

pipenv shell

Then run the script with:

python export.py --pair XBTEUR --key [api key here] --secret [api secret here]

Which will output the trades to a csv file called "trades.csv"