ETORO (EUROPE) LIMITED, VAT ID CY10200585J — Verified

Active and verified against the EU VIES database.

VAT ID

CY10200585J

Cyprus

TIC

10200585J

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 9 Jun 2026

Checked 9 Jun 2026, 17:40 UTCID: 019ead78-9e82-7f18-b55f-b8d74c428835

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="CY10200585J"></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/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": "10200585J",
  "registryCodeName": "TIC",
  "verifiedAt": "2026-06-09T17:40:23.809Z",
  "checkId": "019ead78-9e82-7f18-b55f-b8d74c428835",
  "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-06-09"
  },
  "consultationNumber": null,
  "source": "VIES"
}

Validate a different VAT ID

Example:

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