πŸ‡³πŸ‡¬Nigeria (NG)

ISO 3166 country code - Africa / Western Africa

About Nigeria

Nigeria (NG) is located in Africa, Western Africa. The official currency is the Nigerian Naira (NGN). It has 37 administrative subdivisions defined in ISO 3166-2.

Alpha-2NG
Alpha-3NGA
Numeric566
Currency

₦ NGN - Nigerian Naira

Code Example

import { country } from '@koshmoney/countries';

// Look up Nigeria by alpha-2 code
const ng = country.getCountry('NG');
// => { name: 'Nigeria', alpha2: 'NG', alpha3: 'NGA', numeric: '566' }

// Look up by alpha-3 code
country.getCountryByAlpha3('NGA');

// Look up by numeric code
country.getCountryByNumeric('566');

Subdivisions (37)

CodeNameType
NG-ABAbiaState
NG-ADAdamawaState
NG-AKAkwa IbomState
NG-ANAnambraState
NG-BABauchiState
NG-BEBenueState
NG-BOBornoState
NG-BYBayelsaState
NG-CRCross RiverState
NG-DEDeltaState
NG-EBEbonyiState
NG-EDEdoState
NG-EKEkitiState
NG-ENEnuguState
NG-FCAbuja Federal Capital TerritoryCapital territory

Showing 15 of 37. View all 37 subdivisions β†’

FAQ

What is the ISO code for Nigeria?
Nigeria has three ISO 3166-1 codes: Alpha-2 "NG", Alpha-3 "NGA", and Numeric "566".
How many subdivisions does Nigeria have?
Nigeria has 37 subdivisions defined in ISO 3166-2, including Abia, Adamawa, Akwa Ibom, and more.
How to look up Nigeria in JavaScript?
Install @koshmoney/countries via npm, then use country.getCountry('NG') to get all ISO codes, or subdivision.getByCountry('NG') for subdivisions.

Related Countries

Use Nigeria data in your project

Get ISO codes, subdivisions, currency, and more with a single npm package.

npm install @koshmoney/countries