Koinly CSV Exporter
Download all your Koinly transaction to a single CSV file
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.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)
- Inspect
scripts.js
for any malicious code (just generally good practice) - Copy the contents of
scripts.js
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
script.js
. 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
inscript.js
. They explain where to add/remove entries.