Skip to Content

🇫🇷France (FR)

ISO 3166 country code - Europe / Western Europe

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

...and 117 more. 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 Countries

Use France data in your project

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

npm install @koshmoney/countries