Koinly CSV Exporter
Download all your Koinly transaction to a single CSV file or multiple CSV files per wallet
Running random scripts you find on the internet against authenticated accounts is generally a bad idea. In this case it's safe; but you should thoroughly inspect the script-single-csv.js
and script-by-wallet-csv.js
file yourself before running it as a malicious script could result in account takeover, account deletion or other malicious activities.
- Login to your https://koinly.io account
- Open Developer Tools on the Koinly app and select "Console" tab (It's done differently for Chrone, Safari & Edge so google how to open it for your browser if you're unsure)
- Make a decision on what script you want to use
- If you want to export all transaction at once into a single CSV file use
script-single-csv.js
- If you want to export multiple CSV files per wallet, use
script-by-wallet-csv.js
- Inspect the script for any malicious code (just generally good practice)
- Copy the contents of your chosen script and paste it into the developer tools console; press enter
- You should now be prompted for a path to save your transactions
- Inspect the "console" output after running the script. You will see the text "Your Koinly Transactions" printed. Below this is all your transactions and all the information you have access to - you can click to expand it. You are free to add any of this information to your CSV.
- Search for
EXTRA_HEADERS
andEXTRA_FIELDS
in the choses script file. They explain where to add/remove entries.