Norway Open Data SDK
    Preparing search index...

    Type Alias ExchangeRateParameters

    Parameters for daily Norges Bank exchange-rate observations.

    type ExchangeRateParameters = {
        date?: string;
        endDate?: string;
        from: string;
        startDate?: string;
        to?: string;
    }
    Index
    date?: string

    Requests the observation published on exactly this ISO date.

    endDate?: string

    Inclusive end of a historical range.

    from: string

    Currency being valued, as an ISO-style three-letter code.

    startDate?: string

    Inclusive start of a historical range.

    to?: string

    Currency in which the value is expressed. Defaults to NOK.