Skip to main content

Earnings Report CSV

The Earnings Report CSV provides monthly aggregated earnings data with payment status.
Download a sample file: earnings-report-sample.csv

Field Reference

CSV ColumnDB ColumnTypeDescription
Dateperiod_datetextMonth/year of the earning period
Vehiclevehicle_idtextTuro vehicle ID
Vehicle namevehicle_nametextVehicle display name
Gross earningsgross_earningsnumericTotal gross for the period
Turo feeturo_feenumericTuro’s platform fee (negative)
Net earningsnet_earningsnumericGross minus Turo fee
Payment statuspayment_statustext”Paid” or “Pending”
Payment datepayment_datetextDate payment was made (if paid)
Payment methodpayment_methodtexte.g., “Direct deposit”

Parsing Rules

  1. Deduplication uses a composite key of (user_id, date, vehicle_id, amount, row_index)
  2. Currency values are plain numbers without $ signs
  3. Turo fee is stored as a negative number

Use Cases

  • Payment reconciliation — Verify Turo payments match expected amounts
  • Tax reporting — Monthly earnings summaries for accounting
  • Discrepancy detection — Compare against trip-level earnings data