Skip to content

Instantly share code, notes, and snippets.

@PoeHaH
Last active November 21, 2022 11:12
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save PoeHaH/ab9d8ac1b4ddee168d4d96c71797df31 to your computer and use it in GitHub Desktop.
Save PoeHaH/ab9d8ac1b4ddee168d4d96c71797df31 to your computer and use it in GitHub Desktop.
JSON representation of EU countries, 2 letter codes and VAT amounts. Good to check the EU VIES database
var euList =
[
{country:'Austria',code:'AT',vat:20},
{country:'Belgium',code:'BE',vat:21},
{country:'Bulgaria',code:'BG',vat:20},
{country:'Croatia',code:'HR',vat:25},
{country:'Cyprus',code:'CY',vat:19},
{country:'Czech Republic',code:'CZ',vat:21},
{country:'Denmark',code:'DK',vat:25},
{country:'Estonia',code:'EE',vat:20},
{country:'Finland',code:'FI',vat:24},
{country:'France',code:'FR',vat:20},
{country:'Germany',code:'DE',vat:19},
{country:'Greece',code:'EL',vat:24},
{country:'Hungary',code:'HU',vat:27},
{country:'Ireland',code:'IE',vat:23},
{country:'Italy',code:'IT',vat:22},
{country:'Latvia',code:'LV',vat:21},
{country:'Lithuania',code:'LT',vat:21},
{country:'Luxembourg',code:'LU',vat:17},
{country:'Malta',code:'MT',vat:18},
{country:'Netherlands',code:'NL',vat:21},
{country:'Poland',code:'PL',vat:23},
{country:'Portugal',code:'PT',vat:23},
{country:'Romania',code:'RO',vat:19},
{country:'Slovakia',code:'SK',vat:20},
{country:'Slovenia',code:'SI',vat:22},
{country:'Spain',code:'ES',vat:21},
{country:'Sweden',code:'SE',vat:25},
];
@codexp
Copy link

codexp commented Aug 30, 2018

Poland: PL

@codexp
Copy link

codexp commented Sep 5, 2018

Greece: GR
Sweden: SE
Switzerland: CH (missing)
Croatia is not EU country!

@Mixone-FinallyHere
Copy link

Switzerland is not EU country!

@sebastiangug
Copy link

You can remove UK now too

@eugenpopa
Copy link

Romania -VAT = 19%

@PoeHaH
Copy link
Author

PoeHaH commented Jan 28, 2021

All updates are now made - thanks everyone!

@merzavko
Copy link

isn't Greece EL ?

@sebastiangug
Copy link

@merzavko iban.com says its GR

@merzavko
Copy link

@sebastiangug ah, for IBAN you're right. but seems like for VAT it's EL

@sebastiangug
Copy link

@merzavko do you have any link describing it as EL? I know you're by far most likely right but was googling it and oh boy it isn't an easy thing to narrow down

@sebastiangug
Copy link

well that's pretty conclusive to me

@PoeHaH
Copy link
Author

PoeHaH commented May 17, 2022

@merzavko you're right! I've updated the list. Thanks for your input!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment