🇫🇷France (FR)
ISO 3166 country code - Europe / Western Europe
About France
France (FR) is located in Europe, Western Europe. The official currency is the Euro (EUR). It has 122 administrative subdivisions defined in ISO 3166-2. France is a member of EU, SEPA, EEA, Eurozone, Schengen.
Alpha-2FR
Alpha-3FRA
Numeric250
Currency
€ EUR - Euro
Memberships
EU, SEPA, EEA, Eurozone, Schengen
Code Example
import { country } from '@koshmoney/countries';
// Look up France by alpha-2 code
const fr = country.getCountry('FR');
// => { name: 'France', alpha2: 'FR', alpha3: 'FRA', numeric: '250' }
// Look up by alpha-3 code
country.getCountryByAlpha3('FRA');
// Look up by numeric code
country.getCountryByNumeric('250');Subdivisions (122)
| Code | Name | Type |
|---|---|---|
| FR-01 | Ain | Metropolitan department |
| FR-02 | Aisne | Metropolitan department |
| FR-03 | Allier | Metropolitan department |
| FR-04 | Alpes-de-Haute-Provence | Metropolitan department |
| FR-05 | Hautes-Alpes | Metropolitan department |
| FR-06 | Alpes-Maritimes | Metropolitan department |
| FR-07 | Ardèche | Metropolitan department |
| FR-08 | Ardennes | Metropolitan department |
| FR-09 | Ariège | Metropolitan department |
| FR-10 | Aube | Metropolitan department |
| FR-11 | Aude | Metropolitan department |
| FR-12 | Aveyron | Metropolitan department |
| FR-13 | Bouches-du-Rhône | Metropolitan department |
| FR-14 | Calvados | Metropolitan department |
| FR-15 | Cantal | Metropolitan department |
Showing 15 of 122. View all 122 subdivisions →
FAQ
- What is the ISO code for France?
- France has three ISO 3166-1 codes: Alpha-2 "FR", Alpha-3 "FRA", and Numeric "250".
- How many subdivisions does France have?
- France has 122 subdivisions defined in ISO 3166-2, including Ain, Aisne, Allier, and more.
- How to look up France in JavaScript?
- Install @koshmoney/countries via npm, then use country.getCountry('FR') to get all ISO codes, or subdivision.getByCountry('FR') for subdivisions.
Related Articles
Related Countries
Use France data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries