| aemo_fcas | R Documentation |
Returns regional FCAS market prices across the eight contingency services plus the two regulation services. Ten services are live in the NEM since R1/L1 Very Fast commenced on 9 October 2023.
aemo_fcas(region, start, end, service = NULL, intervention = FALSE)
region |
NEM region code. |
start, end |
Window (inclusive). |
service |
Optional character vector of service names
(e.g. |
intervention |
Logical. See |
Thin wrapper over aemo_price(..., market = "fcas").
An aemo_tbl with one row per interval and columns
for each requested FCAS RRP (AUD/MW).
Other price:
aemo_price()
op <- options(aemo.cache_dir = tempdir())
try({
now <- Sys.time()
f <- aemo_fcas("NSW1", now - 3600, now)
head(f)
})
options(op)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.