Exports


The Exports settings page lets you download your complete customer list, MRR per customer per month, and all MRR movement events as CSV files. Use these exports for external analysis, board reporting, auditing, or migrating data to other tools.

Navigate to Settings → Exports to access the export options.

Exports settings page


All customers

Downloads a CSV file containing every customer in your account with their current status, revenue, and metadata.

Columns included

ColumnDescription
IDUnique customer identifier from your billing source
NameCustomer name or company name
EmailPrimary email address
CreatedDate the customer was created
CountryBilling country
StateBilling state (US customers)
Trial startedDate trial began (if applicable)
Paid startedDate first payment was made
Cancel dateDate subscription was cancelled (if applicable)
StatusCurrent status (Active, Trial, Cancelled, etc.)
CurrencyThe currency the customer pays in
Data sourceWhich billing source this customer comes from
Cancel reasonCancellation reason (if provided)
Current MRR (customer currency)MRR in the customer's original currency
Current MRR (reporting currency)MRR converted to your reporting currency
PaymentsTotal number of payments received
Total paid (customer currency)Total amount paid in original currency
Total paid (reporting currency)Total amount paid converted to reporting currency
Custom variablesAny custom metadata fields from your billing source

Multi-currency handling

If you have customers paying in different currencies, the export includes both the original currency amount and the amount converted to your reporting currency using the latest exchange rates.


MRR per customer per month

Downloads a CSV file containing each customer's historical MRR for every month of their lifetime, in long format — one row per customer per month. Ideal for cohort, expansion/contraction, and retention analysis in Excel or a BI tool.

Columns included

ColumnDescription
Customer IDUnique customer identifier from your billing source
Customer nameCustomer name or company name
Customer emailPrimary email address
MonthThe month being reported, in YYYY-MM format
MRR (reporting currency)MRR at the end of that month, in your reporting currency

Each customer's rows span from the month of their first MRR movement through either their cancellation month or the current month, whichever comes first. MRR for each month is the running total of all movements (new, expansion, contraction, churn, reactivation) up to and including the end of that month, with each movement converted to your reporting currency at its movement date's exchange rate.

This export can be large for accounts with many customers and long histories.


All MRR movements

Downloads a CSV file containing every individual MRR movement event — new business, expansion, contraction, churn, and reactivation.

Columns included

ColumnDescription
DateWhen the movement occurred
Customer nameName of the customer
Customer IDUnique customer identifier
TypeMovement type: New, Expansion, Contraction, Churn, or Reactivation
SubtypeWhat caused the movement (quantity change, plan change, etc.)
CurrencyOriginal currency of the movement
MRR changeThe MRR amount that changed
Quantity changeChange in subscription quantity (if applicable)
Subscription IDThe subscription identifier from your billing source
Billing frequencyMonthly, annual, etc.
Payment methodCard, ACH, SEPA, etc.
DescriptionHuman-readable summary of the change
Plan IDThe plan or product identifier
Data sourceWhich billing source this movement comes from

This export can be large if you have a long history. It may take a moment to complete.


File format

All exports use CSV (Comma-Separated Values) format:

  • UTF-8 encoding with BOM for Excel compatibility
  • First row contains column headers
  • Dates formatted as YYYY-MM-DD
  • Amounts in cents (integer values)
  • Compatible with Excel, Google Sheets, Numbers, and most data tools

Filename format

Downloaded files are named with your account name and the current date:

  • customers_[account_name]_[date].csv
  • customer_mrr_[account_name]_[date].csv
  • mrr_movements_[account_name]_[date].csv

Use cases

Use caseWhich export
Board reportingCustomers + MRR movements
Cohort analysis in a spreadsheetMRR per customer per month
Expansion / contraction analysis per customerMRR per customer per month
Customer retention curvesMRR per customer per month
Auditing MRR against your billing platformMRR movements
Customer segmentation analysisCustomers
Churn pattern identificationMRR movements (filter by Type = Churn)
Custom financial reportingAll

Combining exports

For comprehensive analysis, export the files you need and join them on Customer ID in your spreadsheet or data tool.