v1
latestOpenAPI 3.0.0BSD License2026-07-24228233924.5 KBAssets
AUS NEM Asset Revenue Timeseries
Retrieves time-series revenue data for a specific asset in the Australian NEM over a defined time range.
get/australia-nem/assets/{asset_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'
If set to MW or MWh, revenue is normalized to asset capacity (e.g., AUD/MW).Defaults to None (returns revenue in AUD).
time_basis'hour' | 'year'
Defines the time scale for revenue calculations. If set to 'hour' or 'year,' revenue is adjusted accordingly (e.g., AUD/hour). Defaults to None, returning revenue in AUD without scaling.
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