TOTALENERGIES SE (TOTALENERGIE SE), VAT ID FR59542051180 โ€” Verified

Active and verified against the EU VIES database.

VAT ID

FR59542051180

France

SIREN

542 051 180

Company

TOTALENERGIES SE (TOTALENERGIE SE)

Company type

European company (SE)

Founded

1 January 1954

Address

LA DEFENSE 6 2 PLACE JEAN MILLIER 92400 COURBEVOIE
FRANCE

VAT rates in France (EUR)

Standard

20%

Reduced

13%

Reduced

10%

Reduced

8.5%

Reduced

5.5%

Reduced

1.05%

Reduced

0.9%

Super reduced

2.1%

VAT rates as of 26 Jun 2026

Checked 26 Jun 2026, 20:33 UTCID: 019f05a2-f870-7a0e-aba4-7f5d31f3ed72

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="FR59542051180"></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/FR59542051180" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "FR59542051180",
  "countryCode": "FR",
  "companyName": "TOTALENERGIES SE (TOTALENERGIE SE)",
  "companyAddress": "LA DEFENSE 6 2 PLACE JEAN MILLIER 92400 COURBEVOIE",
  "companyRegistrationDate": "1954-01-01",
  "companyForm": "European company (SE)",
  "industryDescription": null,
  "registryCode": "542 051 180",
  "registryCodeName": "SIREN",
  "verifiedAt": "2026-06-26T20:33:14.352Z",
  "checkId": "019f05a2-f870-7a0e-aba4-7f5d31f3ed72",
  "countryName": "France",
  "countryVat": {
    "vatName": "Taxe sur la valeur ajoutรฉe",
    "vatAbbr": "TVA",
    "currency": "EUR",
    "standardRate": 20,
    "reducedRates": [
      13,
      10,
      8.5,
      5.5,
      1.05,
      0.9
    ],
    "superReducedRate": 2.1,
    "parkingRate": null,
    "vatNumberFormat": "FR + 2 alphanumeric + 9 digits",
    "vatNumberPattern": "^FR[A-HJ-NP-Z0-9]{2}\\d{9}$",
    "countryVatUpdatedAt": "2026-06-26"
  },
  "consultationNumber": null,
  "source": "SIREN_FR"
}

Validate a different VAT ID

Example:

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