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

# AUS NEM Asset Revenue

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

Retrieves revenue data for a specific asset within the Australian National Electricity Market (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'

## Response `200`

Success

- MarketRevenue[]
  - `market` string, required — The market in which the asset participated to generate revenue.
  - `revenue` string, decimal, required — The total revenue generated by the asset over the specified period.

## 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)
