arcreative / koinly-csv-exporter

Export your https://koinly.io transactions to a single CSV file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Koinly CSV Exporter

Download all your Koinly transaction to a single CSV file

Warning!!

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.

Steps

  1. Login to your https://koinly.io account
  2. 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)
  3. Inspect scripts.js for any malicious code (just generally good practice)
  4. Copy the contents of scripts.js and paste it into the developer tools console; press enter
  5. You should now be prompted for a path to save your transactions

Customisation of of the CSV

  1. 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.
  2. Search for EXTRA_HEADERS and EXTRA_FIELDS in script.js. They explain where to add/remove entries.

About

Export your https://koinly.io transactions to a single CSV file


Languages

Language:JavaScript 100.0%