Simple App to convert Tokocrypto Trade History (XLS formata) to CoinTracker (CSV format).
Tokocrypto is a one of the leading exchange in Indonesia with low fees and backed by Binance.
CoinTracker is a crypto portoflio tracker in realtime from your wallet and exchanges using API or CSV.
If you use Tokocrypto and CoinTracker, chances are you need to import transaction manually.
Because (At the moment of writing of this) currently CoinTracker hasn't supported the integration to Tokocrypto via API. Which is very unfortunate.
But luckily, CoinTracker does support importing transaction using CSV. Which elliminate manual input.
- Python
- Pip
- Clone this repository
$ git clone test
- Install packages
$ cd tokocrypto-to-cointracker-csv
$ pip install -r requirement.txt
The one of closest list of data you can get is through Trade History
- Make sure you are logged in
- Go to Trade History
- Click Export complete trade history on the right top of the table
- Download the file
Convert file straight you just downloaded from Tokocrypto Trade History to CoinTracker CSV.
$ python main.py --source <source> --destination <destination>
Example:
$ python main.py --source tokocrypto.xls --destination tokocrypto-cointracker.csv
- Make sure you are logged in to CoinTracker
- Go to Add wallet CSV
- Drag and drop the file that has been generated
- Click Import
Please consider using my referal:
Made with ❤️ by JustArya