🇳🇴Norway (NO)
ISO 3166 country code - Europe / Northern Europe
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 |
...and 16 more. 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.
Related Countries
Use Norway data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries