Valid EU VAT number

Active and verified against the EU VIES database

VAT ID

FI17156132

Finland

Y-tunnus

1715613-2

Company

Suomen Pehmeä Ikkuna Oy

Company type

Limited company

Founded

22 August 2001

Industry

Manufacture of other plastic products

Address

Teollisuustie 10
54800 SAVITAIPALE
FINLAND

VAT rates in Finland (EUR)

Standard

25.5%

Reduced

13.5%

Reduced

10%

VAT rates as of 22 Apr 2026

Checked 22 Apr 2026, 14:59 UTCID: 019db5b4-25af-7a63-a22f-b7304de5fcf5

Validating VAT in your app? Get an API key — 20 free calls, no credit card required.

Get API Key
Request
curl "https://api.vatnode.dev/v1/vat/FI17156132" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "FI17156132",
  "countryCode": "FI",
  "companyName": "Suomen Pehmeä Ikkuna Oy",
  "companyAddress": "Teollisuustie 10\n54800 SAVITAIPALE",
  "companyRegistrationDate": "2001-08-22",
  "companyForm": "Limited company",
  "industryDescription": "Manufacture of other plastic products",
  "registryCode": "1715613-2",
  "registryCodeName": "Y-tunnus",
  "verifiedAt": "2026-04-22T14:59:35.470Z",
  "checkId": "019db5b4-25af-7a63-a22f-b7304de5fcf5",
  "countryName": "Finland",
  "countryVat": {
    "vatName": "Arvonlisävero",
    "vatAbbr": "ALV",
    "currency": "EUR",
    "standardRate": 25.5,
    "reducedRates": [
      13.5,
      10
    ],
    "superReducedRate": null,
    "parkingRate": null,
    "vatNumberFormat": "FI + 8 digits",
    "vatNumberPattern": "^FI\\d{8}$",
    "countryVatUpdatedAt": "2026-04-22"
  }
}

Check another VAT number

Examples:,,

Validate VAT numbers in your app

Use the vatnode API to automate VAT validation in your invoicing or checkout flow. Free plan available, no credit card required.