AEMO NEM data for trading and retail

Embed tier fit

AEMO publishes the NEM as ZIP files every five minutes. We ingest the stream, normalise timestamps, and serve per-region JSON so your dispatch model does not need a nemweb parser.

The friction today

  • .nemweb ZIP layout shifts between AEMO releases.
  • .Timestamp handling (NEM time vs AEST vs UTC) breaks naive joins.
  • .FCAS markets ship in separate files. Stitching is manual.

The workflow in 3 calls

  1. 1

    Get current dispatch price

    GET /v1/data/aemo/dispatch

    Per region, 5-minute.

  2. 2

    Pull regional demand

    GET /v1/data/aemo/demand

    Trended and forecast.

  3. 3

    Layer FCAS prices

    GET /v1/data/aemo/fcas

    All eight services.

Try it now

cURL
curl "https://api.ausdata.io/v1/data/aemo/dispatch?region=NSW1" \
  -H "Authorization: Bearer YOUR_KEY"

Right tier for energy traders and retailers

Embed (or Enterprise for sub-minute polling) covers a production trading desk.

See pricing

Related

Get a free API key

500 free calls per month. No credit card.