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 breakdownsemi
: Aggregated by organization typesummarized
: Only total prices
Authorizations
Token-based authentication with required prefix "Token"
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
Latitude coordinate (required unless address is provided)
Longitude coordinate (required unless address is provided)
A page number within the paginated result set.
Tariff ID with tar_ prefix (e.g., tar_123). Can be repeated for multiple tariffs.
Duration of each time intervals returned, usually corresponding to the bid zone resolution (mostly hourly).
15min
, 30min
, 60min
How to handle VAT:
excluded
: VAT Excluded (default)included
: VAT included in each componentseparated
: VAT returned as a separate component
excluded
, included
, separated
Response
The response is of type object
.