GRUPPO IVA ENEL, VAT ID IT15844561009 โ€” Verified

Active and verified against the EU VIES database.

VAT ID

IT15844561009

Italy

Partita IVA

15844561009

Company

GRUPPO IVA ENEL

Address

VIALE REGINA MARGHERITA 137
00198 ROMA RM
ITALY

VAT rates in Italy (EUR)

Standard

22%

Reduced

10%

Reduced

5%

Super reduced

4%

VAT rates as of 26 Jun 2026

Checked 26 Jun 2026, 19:41 UTCID: 019f0573-bd4c-7d7d-8153-ba1f55869f84

Embed this verification on your site

Paste the inline tag where the badge should appear (impressum, footer, About page) and drop the script anywhere on the same page โ€” it works even if your framework moves <script> to the end of <body>.

Preview

Snippet

HTML
<script async src="https://vatnode.dev/badge.js"></script>
<span data-vatnode-vat="IT15844561009"></span>

Loads asynchronously, ~1ย KB, no tracking, no dependencies.

Validating VAT in your app? Get an API key โ€” 100 free calls, no credit card required.

Get API Key
Request
curl "https://api.vatnode.dev/v1/vat/IT15844561009" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "IT15844561009",
  "countryCode": "IT",
  "companyName": "GRUPPO IVA ENEL",
  "companyAddress": "VIALE REGINA MARGHERITA 137 \n00198 ROMA RM",
  "companyRegistrationDate": null,
  "companyForm": null,
  "industryDescription": null,
  "registryCode": "15844561009",
  "registryCodeName": "Partita IVA",
  "verifiedAt": "2026-06-26T19:41:39.020Z",
  "checkId": "019f0573-bd4c-7d7d-8153-ba1f55869f84",
  "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-06-26"
  },
  "consultationNumber": null,
  "source": "VIES"
}

Validate a different VAT ID

Example:

Browse Italy VAT number examples and format.

Automate this in your app

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