Last active
November 11, 2021 21:55
-
-
Save thedanhub/6a20053d24a2bc4a1b6308d76cda8cae to your computer and use it in GitHub Desktop.
EU Income Tax Rates
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Country_Code | Country_Name | Tax_Brackets | Tax_Rates | |
---|---|---|---|---|
AT | Austria | [0,11000,18000,31000,60000,90000,1000000] | [0,0.20,0.35,0.42,0.48,0.50,0.55] | |
BE | Belgium | [0,8990,13440,23720,41060] | [0,0.25,0.40,0.45,0.50] | |
ES | Spain | [0,5150,17707.20,33007.20,53407.20,120000.20,175000.20] | [0,0.24,0.28,0.37,0.43,0.44,0.45] | |
FR | France | [0,5963,11896,26420,70830] | [0,0.055,0.14,0.30,0.41] | |
IT | Italy | [0,15000,28000,55000,75000] | [0.23,0.27,0.38,0.41,0.43] | |
NL | Netherlands | [0,68508] | [0.3735,0.4950] | |
SI | Slovenia | [0,8500,25000,50000,72000] | [0.16,0.26,0.33,0.39,0.50] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's crazy how one can find conflicting information even about this... So yeah, if you spot any mistakes or if you know the tax brackets and tax rates for missing countries, please let me know and I will update the gist.