Valid EU VAT number

Active and verified against the EU VIES database

VAT ID

RO9010105

Romania

CUI

9010105

Company

ORANGE ROMANIA SA

Company type

Societate Comercială Pe Acţiuni

Founded

12 December 1996

Industry

Wired telecommunications activities

Address

MUNICIPIUL BUCUREŞTI, SECTOR 1 10144 STR. MATEI MILLO Nr. 5
ROMANIA

VAT rates in Romania (RON)

Standard

21%

Reduced

11%

VAT rates as of 12 May 2026

Checked 12 May 2026, 18:36 UTCID: 019e1d79-b69a-79bc-84db-9e6f5e130f10

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="RO9010105"></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/RO9010105" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "RO9010105",
  "countryCode": "RO",
  "companyName": "ORANGE ROMANIA SA",
  "companyAddress": "MUNICIPIUL  BUCUREŞTI, SECTOR 1 10144 STR. MATEI MILLO Nr. 5",
  "companyRegistrationDate": "1996-12-12",
  "companyForm": "Societate Comercială Pe Acţiuni",
  "industryDescription": "Wired telecommunications activities",
  "registryCode": "9010105",
  "registryCodeName": "CUI",
  "verifiedAt": "2026-05-12T18:36:16.410Z",
  "checkId": "019e1d79-b69a-79bc-84db-9e6f5e130f10",
  "countryName": "Romania",
  "countryVat": {
    "vatName": "Taxa pe valoarea adăugată",
    "vatAbbr": "TVA",
    "currency": "RON",
    "standardRate": 21,
    "reducedRates": [
      11
    ],
    "superReducedRate": null,
    "parkingRate": null,
    "vatNumberFormat": "RO + 2–10 digits",
    "vatNumberPattern": "^RO\\d{2,10}$",
    "countryVatUpdatedAt": "2026-05-12"
  },
  "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.