🇫🇮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)
| Code | Name | Type |
|---|---|---|
| FI-01 | Ahvenanmaan maakunta | Region |
| FI-02 | Etelä-Karjala | Region |
| FI-03 | Etelä-Pohjanmaa | Region |
| FI-04 | Etelä-Savo | Region |
| FI-05 | Kainuu | Region |
| FI-06 | Egentliga Tavastland | Region |
| FI-07 | Keski-Pohjanmaa | Region |
| FI-08 | Keski-Suomi | Region |
| FI-09 | Kymenlaakso | Region |
| FI-10 | Lappi | Region |
| FI-11 | Birkaland | Region |
| FI-12 | Österbotten | Region |
| FI-13 | Norra Karelen | Region |
| FI-14 | Norra Österbotten | Region |
| FI-15 | Norra Savolax | Region |
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.
Use Finland data in your project
Get ISO codes, subdivisions, currency, and more with a single npm package.
npm install @koshmoney/countries