https://github.com/geoffdutton/cointracker-conversions
CLI tool for converting transaction and trade history exports from various exchanges into the proper CoinTracker.io format.
https://github.com/geoffdutton/cointracker-conversions
Last synced: 3 months ago
JSON representation
CLI tool for converting transaction and trade history exports from various exchanges into the proper CoinTracker.io format.
- Host: GitHub
- URL: https://github.com/geoffdutton/cointracker-conversions
- Owner: geoffdutton
- Created: 2021-03-28T01:55:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T23:56:17.000Z (over 3 years ago)
- Last Synced: 2025-09-24T10:38:01.490Z (9 months ago)
- Language: TypeScript
- Size: 540 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# CodeTracker.io Conversion Utility

[](https://github.com/geoffdutton/cointracker-conversions/actions/workflows/node.js.yml)
[](https://codecov.io/gh/geoffdutton/cointracker-conversions)
An unofficial [cointracker.io](https://www.cointracker.io/) transaction and trade history converter.
## Supported Exchanges
- [x] BlockFi
- [x] Blockchain.com
- [x] Gate.io
- [ ] next ??
## Getting started
```bash
npm i -g cointracker-conversions
cointrackerize ~/Desktop/file_from_exchange.csv
```
That will output to `~/Desktop/file_from_exchange_contrackered.csv` which is ready to be imported to CoinTracker.io!