Skip to main content
Returns time-series chart data from RevenueCat for a specific metric. Supports date ranges, resolution control, segmentation, and filtering. This is the same data that powers the RevenueCat dashboard charts.
Requires a RevenueCat secret API key (sk_xxx) and the Pro plan (free up to $2,500 MTR). Use the Chart Options endpoint to discover available resolutions, segments, and filters for each chart.

Path Parameters

Headers

Query Parameters

Code Examples

Response


Response Fields

Values Array

Each entry in values is an array where:
  • Index 0 = Unix timestamp for the period
  • Index 1+ = Values corresponding to each segment in order
For example, with the Revenue chart:
  • [1767225600, 11.6, 1.0] means: at timestamp 1767225600 → Revenue = $11.60, Transactions = 1

Available Charts


Errors