Convert NOK to Foreign Currency
firmaradar_convert_nokConvert Norwegian kroner to EUR, USD, GBP, SEK, or DKK using Norges Bank official daily rates. Exchange amounts or fetch current rates to express Firmaradar financials in another currency.
Instructions
Convert a NOK amount to a foreign currency (EUR, USD, GBP, SEK, DKK) using daily exchange rates from Norges Bank (the Norwegian central bank). Firmaradar's financial figures are reported in NOK; use this to express them in another currency for international workflows. The NOK original is always preserved in the response. Omit amount_nok to fetch just the current rate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount_nok | No | Amount in NOK to convert. Omit to fetch only the current rate (the response 'amount' will be null). | |
| to_currency | Yes | Target ISO 4217 currency code. Supported: EUR, USD, GBP, SEK, DKK. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rate | Yes | Multiplier applied: amount = amount_nok * rate (target units per NOK). | |
| amount | No | Converted amount in the target currency. | |
| source | No | Rate source. | norges_bank |
| currency | Yes | Target currency (ISO 4217). | |
| rate_date | No | ISO date of the Norges Bank observation. | |
| amount_nok | No | The original NOK amount (preserved, unchanged). |