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, 11 Feb 2025 β yesterday) 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,
available from 28 February 2025 when the
Frequency Performance Payments (FPP)
scheme commenced non-financial operation.
5-minute dispatch energy data β from
NEMWEB Next_Day_Dispatch,
available from 11 February 2025. Provides initial energy storage (MWh)
and initial MW dispatch for each 5-minute interval.
Data is fetched live from AEMO on each request β no data is stored on this server.
Maximum request window: 1 day per query.