Skip to content

charts

Charts mirror the dashboard graphs: revenue, active subscribers, conversion, MRR, churn, etc. Run revcat charts options <name> for the supported filters before requesting data.

CommandDescription
charts get <chart_name>Fetch chart data (raw JSON)
charts options <chart_name>Show the available filters/dimensions for a chart

Full flag reference: see the CLI reference.

FlagDescription
--start YYYY-MM-DDRange start
--end YYYY-MM-DDRange end
--period day|week|monthBucket granularity
--filter key=valueFilter on a dimension (repeatable)

actives, actives_movement, actives_new, arr, churn, cohort_explorer, conversion_to_paying, customers_new, ltv_per_customer, ltv_per_paying_customer, mrr, mrr_movement, refund_rate, revenue, subscription_retention, subscription_status, trials, trials_movement.

Terminal window
revcat charts options actives
revcat charts get revenue --start 2026-04-01 --end 2026-04-30 --period day
revcat charts get actives --filter store=app_store
revcat charts get mrr --period month

revcat charts get returns the raw RC v2 chart payload.