🇫🇷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)

CodeNameType
FR-01AinMetropolitan department
FR-02AisneMetropolitan department
FR-03AllierMetropolitan department
FR-04Alpes-de-Haute-ProvenceMetropolitan department
FR-05Hautes-AlpesMetropolitan department
FR-06Alpes-MaritimesMetropolitan department
FR-07ArdècheMetropolitan department
FR-08ArdennesMetropolitan department
FR-09AriègeMetropolitan department
FR-10AubeMetropolitan department
FR-11AudeMetropolitan department
FR-12AveyronMetropolitan department
FR-13Bouches-du-RhôneMetropolitan department
FR-14CalvadosMetropolitan department
FR-15CantalMetropolitan 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