🇳🇬Nigeria (NG)
ISO 3166 country code - Africa / Western Africa
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)
| Code | Name | Type |
|---|---|---|
| NG-AB | Abia | State |
| NG-AD | Adamawa | State |
| NG-AK | Akwa Ibom | State |
| NG-AN | Anambra | State |
| NG-BA | Bauchi | State |
...and 32 more. 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