---
title: "AUS NEM Asset Revenue Timeseries"
method: GET
path: "/australia-nem/assets/{asset_id}/revenue-timeseries/"
tags: ["Assets"]
---

# AUS NEM Asset Revenue Timeseries

`GET /australia-nem/assets/{asset_id}/revenue-timeseries/`

Retrieves time-series revenue data for a specific asset in the Australian NEM over a defined time range.

## Query parameters

- `datetime_from` string, date-time, required
- `datetime_to` string, date-time, required
- `capacity_normalisation` 'mw' | 'mwh'
- `time_basis` 'hour' | 'year'
- `granularity` 'daily' | 'weekly' | 'monthly'

## Response `200`

Success

- IndexMarketRevenueTimeseries[]
  - `market` string, required — The market in which the asset participated to generate revenue.
  - `results` ChartPoint[], required
    - `utc_timestamp` string, date-time, required — The timestamp of the revenue data in UTC format.
    - `local_timestamp` string — The timestamp of the revenue data in the asset’s local timezone.
    - `revenue` string, decimal, required — The revenue generated at each time interval.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests

---

[API](https://skmtc.net/modoenergy/apis/modo-energy-api.md) · [All operations](https://skmtc.net/modoenergy/apis/modo-energy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modoenergy/modo-energy-api/revisions/6c4b83d3fc12/schema)
