🇫🇮Finland (FI)

ISO 3166 country code - Europe / Northern Europe

About Finland

Finland (FI) is located in Europe, Northern Europe. The official currency is the Euro (EUR). It has 19 administrative subdivisions defined in ISO 3166-2. Finland is a member of EU, SEPA, EEA, Eurozone, Schengen.

Alpha-2FI
Alpha-3FIN
Numeric246
Currency

€ EUR - Euro

Memberships

EU, SEPA, EEA, Eurozone, Schengen

Code Example

import { country } from '@koshmoney/countries';

// Look up Finland by alpha-2 code
const fi = country.getCountry('FI');
// => { name: 'Finland', alpha2: 'FI', alpha3: 'FIN', numeric: '246' }

// Look up by alpha-3 code
country.getCountryByAlpha3('FIN');

// Look up by numeric code
country.getCountryByNumeric('246');

Subdivisions (19)

CodeNameType
FI-01Ahvenanmaan maakuntaRegion
FI-02Etelä-KarjalaRegion
FI-03Etelä-PohjanmaaRegion
FI-04Etelä-SavoRegion
FI-05KainuuRegion
FI-06Egentliga TavastlandRegion
FI-07Keski-PohjanmaaRegion
FI-08Keski-SuomiRegion
FI-09KymenlaaksoRegion
FI-10LappiRegion
FI-11BirkalandRegion
FI-12ÖsterbottenRegion
FI-13Norra KarelenRegion
FI-14Norra ÖsterbottenRegion
FI-15Norra SavolaxRegion

Showing 15 of 19. View all 19 subdivisions →

FAQ

What is the ISO code for Finland?
Finland has three ISO 3166-1 codes: Alpha-2 "FI", Alpha-3 "FIN", and Numeric "246".
How many subdivisions does Finland have?
Finland has 19 subdivisions defined in ISO 3166-2, including Ahvenanmaan maakunta, Etelä-Karjala, Etelä-Pohjanmaa, and more.
How to look up Finland in JavaScript?
Install @koshmoney/countries via npm, then use country.getCountry('FI') to get all ISO codes, or subdivision.getByCountry('FI') for subdivisions.

Related Countries

Use Finland data in your project

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

npm install @koshmoney/countries