Authorization
x-api-key<token>API key obtained by claiming an invite. Format: sk_live_...
In: header
Query Parameters
metricRequiredstringThe dataset/metric to query. Use the /catalog endpoint to discover available metrics.
1periodstringDate range filter in YYYY-MM-DD:YYYY-MM-DD format
"^\\d{4}-\\d{2}-\\d{2}:\\d{4}-\\d{2}-\\d{2}$"granularitystringTime granularity. Defaults to the dataset's native granularity if omitted.
"monthly" | "annual"regionAny properties in string,array<string>Filter by region(s)
countryAny properties in string,array<string>Filter by country/countries
channelAny properties in string,array<string>Filter by distribution channel(s)
categoryAny properties in string,array<string>Filter by product category/categories
productAny properties in string,array<string>Filter by specific product(s)
sub_channelAny properties in string,array<string>Filter by sub-channel(s)
operatorAny properties in string,array<string>Filter by operator name(s). Applies to market_share datasets.
fx_local_currencyAny properties in string,array<string>Filter by local currency code(s). Applies to fx dataset.
stateAny properties in string,array<string>Filter by state/province. Applies to datasets with sub-national data.
fxAny properties in string,array<string>Filter by currency code(s) (e.g. USD, GBP). Applies to ggr, turnover.
temporalAny properties in string,array<string>Filter by time classification (e.g. Current, Constant). Applies to ggr, turnover, fx, country.
calculationAny properties in string,array<string>Filter by calculation method (e.g. Reported, Estimated). Applies to ggr, turnover, fx, country.
limitintegerMaximum number of rows per page
1Maximum: 1000cursorstringPagination cursor from a previous response
Financial data matching the query
List available datasets
Returns the catalog of all datasets available via the API, including their dimensions, metrics, and granularity.
Query reference data
Retrieve reference datasets that contain no time dimension or numeric metrics (e.g. country_reference). Returns flat rows with cursor-based pagination.