The imbalance price is what a market party pays or receives for the gap between its schedule and what actually happened, settled per 15-minute period. Below are the latest published prices for 20 European areas, refreshed every 30 minutes.
| Area | Latest | 24 h avg | Min | Max | Pricing | Period (CET) |
|---|---|---|---|---|---|---|
| DEGermany | 147.5 | 158.6 | -7.4 | 325.2 | single | 27/09 00:15 |
| NLNetherlands | 214.8 / 214.8 | 163.7 | -9.5 | 386.0 | dual | 26/09 23:45 |
| BEBelgium | 189.1 | 143.5 | -3.5 | 226.6 | single | 27/09 00:30 |
| FRFrance | 168.3 / 150.9 | 145.6 | -107.9 | 272.6 | dual | 27/09 00:30 |
| ATAustria | 155.5 | 149.2 | -14.1 | 292.0 | single | 27/09 00:00 |
| CHSwitzerland | 237.1 | 146.9 | -261.6 | 339.9 | single | 26/09 23:00 |
| CZCzechia CZK | 4 550.4 | 3 824.9 | -511.3 | 6 363.8 | single | 27/09 00:30 |
| PLPoland PLN | 840.3 | 726.0 | 30.6 | 1 337.2 | single | 27/09 00:00 |
| HUHungary HUF | 36 857.5 / – | 17 403.5 | -17 932.0 | 40 163.0 | dual | 27/09 00:15 |
| SISlovenia | 216.7 | 143.6 | -127.1 | 461.6 | single | 26/09 20:00 |
| HRCroatia | 349.6 | 77.8 | -462.8 | 463.0 | single | 27/09 00:15 |
| RORomania RON | 332.8 | 956.1 | -2 003.6 | 5 063.0 | single | 27/09 00:15 |
| ESSpain | 187.0 / 187.0 | 137.7 | 0.0 | 251.1 | dual | 27/09 00:15 |
| DK1Denmark 1 | 119.1 | 119.6 | -1.2 | 368.4 | single | 27/09 00:00 |
| DK2Denmark 2 | 192.1 | 154.2 | -8.7 | 746.7 | single | 27/09 00:00 |
| SE3Sweden 3 | 66.8 | 59.3 | -4.0 | 327.8 | single | 27/09 00:15 |
| NO1Norway 1 | 131.1 | 111.7 | 7.0 | 140.9 | single | 27/09 00:15 |
| FIFinland | -2.0 | 39.2 | -3.8 | 188.2 | single | 26/09 23:30 |
| EEEstonia | 4.0 | 68.8 | -6.5 | 208.8 | single | 26/09 22:45 |
| LVLatvia | 7.6 | 57.3 | -2.3 | 287.9 | single | 27/09 00:00 |
Where pricing is dual, “Latest” shows short / long (insufficient / excess balance). Prices per MWh in EUR, or in the TSO’s own currency where shown (CZK, PLN, HUF, RON), as published; TSOs may revise them. Dual pricing in the last 24 h: Netherlands, France, Hungary, Spain.
In the last 24 hours negative imbalance prices occurred in 17 of 20 areas, most often in Croatia (46% of quarter hours). The highest EUR price was 747 EUR/MWh in Denmark 2.
Electricity cannot be stored in the grid, so generation and consumption must match at every moment or the frequency drifts away from 50 Hz. The job is split in two. Balance responsible parties — suppliers, generators, traders — plan their portfolios so that what they buy equals what they sell, per 15-minute period. What is still left over in real time is covered by the transmission system operator, which activates balancing energy: FCR, aFRR and mFRR.
The TSO then settles each party’s deviation at the imbalance price. That price is built from the cost of the balancing energy actually activated, which is why it is usually close to the day-ahead price and occasionally many times higher.
Each quarter hour the TSO looks at the net imbalance of its area and the balancing energy it had to buy to cover it. If the system was short, upward energy was activated and the price reflects its cost; if the system was long, downward energy was activated, and its price can be low or negative.
Single pricing gives long and short parties the same price. Dual pricing gives the two directions different prices, so whoever made the imbalance worse pays more. The table labels each area from its own published data, not from rulebooks.
Everything on this page is ENTSO-E Transparency Platform document type A85. Four things
we learned the hard way: the response arrives zipped; the domain is the control area, not the
bidding zone (Germany answers only to 10Y1001A1001A83F, the DE-LU code returns “No matching
data”); prices come in local currency; and a quarter hour whose price equals the previous one is
left out (curve type A03), so a naive parser sees gaps — in Sweden a third of the day. Portugal, Italy, Bulgaria, Lithuania, Greece, Ireland
and Slovakia published nothing for the last two days, so they are not in the table.
import io, zipfile, urllib.request
TOKEN = "your-entso-e-token"
url = ("https://web-api.tp.entsoe.eu/api?securityToken=" + TOKEN +
"&documentType=A85"
"&controlArea_Domain=10Y1001A1001A83F" # Germany as control area, not DE-LU
"&periodStart=202609250000&periodEnd=202609260000")
raw = urllib.request.urlopen(url).read()
if raw[:2] == b"PK": # A85 arrives zipped
z = zipfile.ZipFile(io.BytesIO(raw))
raw = z.read(z.namelist()[0])
print(raw[:600].decode())
More on tokens, parameters and the usual errors in the ENTSO-E API guide.
The price at which the transmission system operator settles the difference between what a balance responsible party scheduled and what its customers and plants actually did, for every 15-minute settlement period. It is derived from the cost of the balancing energy the TSO had to activate.
Keeping generation and consumption equal at every moment so that grid frequency stays at 50 Hz. Market parties balance their own portfolios in advance; whatever imbalance is left, the TSO covers in real time with balancing reserves — FCR, aFRR and mFRR — and passes the cost on through the imbalance price.
With single pricing, a party that is long and a party that is short in the same quarter hour settle at the same price. With dual pricing, the two directions get different prices, so a position that made the system imbalance worse pays more than one that helped. The table above labels each area from its published data.
When the whole system is long, the TSO activates downward balancing energy, and those bids can be negative — for example when wind and solar would rather pay than curtail. The imbalance price then follows them below zero, and parties that are long pay for their surplus.
reBAP is the German imbalance price (regelzonenübergreifender einheitlicher Bilanzausgleichsenergiepreis): one price for all four German control areas per quarter hour, calculated by the TSOs and published on netztransparenz.de.
From the ENTSO-E Transparency Platform, document type A85, for every area that reports it — free with an API token. The code above shows the request; zone codes are in our EIC code list. National TSOs publish the same prices, often with more detail.