v1
latestOpenAPI 3.0.0BSD License2026-07-24228233924.5 KBIndices (Deprecated)
Index Revenue Timeseries
Retrieves time-series revenue data for a specific index over a defined time range. Deprecated, please use Index Revenue Timeseries endpoint instead.
get/indices/indices/{index_id}/revenue-timeseries/
Query parameters
datetime_fromstring date-time required
Datetime or date in the local timezone. Greater than or equal to.
datetime_tostring date-time required
Datetime or date in the local timezone. Less than or equal to.
capacity_normalisation'mw' | 'mwh'
Normalisation of the revenue. If None (default), returns revenue in GBP/AUD/USD. If set to MW or MWh,returns revenue normalised to asset capacity, e.g., GBP/MW
time_basis'hour' | 'year'
Used to scale revenues. If None (default), returns revenue GBP/AUD/USD. If set to hour or year,returns revenue scaled across that period, e.g., GBP/hour
granularity'daily' | 'weekly' | 'monthly'
Defines the level of revenue aggregation. If None (default), data is returned at market granularity.If set, revenue is grouped by the specified time bucket.
Response
Success