Get live electricity prices
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 prices
Query Parameters
Full address (required unless latitude/longitude are provided)
Country code of the requested location. Used to ensure geographic correctness.
DK
: DenmarkSE
: SwedenNO
: Norway
DK
, 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 prices
full
, semi
, summarized
Duration of each time intervals returned, usually corresponding to the bid zone resolution (mostly hourly).
15min
, 30min
, 60min
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 component
excluded
, included
, separated
Response
Success - Response format depends on 'detail' parameter
The response is of type object[]
.