Valid EU VAT number

Active and verified against the EU VIES database

VAT ID

CY10200585J

Cyprus

Company

ETORO (EUROPE) LIMITED

Address

ΠΡΟΦΗΤΗ ΗΛΙΑ 4 KANIKA BUS.C.7F
4046 ΓΕΡΜΑΣΟΓΕΙΑ
CYPRUS

VAT rates in Cyprus (EUR)

Standard

19%

Reduced

9%

Reduced

5%

Super reduced

3%

VAT rates as of 25 Apr 2026

Checked 25 Apr 2026, 14:21 UTCID: 019dc503-e76f-7af6-bf8a-350cf82ae5d0

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/CY10200585J" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "CY10200585J",
  "countryCode": "CY",
  "companyName": "ETORO (EUROPE) LIMITED",
  "companyAddress": "ΠΡΟΦΗΤΗ ΗΛΙΑ 4 KANIKA BUS.C.7F\n4046 ΓΕΡΜΑΣΟΓΕΙΑ",
  "companyRegistrationDate": null,
  "companyForm": null,
  "industryDescription": null,
  "registryCode": null,
  "registryCodeName": "ΑΡ.Μ.Η.Ε.",
  "verifiedAt": "2026-04-25T14:21:00.655Z",
  "checkId": "019dc503-e76f-7af6-bf8a-350cf82ae5d0",
  "countryName": "Cyprus",
  "countryVat": {
    "vatName": "Φόρος Προστιθέμενης Αξίας",
    "vatAbbr": "ΦΠΑ",
    "currency": "EUR",
    "standardRate": 19,
    "reducedRates": [
      9,
      5
    ],
    "superReducedRate": 3,
    "parkingRate": null,
    "vatNumberFormat": "CY + 8 digits + 1 letter",
    "vatNumberPattern": "^CY\\d{8}[A-Z]$",
    "countryVatUpdatedAt": "2026-04-25"
  },
  "consultationNumber": null
}

Check another VAT number

Example:

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.