Exports
Four files, each for a different reader: two for the software your accountant already uses, one for a human checking our arithmetic, one to print.
Koinly — Universal CSV
Date, Sent Amount, Sent Currency, Received Amount, Received Currency, Fee Amount,
Fee Currency, Net Worth Amount, Net Worth Currency, Label, Description, TxHash
Dates are YYYY-MM-DD HH:MM:SS UTC. Net Worth carries our USD valuation so Koinly
does not have to find a price for a chain it has never heard of.
CoinTracker CSV
Date, Received Quantity, Received Currency, Sent Quantity, Sent Currency, Fee Amount,
Fee Currency, Tag
Dates are MM/DD/YYYY HH:MM:SS. Tags are only set where CoinTracker's vocabulary
actually has a word for it — a guessed tag is worse than an empty one.
Audit trail CSV
Our own: every disposal with the lots it consumed, their acquisition dates, the price basis and how far the price was from the moment. This is the file to hand someone who wants to re-derive the total.
PDF summary
One page of totals per method, the positions table, and the gaps. Generated here, no external service, and it carries the disclaimer on every page.
Amounts are written at full integer precision. A token with
18 decimals loses digits the moment it passes through a floating-point number, and an importer reading
1e+21 books a different figure than the chain did.