get_exchange_rates
Get daily NOK exchange rates from Norges Bank for ISO currency codes, normalized to NOK per unit over recent business days. Use it to check USD/NOK or how the krone moved against the euro.
Instructions
Daily NOK exchange rates from Norges Bank (the central bank). Pass ISO currency codes; every column is normalized to NOK per 1 unit of the currency, most recent periods business days. Use for 'USD/NOK rate', 'how has the krone moved against the euro'. For interest rates use get_key_series(series='interest_rates') instead. Example: currencies=['USD', 'EUR'], periods=30.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| periods | No | Number of most recent business days | |
| currencies | Yes | ISO 4217 codes, e.g. ['USD', 'EUR', 'SEK', 'GBP'] |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||