get_energy_charts
Retrieve European electricity market data from Energy-Charts: day-ahead prices, generation mix, cross-border flows, demand, renewable share signal, and installed capacity. Specify country/zone and date range.
Instructions
Energy-Charts (Fraunhofer ISE): prices (15-min), generation by fuel, cross-border flows. All EU except GB. No API key. Faster than ENTSO-E.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone | Yes | Country or bidding zone code. For prices: DE-LU, FR, ES, IT-North, NL, BE, AT, PL, NO2, SE4, DK1, DK2, CZ, HU, RO, BG, HR, SI, SK, GR, PT, FI, LT, LV, EE, IE-SEM. For generation/flows: de, fr, es, it, nl, be, at, pl, no, se, dk, cz, hu, ro, bg, hr, si, sk, gr, pt, fi, lt, lv, ee, ie. | |
| dataset | Yes | "prices" = day-ahead electricity prices (15-min resolution). "generation" = real-time generation by fuel type. "flows" = cross-border physical flows. "demand" = total power demand and residual load. "signal" = real-time renewable share traffic-light signal. "installed_capacity" = installed generation capacity by fuel type (yearly). | |
| end_date | No | End date YYYY-MM-DD. Defaults to start + 1 day. | |
| start_date | No | Start date YYYY-MM-DD. Defaults to today. |