Valid EU VAT number

Active and verified against the EU VIES database

VAT ID

IT00159560366

Italy

Partita IVA

00159560366

Company

FERRARI S.P.A.

Address

VIA EMILIA EST 1163
41122 MODENA MO
ITALY

VAT rates in Italy (EUR)

Standard

22%

Reduced

10%

Reduced

5%

Super reduced

4%

VAT rates as of 18 Apr 2026

Checked 18 Apr 2026, 15:24 UTCID: 019da131-993a-792d-b302-ea9756b33ded

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/IT00159560366" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "IT00159560366",
  "countryCode": "IT",
  "companyName": "FERRARI S.P.A.",
  "companyAddress": "VIA EMILIA EST 1163 \n41122 MODENA MO",
  "companyRegistrationDate": null,
  "companyForm": null,
  "industryDescription": null,
  "verifiedAt": "2026-04-18T15:24:35.514Z",
  "checkId": "019da131-993a-792d-b302-ea9756b33ded",
  "countryName": "Italy",
  "countryVat": {
    "vatName": "Imposta sul valore aggiunto",
    "vatAbbr": "IVA",
    "currency": "EUR",
    "standardRate": 22,
    "reducedRates": [
      10,
      5
    ],
    "superReducedRate": 4,
    "parkingRate": null,
    "vatNumberFormat": "IT + 11 digits",
    "vatNumberPattern": "^IT\\d{11}$",
    "countryVatUpdatedAt": "2026-04-18"
  }
}

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.