Skip to Content

🇬🇷Greece (GR)

ISO 3166 country code - Europe / Southern Europe

Alpha-2GR
Alpha-3GRC
Numeric300
Currency

EUR - Euro

Memberships

EU, SEPA, EEA, Eurozone, Schengen

Code Example

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

// Look up Greece by alpha-2 code
const gr = country.getCountry('GR');
// => { name: 'Greece', alpha2: 'GR', alpha3: 'GRC', numeric: '300' }

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

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

Subdivisions (65)

CodeNameType
GR-01AitoloakarnaníaDepartment
GR-03VoiotíaDepartment
GR-04ÉvvoiaDepartment
GR-05EvrytaníaDepartment
GR-06FthiótidaDepartment

...and 60 more. View all 65 subdivisions →

FAQ

What is the ISO code for Greece?
Greece has three ISO 3166-1 codes: Alpha-2 "GR", Alpha-3 "GRC", and Numeric "300".
How many subdivisions does Greece have?
Greece has 65 subdivisions defined in ISO 3166-2, including Aitoloakarnanía, Voiotía, Évvoia, and more.
How to look up Greece in JavaScript?
Install @koshmoney/countries via npm, then use country.getCountry('GR') to get all ISO codes, or subdivision.getByCountry('GR') for subdivisions.

Related Countries

Use Greece data in your project

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

npm install @koshmoney/countries