Cyprus · CY
The Cyprus VAT number
Three numbers for one company, and none of them derives from another. Cyprus is a small market with unusually tangled identification.
Format: CY + 8 digits + 1 uppercase letter
Example: CY10083353J
Issued by: the Cyprus Tax Department.
The format
A Cyprus VAT number is always eleven characters: the prefix, eight digits and a trailing letter.
- CYThe country code.
- 1The first digit: 0 or 9 historically, 6 for new registrations.
- 0083353Seven digits.
- JThe check character.
The final letter is a check character derived from the eight digits and mapped onto a thirteen-letter alphabet. It is always uppercase and part of the number — never optional.
VAT number, TIC and HE number
Cyprus keeps three separate numbers for the same company.
The HE number comes from the Registrar of Companies and carries the HE prefix. It identifies the company in corporate law.
The TIC (tax identification code) is eight digits and a letter, used for income tax. Since March 2023 newly issued codes start with 6.
The VAT number comes from a separate registration in the VAT register. It has the same shape as the TIC, but the registration is a different administrative act and the two do not necessarily coincide.
None of them derives from another. The HE number does not give you the VAT number, and neither does the TIC. That is why, although the companies registry publishes open data, no record in it can be reached from a VAT number.
Finding the company
Registrar of Companies
The companies registry offers public search and publishes open data with the company name, HE number, type, status and address. It is searched by name or HE number — never by VAT number.
The Tax Department
The Tax Department confirms VAT registration but publishes no directory of names.
VIES
Cyprus discloses the name and the address, in Greek. The postcode comes before the municipality — as in Ireland and Malta, and unlike most member states.
Cyprus-specific pitfalls
- The trailing letter is mandatory and always uppercase; it is not punctuation to be stripped.
- The VAT number is not the HE number, and cannot be derived from it.
- The TIC is not necessarily the VAT number, even though the two share a format.
- New codes start with 6 since March 2023; older ones start with 0 or 9.
- The postcode precedes the municipality in the address VIES returns.
One API for 27 member states
Vatlas turns a European VAT number into a company record: legal name, national identifier, legal form, status and address. Same call, same shape, for Cyprus and for the other twenty-six.
curl "https://api.vatlas.dev/v1/vat/CY10083353J" \
-H "Authorization: Bearer $VATLAS_KEY"
Response:
200 OK
{
"data": {
"vatNumber": "CY10083353J",
"countryCode": "CY",
"nationalNumber": "10083353J",
"nationalId": null,
"name": "EUROPEAN UNIVERSITY-CYPRUS LTD",
"legalForm": null,
"status": "active",
"address": {
"line1": "ΔΙΟΓΕΝΟΥΣ 6",
"line2": null,
"postalCode": "2404",
"city": "ΕΓΚΩΜΗ ΛΕΥΚΩΣΙΑΣ",
"country": "CY"
}
},
"meta": {
"origin": "vies",
"source": "VIES",
"sourceUpdatedAt": "2026-08-28T10:16:40.376Z",
"checked": ["database", "VIES"]
}
}
meta.origin says where the answer came from: database for a register imported locally, source for a national API queried live, vies as a last resort. The shape of the response never changes from one country to the next.
Free to try. An email address creates an account — no credit card, no sales call — with 100 requests a month and a working key in about a minute.
Frequently asked
The Cyprus VAT number in short
How many characters does a Cyprus VAT number have?
Nine after the prefix: eight digits and one uppercase letter, eleven characters in total.
What is the trailing letter?
A check character computed from the eight digits. It is part of the number and must not be dropped.
Is the HE number the VAT number?
No. The HE number comes from the Registrar of Companies and the VAT number from the Tax Department; neither derives from the other.
How does the TIC differ from the VAT number?
The TIC is used for income tax, and VAT registration is a separate administrative act, even though the two numbers share a format.
Can I search the Cyprus registry by VAT number?
No. The companies registry is searchable by name or HE number only.
VAT numbers in other countries
Last updated 28 August 2026.