🇬🇭Ghana (GH)
ISO 3166 country code - Africa / Western Africa
Alpha-2GH
Alpha-3GHA
Numeric288
Currency
₵ GHS - Ghanaian Cedi
Code Example
import { country } from '@koshmoney/countries';
// Look up Ghana by alpha-2 code
const gh = country.getCountry('GH');
// => { name: 'Ghana', alpha2: 'GH', alpha3: 'GHA', numeric: '288' }
// Look up by alpha-3 code
country.getCountryByAlpha3('GHA');
// Look up by numeric code
country.getCountryByNumeric('288');Subdivisions (10)
| Code | Name | Type |
|---|---|---|
| GH-AA | Greater Accra | Region |
| GH-AH | Ashanti | Region |
| GH-BA | Brong-Ahafo | Region |
| GH-CP | Central | Region |
| GH-EP | Eastern | Region |
...and 5 more. View all 10 subdivisions →
FAQ
- What is the ISO code for Ghana?
- Ghana has three ISO 3166-1 codes: Alpha-2 "GH", Alpha-3 "GHA", and Numeric "288".
- How many subdivisions does Ghana have?
- Ghana has 10 subdivisions defined in ISO 3166-2, including Greater Accra, Ashanti, Brong-Ahafo, and more.
- How to look up Ghana in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('GH') to get all ISO codes, or subdivision.getByCountry('GH') for subdivisions.
Related Countries
Use Ghana data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries