🇳🇴Norway (NO)
ISO 3166 country code - Europe / Northern Europe
About Norway
Norway (NO) is located in Europe, Northern Europe. The official currency is the Norwegian Krone (NOK). It has 21 administrative subdivisions defined in ISO 3166-2. Norway is a member of SEPA, EEA, Schengen.
Alpha-2NO
Alpha-3NOR
Numeric578
Currency
kr NOK - Norwegian Krone
Memberships
SEPA, EEA, Schengen
Code Example
import { country } from '@koshmoney/countries';
// Look up Norway by alpha-2 code
const no = country.getCountry('NO');
// => { name: 'Norway', alpha2: 'NO', alpha3: 'NOR', numeric: '578' }
// Look up by alpha-3 code
country.getCountryByAlpha3('NOR');
// Look up by numeric code
country.getCountryByNumeric('578');Subdivisions (21)
| Code | Name | Type |
|---|---|---|
| NO-01 | Østfold | County |
| NO-02 | Akershus | County |
| NO-03 | Oslo | County |
| NO-04 | Hedmark | County |
| NO-05 | Oppland | County |
| NO-06 | Buskerud | County |
| NO-07 | Vestfold | County |
| NO-08 | Telemark | County |
| NO-09 | Aust-Agder | County |
| NO-10 | Vest-Agder | County |
| NO-11 | Rogaland | County |
| NO-12 | Hordaland | County |
| NO-14 | Sogn og Fjordane | County |
| NO-15 | Møre og Romsdal | County |
| NO-16 | Sør-Trøndelag | County |
Showing 15 of 21. View all 21 subdivisions →
FAQ
- What is the ISO code for Norway?
- Norway has three ISO 3166-1 codes: Alpha-2 "NO", Alpha-3 "NOR", and Numeric "578".
- How many subdivisions does Norway have?
- Norway has 21 subdivisions defined in ISO 3166-2, including Østfold, Akershus, Oslo, and more.
- How to look up Norway in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('NO') to get all ISO codes, or subdivision.getByCountry('NO') for subdivisions.
Use Norway data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries