v1
latestOpenAPI 3.1.02026-07-2694207444.7 KBBalanceMarket
Manual Frequency Restoration Reserves
Returns a list of Manual Frequency Restoration Reserves (mFRR) for a date, currency and a list of areas.
Response field descriptions
- status: Missing if no data exists. Available if data is present
- exchangeRate: exchange rate used to calculate values from EUR. If the currency is EUR, then the exchange rate is 1
manualFrequencyRestorationReserves: a list of delivery periods for the day, containing
- deliveryStart: start of delivery period
- deliveryEnd: end of delivery period
- acceptedUpBidVolume: the total volume of orders available for up activation, given in MW
- activatedUpVolume: the volume of activated up regulation, given in MW
- acceptedDownBidVolume: the total volume of orders available for down activation, given in MW
- activatedDownBidVolume: the volume of activated down regulation, given in MW
- downPrice: the price for down regulation. Given in currency/MWh
- upPrice: the price for up regulation. Given in currency/MWh
- imbalancePrice: the overall imbalance price. Usually equal to either upPrice or downPrice depending on what activations are done.
Note that non-EUR prices are just estimates - we do not guarantee (or expect) that TSOs are using the same exchange rates as we do.
Data source: Entso-e Transparency platform. Update frequency and data availability depends on data being reported to Entso-e.
get/api/v2/BalanceMarket/ManualFrequencyRestorationReserves/ByAreas
Query parameters
areasstring required
Comma-separated list of areas (e.g., NO1, NO2). Supported: NO1,NO2,NO3,NO4,NO5,SE1,SE2,SE3,SE4,FI,DK1,DK2
currencystring required
Currency of returned prices. Restricted to 1 currency per query. Supported: EUR, SEK, NOK, DKK
datestring date required
Delivery date, referring to CET date. Format yyyy-MM-dd, for example 2024-08-15
Response
OK