Country Income Taxes

FREEMIUM
By murage wanjohi | Updated 20 days ago | Finance
Popularity

5.5 / 10

Latency

83,272ms

Service Level

100%

Health Check

0%

README

Overview

The Country Income Taxes API is a robust solution for calculating income taxes based on the provided gross amount and country. This API is designed to offer accurate and detailed income tax calculations, catering to both residents and non-residents. Integrate this API into your applications to seamlessly calculate income taxes for various countries.

Endpoint

POST /calculate-income-taxes
Use this endpoint to submit a POST request for income tax calculation. The required parameters are included in the request body.

Request Body

The request body should be in JSON format and include the following parameters:

"country": "United States",
"grossAmount": "12900"
  • country(string):: The name of the country for which income taxes should be calculated. See list of supported countries below.

  • **grossAmount **(string): The gross amount on which income taxes will be calculated.

Response

The API will respond with a JSON object containing detailed information about the income tax calculation.

{
    "grossAmount": 12900.0,
    "residenceTaxAmount": 1548.0,
    "nonResidenceTaxAmount": 1548.0,
    "netResidentAmount": 11352.0,
    "netNonResidentAmount": 11352.0,
    "currency": "USD",
    "notes": "Estimated net income in United States for a single taxpayer is 11352.0, For Married taxpayers filing jointly (1, 2) is 11610.0, For Head-of-household taxpayers (1, 2) is 11610.0, For Married taxpayers filing separately (1) is 11352.0"
}

  • **grossAmount **(float): The provided gross amount.

  • **residenceTaxAmount **(float): The calculated tax amount for residents.

  • **nonResidenceTaxAmount **(float): The calculated tax amount for non-residents.

  • **netResidentAmount **(float): The net income amount for residents after tax deduction.

  • **netNonResidentAmount **(float): The net income amount for non-residents after tax deduction.

  • **currency **(string): The currency used for the amounts.

  • **notes **(string): Additional information and notes regarding the income tax calculation.

List Of Countries Supported


Here is the updated list of countries grouped by the first letter:

A:

  • Afghanistan
  • Albania
  • Algeria
  • American Samoa
  • Andorra
  • Angola
  • Anguilla
  • Antigua and Barbuda
  • Argentina
  • Armenia
  • Aruba
  • Australia
  • Austria
  • Azerbaijan
  • Azores

B:

  • Bahamas
  • Bahrain
  • Bangladesh
  • Barbados
  • Belarus
  • Belgium
  • Belize
  • Benin
  • Bermuda
  • Bhutan
  • Bolivia
  • Bosnia And Herzegovina
  • Botswana
  • Brazil
  • Brunei
  • Bulgaria
  • Burkina Faso
  • Burundi

C:

  • Cambodia
  • Cameroon
  • Canada
  • Cape Verde
  • Cayman Islands
  • Central African Republic
  • Chad
  • Chile
  • China
  • Colombia
  • Comoros
  • Cook Islands
  • Congo
  • Costa Rica
  • Croatia
  • Cuba
  • Curacao
  • Cyprus
  • Czech Republic

D:

  • Denmark
  • Djibouti
  • Dominica
  • Dominican Republic

E:

  • East Timor
  • Ecuador
  • Egypt
  • El Salvador
  • Equatorial Guinea
  • Eritrea
  • Estonia
  • Eswatini
  • Ethiopia

F:

  • Falkland Islands
  • Fiji
  • Finland
  • France

G:

  • Gabon
  • Gambia
  • Germany
  • Ghana
  • Gibraltar
  • Greece
  • Greenland
  • Grenada
  • Guatemala
  • Guinea
  • Guinea Bissau
  • Guyana

H:

  • Haiti
  • Honduras
  • Hong Kong
  • Hungary

I:

  • Iceland
  • India
  • Indonesia
  • Iran
  • Iraq
  • Ireland
  • Isle of Man
  • Israel
  • Italy
  • Ivory Coast

J:

  • Jamaica
  • Japan
  • Jersey
  • Jordan

K:

  • Kazakhstan
  • Kenya
  • Kiribati
  • Kosovo
  • Kuwait
  • Kyrgyzstan

L:

  • Laos
  • Latvia
  • Lebanon
  • Lesotho
  • Liberia
  • Libya
  • Liechtenstein
  • Lithuania
  • Luxembourg

M:

  • Macau
  • Madagascar
  • Madeira
  • Malawi
  • Malaysia
  • Maldives
  • Mali
  • Malta
  • Marshall Islands
  • Mauritania
  • Mauritius
  • Mexico
  • Moldova
  • Monaco
  • Mongolia
  • Montenegro
  • Montserrat
  • Morocco
  • Mozambique
  • Myanmar

N:

  • Namibia
  • Nauru
  • Nepal
  • Netherlands
  • New Zealand
  • New Caledonia
  • Nicaragua
  • Niger
  • Nigeria
  • Norfolk Island
  • North Macedonia
  • Norway

O:

  • Oman

P:

  • Pakistan
  • Palau
  • Palestine
  • Panama
  • Papua New Guinea
  • Paraguay
  • Peru
  • Philippines
  • Pitcairn Islands
  • Poland
  • Portugal
  • Puerto Rico

Q:

  • Qatar

R:

  • Russia
  • Romania
  • Rwanda

S:

  • Saint Kitts And Nevis
  • Saint Lucia
  • Saint Pierre And Miquelon
  • Saint Vincent And The Grenadines
  • Samoa
  • San Marino
  • Sao Tome And Príncipe
  • Sark
  • Saudi Arabia
  • Senegal
  • Serbia
  • Sierra Leone
  • Singapore
  • Slovakia
  • Slovenia
  • Solomon Islands
  • Somalia
  • South Africa
  • South Sudan
  • Sri Lanka
  • Sudan
  • Suriname
  • Spain
  • Sweden
  • Switzerland
  • Syria

T:

  • Taiwan
  • Tajikistan
  • Tanzania
  • Thailand
  • Togo
  • Tonga
  • Turkey
  • Trinidad And Tobago
  • Tunisia
  • Turkmenistan
  • Turks And Caicos Islands
  • Tuvalu

U:

  • Uganda
  • Ukraine
  • United Arab Emirates
  • United Kingdom
  • United States
  • Uruguay
  • Uzbekistan

V:

  • Vanuatu
  • Venezuela
  • Vietnam
  • British Virgin Islands
  • US Virgin Islands

Y:

  • Yemen

Z:

  • Zambia
  • Zimbabwe
Followers: 0
API Creator:
Rapid account: Murage Wanjohi
murage wanjohi
muragewanjohi
Log In to Rate API
Rating: 5 - Votes: 1