Provenance
PublisherNord Pool (Nordic Power)
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required
Methods (3)
getDayAheadPrices
readDay-ahead prices for a delivery area + date (YYYY-MM-DD); per-interval entries.
Required paramsdatedeliveryAreaInput schema
{ "type": "object", "properties": { "date": { "type": "string" }, "deliveryArea": { "type": "string" }, "currency": { "type": "string" } }, "additionalProperties": false, "required": [ "date", "deliveryArea" ] }getAggregatePrices
readDaily aggregate (avg/min/max) prices for a delivery area in a year.
Required paramsyeardeliveryAreaInput schema
{ "type": "object", "properties": { "year": { "type": "number" }, "deliveryArea": { "type": "string" }, "currency": { "type": "string" } }, "additionalProperties": false, "required": [ "year", "deliveryArea" ] }getServiceInfo
readDelivery areas, currencies, and usage notes.
Input schema
{ "type": "object", "properties": {}, "additionalProperties": false }
