All data sources

AEMO (Australia NEM)

No authaemo

AEMO — Australian National Electricity Market summary. No auth. DATA: getNemSummary (per-region spot price, total demand, scheduled/semi-scheduled generation, net interchange). Optionally filter to one region. RULES: 1. Regions: NSW1, QLD1, VIC1, SA1, TAS1. Prices in AUD/MWh. 2. Near-real-time (5-min cadence); cached 5 min. Complements the WA petroleum connector with the Australian power-demand side.

Provenance

PublisherAEMO (Australia NEM)

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (2)

  • getNemSummary

    read

    NEM regional spot price, demand, generation, and net interchange (optionally one region).

    Input schema
    {
      "type": "object",
      "properties": {
        "region": {
          "type": "string"
        }
      },
      "additionalProperties": false
    }
  • getServiceInfo

    read

    Regions, fields, and units (AEMO (Australia NEM)).

    Input schema
    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }