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