Valid EU VAT number

Active and verified against the EU VIES database

VAT ID

PL5260006841

Poland

NIP

5260006841

Company

'BANK POLSKA KASA OPIEKI' SPÓŁKA AKCYJNA

Address

ŻUBRA 1
01-066 WARSZAWA
POLAND

VAT rates in Poland (PLN)

Standard

23%

Reduced

8%

Reduced

5%

Super reduced

8%

VAT rates as of 18 Apr 2026

Checked 18 Apr 2026, 15:17 UTCID: 019da12b-40eb-7b40-b230-19a797e5bc2e

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/PL5260006841" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "PL5260006841",
  "countryCode": "PL",
  "companyName": "'BANK POLSKA KASA OPIEKI' SPÓŁKA AKCYJNA",
  "companyAddress": "ŻUBRA 1\n01-066 WARSZAWA",
  "companyRegistrationDate": null,
  "companyForm": null,
  "industryDescription": null,
  "verifiedAt": "2026-04-18T15:17:39.691Z",
  "checkId": "019da12b-40eb-7b40-b230-19a797e5bc2e",
  "countryName": "Poland",
  "countryVat": {
    "vatName": "Podatek od towarów i usług",
    "vatAbbr": "VAT",
    "currency": "PLN",
    "standardRate": 23,
    "reducedRates": [
      8,
      5
    ],
    "superReducedRate": 8,
    "parkingRate": null,
    "vatNumberFormat": "PL + 10 digits",
    "vatNumberPattern": "^PL\\d{10}$",
    "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.