Returns live electricity prices for requested tariffs for a given location (address or coordinates) over 72 hours from yesterday to tomorrow. Prices are returned in local currency and local time, with per_kWh price elements only.
You can request different detail levels:
full
: Complete price elements breakdown (default)semi
: Aggregated by organization typesummarized
: Only total pricesToken-based authentication with required prefix "Token"
Full address (required unless latitude/longitude are provided)
ISO-3166 alpha-2 country code of the requested location. Used to ensure geographic correctness.
AT
, DE
, DK
, ES
, GB
, NO
, SE
Level of detail in response:
full
: Returns all price elements (default)semi
: Returns prices per organization type (DSO, Retailer, etc.)summarized
: Returns only total pricesfull
, semi
, summarized
Time resolution in minutes. Must be 15, 30, or 60. Defaults to 60 (hourly).
15
, 30
, 60
Latitude coordinate (required unless address is provided)
Longitude coordinate (required unless address is provided)
Tariff ID with tar_ prefix (e.g., tar_123). Can be repeated for multiple tariffs.
How to handle VAT:
excluded
: VAT Excluded (default)included
: VAT included in each componentseparated
: VAT returned as a separate componentexcluded
, included
, separated
OK
The response is of type object[]
.