🇬🇷Greece (GR)

ISO 3166 country code - Europe / Southern Europe

About Greece

Greece (GR) is located in Europe, Southern Europe. The official currency is the Euro (EUR). It has 65 administrative subdivisions defined in ISO 3166-2. Greece is a member of EU, SEPA, EEA, Eurozone, Schengen.

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
GR-07FokídaDepartment
GR-11ArgolídaDepartment
GR-12ArkadíaDepartment
GR-13AchaḯaDepartment
GR-14IleíaDepartment
GR-15KorinthíaDepartment
GR-16LakoníaDepartment
GR-17MessiníaDepartment
GR-21ZákynthosDepartment
GR-22KérkyraDepartment

Showing 15 of 65. 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