Valid EU VAT number

Active and verified against the EU VIES database

VAT ID

SE556703748501

Sweden

Organisationsnummer

556703-7485

Company

Spotify AB

Company type

Limited company (AB)

Founded

10 May 2006

Industry

Radiosändning och distribution av ljudinspelningar

Address

REGERINGSGATAN 19
111 53 STOCKHOLM
SWEDEN

VAT rates in Sweden (SEK)

Standard

25%

Reduced

12%

Reduced

6%

VAT rates as of 12 May 2026

Checked 12 May 2026, 18:39 UTCID: 019e1d7c-b8b4-79bd-b895-80a6a7700b0c

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="SE556703748501"></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/SE556703748501" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "SE556703748501",
  "countryCode": "SE",
  "companyName": "Spotify AB",
  "companyAddress": "REGERINGSGATAN 19 \n111 53 STOCKHOLM",
  "companyRegistrationDate": "2006-05-10",
  "companyForm": "Limited company (AB)",
  "industryDescription": "Radiosändning och distribution av ljudinspelningar",
  "registryCode": "556703-7485",
  "registryCodeName": "Organisationsnummer",
  "verifiedAt": "2026-05-12T18:39:33.556Z",
  "checkId": "019e1d7c-b8b4-79bd-b895-80a6a7700b0c",
  "countryName": "Sweden",
  "countryVat": {
    "vatName": "Mervärdesskatt",
    "vatAbbr": "moms",
    "currency": "SEK",
    "standardRate": 25,
    "reducedRates": [
      12,
      6
    ],
    "superReducedRate": null,
    "parkingRate": null,
    "vatNumberFormat": "SE + 10 digits + 01",
    "vatNumberPattern": "^SE\\d{10}01$",
    "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.