AEMO NEM data for trading and retail
Embed tier fitAEMO 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
Get current dispatch price
GET /v1/data/aemo/dispatchPer region, 5-minute.
- 2
Pull regional demand
GET /v1/data/aemo/demandTrended and forecast.
- 3
Layer FCAS prices
GET /v1/data/aemo/fcasAll 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.
Related
500 free calls per month. No credit card.