Norway Open Data SDK
    Preparing search index...

    Type Alias ElectricityPriceParameters

    Parameters for a day of hourly electricity spot prices.

    type ElectricityPriceParameters = {
        area: PriceArea;
        date?: string;
    }
    Index
    area: PriceArea

    Bidding zone: NO1 Oslo, NO2 Kristiansand, NO3 Trondheim, NO4 Tromsø, NO5 Bergen.

    date?: string

    ISO date (YYYY-MM-DD). Defaults to the current date in Europe/Oslo.