Skip to Content

🇳🇴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)

CodeNameType
NO-01ØstfoldCounty
NO-02AkershusCounty
NO-03OsloCounty
NO-04HedmarkCounty
NO-05OpplandCounty

...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