CAIXA GERAL DEPOSITOS SA, VAT ID PT500960046 โ€” Verified

Active and verified against the EU VIES database.

NIPC

500960046

Company

CAIXA GERAL DEPOSITOS SA

Address

AVENIDA JOรƒO XXI N 63
LISBOA
1000-300 LISBOA
PORTUGAL

VAT rates in Portugal (EUR)

Standard

23%

Reduced

22%

Reduced

16%

Reduced

13%

Reduced

6%

Super reduced

6%

Parking

13%

VAT rates as of 6 Jun 2026

Checked 7 Jun 2026, 08:08 UTCID: 019ea120-9d9a-7e48-8f02-fadeb7c28145

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="PT500960046"></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/PT500960046" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "PT500960046",
  "countryCode": "PT",
  "companyName": "CAIXA GERAL DEPOSITOS SA",
  "companyAddress": "AVENIDA JOรƒO XXI N 63\nLISBOA\n1000-300 LISBOA",
  "companyRegistrationDate": null,
  "companyForm": null,
  "industryDescription": null,
  "registryCode": "500960046",
  "registryCodeName": "NIPC",
  "verifiedAt": "2026-06-07T08:08:49.818Z",
  "checkId": "019ea120-9d9a-7e48-8f02-fadeb7c28145",
  "countryName": "Portugal",
  "countryVat": {
    "vatName": "Imposto sobre o Valor Acrescentado",
    "vatAbbr": "IVA",
    "currency": "EUR",
    "standardRate": 23,
    "reducedRates": [
      22,
      16,
      13,
      6
    ],
    "superReducedRate": 6,
    "parkingRate": 13,
    "vatNumberFormat": "PT + 9 digits",
    "vatNumberPattern": "^PT\\d{9}$",
    "countryVatUpdatedAt": "2026-06-06"
  },
  "consultationNumber": null,
  "source": "VIES"
}

Validate a different VAT ID

Example:

Browse Portugal 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.