Skip to Content

🇫🇮Finland (FI)

ISO 3166 country code - Europe / Northern Europe

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

...and 14 more. 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