Index RevenueAsk AIget https://api.modoenergy.com/pub/v1/indices/{id}/revenue/Retrieves total index revenue for a specific index over a defined date range.Path ParamsidintegerrequiredThe id of the requested index. List of available ids is returned by /pub/v1/indices/.Query Paramsinterval_startdate-timerequiredFollows ISO-8601 standards. Date-time: if it includes an offset or Z, that exact instant is used. If no timezone is present, UTC is assumed. Inclusive.interval_enddate-timerequiredFollows ISO-8601 standards. Date-time: if it includes an offset or Z, that exact instant is used. If no timezone is present, UTC is assumed. Inclusive.capacity_normalisationstringenumNormalisation of the revenue. If omitted, returns revenue in GBP/AUD/USD. If set to MW or MWh, returns revenue normalised to asset capacity (e.g., GBP/MW).mwmwhAllowed:mwmwhtime_basisstringenumScales revenue over a period. If omitted, returns revenue in GBP/AUD/USD. If set to hour or year, returns revenue scaled across that period (e.g., GBP/hour).houryearAllowed:houryearbreakdownstringenumBreaks down the revenue by the specified dimension. If omitted, returns the total revenue.marketAllowed:marketmarketsstringFilters results by market. If omitted, returns revenue across all markets. Multiple values can be separated by a comma.Responses 200Success 400Bad Request 401Unauthorized 403Forbidden 404Not Found 429Too Many RequestsUpdated 5 months ago