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