Skip to content
EN | DE

Energy Price Forecast EU Predicted spot prices

This page shows the nightly version. Switch to the release version.

Day-ahead spot prices plus a 4-day forecast energypriceforecast.eu

GermanyNetherlandsBelgiumDenmarkFranceAustriaCzech RepublicPolandFinlandSwedenNorway

Parameters

NameDescriptionValueLevel
regionRegion
Example: DE
optional
currencyCurrency
Default: EUR
optional
horizon [h]Forecast horizon

Anonymous access is limited to 48 hours from October 1, 2026. An API key allows up to 120 hours.

Default: 120
optional
apikeyAPI Key

Optional for forecasts up to 120 hours. Get an API key.

optional
chargesCharge

Additional fixed charge per kWh

advanced
chargesZonesCharges zones

Time-based grid fees that override the default charge.

advanced
taxTax

Additional percentage charge (e.g. 0.2 for 20%)

advanced
formulaFormula

Individual formula for calculating the price

Example: math.Max((price + charges) * (1 + tax), 0.0)
advanced
averageAverage by houradvanced
Configuration example for evcc.yaml

If you don't want to configure via the UI, you can alternatively use this YAML block.

tariffs:
grid:
type: template
template: energypriceforecast
region: DE # Region, [DE, NL, BE, DK1, DK2, FR, AT, CZ, PL, FI, SE1, SE2, SE3, SE4, NO1, NO2, NO3, NO4, NO5]
currency: EUR # Currency, [EUR, DKK, CZK, PLN, SEK, NOK]
horizon: 120 # Forecast horizon (h), Anonymous access is limited to 48 hours from October 1, 2026. An API key allows up to 120 hours.
apikey: # API Key, Optional for forecasts up to 120 hours. [Get an API key](https://energypriceforecast.eu/en/api-early-access/). (optional)
charges: # Charge, Additional fixed charge per kWh (optional)
chargesZones: # Charges zones, Time-based grid fees that override the default charge. (optional)
tax: # Tax, Additional percentage charge (e.g. 0.2 for 20%) (optional)
formula: math.Max((price + charges) * (1 + tax), 0.0) # Formula, Individual formula for calculating the price (optional)
average: # Average by hour, optional