Norway Open Data SDK
    Preparing search index...

    Type Alias ElectricityPrice

    One hourly electricity spot price.

    type ElectricityPrice = {
        area: PriceArea;
        endsAt: string;
        eurPerKwh: number;
        exchangeRate: number;
        nokPerKwh: number;
        startsAt: string;
    }
    Index
    area: PriceArea
    endsAt: string

    Chronological next-hour boundary normalized with the Europe/Oslo offset.

    eurPerKwh: number

    Spot price in EUR per kWh.

    exchangeRate: number

    EUR/NOK exchange rate used by the provider for this hour.

    nokPerKwh: number

    Spot price in NOK per kWh, excluding grid rent, taxes and surcharges.

    startsAt: string

    ISO-8601 start of the hour, with the provider's local offset.