SendRegning

Exchange rates

Verison: 1.0 (read more)

Returns a list of currencies and their exchange rate relative to 1 NOK.

Used when issuing international invoices and registering payments for international invoices, since sales ledger for Norwegian companies is recorded in NOK.

The exchange rates are updated daily from Norges Bank.

1
GET /common/currency/exchangeRates

Response

HTTP/1.1 200 OK

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[{
    "code": "JPY",
    "name": "Japanske yen",
    "rate": 0.0581
}, {
    "code": "CNY",
    "name": "Kinesiske yuan",
    "rate": 1.1035
}, {
    "code": "CZK",
    "name": "Tsjekkiske koruna",
    "rate": 0.3048
}, {
    "code": "...",
    "name": "...",
    "rate": 0.12
}]

Detailed property description

Name Description Type
code ISO 4217 String
name Norwegian currency name String
rate Current rate against 1 NOK Decimal