Anonymous
Not applicable

Get your taxes done using TurboTax

Having the same two issues:

 

  1. First seven lines in coinbase CSV prevent headers from being read. Solution: remove or skip those lines when reading so that the headers can be parsed.
  2. Mismatch in the CSV headers that coinbase sends and what TurboTax is looking for.


Headers in CSV from coinbase:

Timestamp, Transaction Type, Asset, Quantity Transacted, USD Spot Price at Transaction, USD Subtotal, USD Total (inclusive of fees), USD Fees, Notes

 

Headers TurboTax is looking for:

Currency Name, Purchase Date, Cost Basis, Date sold, Proceeds

 

Is there a way I could manually calculate the necessary fields using the provided columns from coinbase?