v2

latestOpenAPI 3.1.0Publishing notes2026-08-04372580.6 KB
prices

Day Ahead Price

Returns the day-ahead spot market price for a specified bidding zone in EUR/MWh.

Available bidding zones (bzn) are shown above.

<b>The data for the following bidding zones is licensed as <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">CC BY 4.0</a> from Bundesnetzagentur | SMARD.de and is published without changes: <ul> <li>AT (Austria)</li> <li>BE (Belgium)</li> <li>CH (Switzerland)</li> <li>CZ (Czech Republic)</li> <li>DE-LU (Germany, Luxembourg)</li> <li>DE-AT-LU (Germany, Austria, Luxembourg)</li> <li>DK1 (Denmark 1)</li> <li>DK2 (Denmark 2)</li> <li>FR (France)</li> <li>HU (Hungary)</li> <li>IT-North (Italy North)</li> <li>NL (Netherlands)</li> <li>NO2 (Norway 2)</li> <li>PL (Poland)</li> <li>SE4 (Sweden 4)</li> <li>SI (Slovenia) </ul></b>

<b>The data for the other bidding zones is for private and internal use only. The utilization of any data</li> whether in its raw or derived form, for external or commercial purposes is expressly prohibited. Should you require licensing for market-related data, please direct your inquiries to the original data providers, including but not limited to EPEX SPOT SE.</b>

Response schema:

{
    "license_info": str,
    "unix_seconds": [int],
    "price": [float],
    "unit": str,
    "deprecated": bool
}
get/price

Query parameters

bznstring
startstring
endstring

Response

Successful Response

license_infostring required
unix_secondsinteger[] nullable
pricenumber[] nullable
unitstring required
deprecatedboolean required