Select Data
Fetching data from AEMO NEMWEBβ¦
SCADA β Summary Statistics
About this dataset β PUBLIC_NEXT_DAY_FPPMW
In the PUBLIC_NEXT_DAY_FPPMW (FPP Daily) data files, these four columns define the exact timing and status of the 4-second SCADA power measurements for batteries and generators.
Column Descriptions
YYYY/MM/DD HH:MM:SS and represents the standard grid slot (e.g., :00, :04, :08) the measurement is assigned to.
INTERVAL_DATETIME due to communication latency or jitter; AEMO snaps each reading to the nearest 4-second slot.
MEASURED_MW is a live reading or a substitute inserted because the real data was missing or erroneous (see below).
MW_QUALITY_FLAG Values
The quality flag is critical for ensuring you aren't analysing "frozen" or "bad" data. According to the AEMO FPP Factor Calculation Guide, the digits translate as follows:
Data Quality
Quality flags are sourced directly from the AEMO FPP dataset. Good (0) = reliable measurement; Suspect (1) = possible communication issue; Bad (2) = sustained failure or substituted value.
4-Second Power Output (MW)
Download SCADA Dataset
Parquet is recommended for Python users β 5β10Γ smaller than CSV,
loads natively with pandas.read_parquet() or polars.read_parquet().
Dispatch Energy β Summary Statistics
About this dataset β DISPATCH_UNIT_SOLUTION
Extracted from AEMO's DISPATCH_UNIT_SOLUTION table and published the following day via NEMWEB. Data is fetched live from: Current directory (individual daily files, recent months) or the Archive directory (monthly bundles for older dates, accessed via HTTP Range requests).
5-Minute Initial Energy Storage (MWh) & Dispatch MW
Download Energy Dataset
Columns: SETTLEMENTDATE,
INITIALMW,
INITIAL_ENERGY_STORAGE,
ENERGY_STORAGE.
Parquet recommended for programmatic use.
About This App
This tool provides access to two datasets published by the
Australian Energy Market Operator (AEMO)
via NEMWEB:
4-second SCADA data β from
NEMWEB FPPDAILY,
published as part of the
Frequency Performance Payments (FPP)
scheme (commenced 28 February 2025). Currently fetchable from 29 April 2025;
earlier daily bundles have been rolled off the AEMO archive.
5-minute dispatch energy data β from
NEMWEB Next_Day_Dispatch,
with the INITIAL_ENERGY_STORAGE column added on 11 February 2025.
Currently fetchable from 1 April 2025; earlier monthly bundles have been rolled off.
Data is fetched live from AEMO on each request β no data is stored on this server.
Maximum request window: 1 day per query.