---
title: "ME BESS AUS NEM Breakdown"
method: GET
path: "/australia-nem/assets/{asset_id}/breakdown-timeseries/"
tags: ["Assets"]
---

# ME BESS AUS NEM Breakdown

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

Retrieves revenue data for each battery energy storage system (BESS) asset in the Australian NEM, broken down by revenue stream.

## Query parameters

- `datetime_from` string, date-time, required
- `datetime_to` string, date-time, required
- `limit` integer
- `offset` integer

## Response `200`

Success

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` AustraliaAssetBreakdown[], required
    - `utc_timestamp` string, date-time, required — The timestamp of the revenue data in UTC format.
    - `local_timestamp` string, date-time, required — The timestamp of the revenue data in the asset's local timezone.
    - `market` string, required — The market in which the asset participated to generate revenue.
    - `revenue` string, decimal, required — The total revenue earned during the period.
    - `export_mwh` string, decimal, required — The amount of energy exported in megawatt-hours (MWh).
    - `import_mwh` string, decimal, required — The amount of energy imported in megawatt-hours (MWh).
    - `price` string, decimal — The price of energy at the time of transaction.
    - `contracted_mw` string, decimal — The contracted capacity of the asset in megawatts (MW).
    - `mlf_import` string, decimal, nullable — The marginal loss factor for energy imported.
    - `mlf_export` string, decimal, nullable — The marginal loss factor for energy exported.
    - `date` string, date, required — The date of the revenue data.

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