Data

Taxes on incomes of individuals and corporations

See all data and research on:

What you should know about this indicator

How is this data described by its producer?

The variable Taxes captures tax collected regardless of sources (i.e., unless otherwise defined, this includes resource-based taxes). These follow the definition of taxes found in both the IMF’ Government Finance Statistics Manual (GFSM) and OECD Revenue Statistics Interpretive Guide as ‘compulsory, unrequited …’ payments to the government (IMF 2014; OECD 2020).

Direct taxes include taxes on income, profits and capital gains, taxes on payroll and workforce as well as taxes on property. Please note that the total values of direct taxes may sometimes exceed the sum of the aforementioned sub-components, owing to revenue that is unclassified among these subcomponents. When specified as direct taxes excluding resource revenue, direct taxes comprise non-resource taxes on the mentioned sub-components (e.g., excluding corporate taxes accruing from entities engaged in the extraction of natural resource).

Taxes on income, profits, and capital gains (TIPCG) are always reported exclusive of social contributions. The total value of TIPCG may sometimes exceed the sum of the positions displayed in individuals and corporations and other enterprises, due to revenues that are unallocated between the two.

Source
UNU-WIDER Government Revenue Dataset (2023)with major processing by Our World in Data
Last updated
November 1, 2023
Next expected update
May 2026
Date range
1980–2022
Unit
%

Sources and processing

UNU-WIDER – Government Revenue Dataset (GRD)

The GRD aims to present a complete picture of government revenue and tax trends over time and allows for analysis at the country, regional or cross-country level. Where possible, figures are expressed both inclusive and exclusive of natural resource revenues, which helps to overcome a major obstacle to cross-country comparisons in existing data sources.

Retrieved on
November 1, 2023
Citation
This is the citation of the original data obtained from the source, prior to any processing or adaptation by Our World in Data. To cite data downloaded from this page, please use the suggested citation given in Reuse This Work below.
UNU-WIDER Government Revenue Dataset. Version 2023. https://doi.org/10.35188/UNU-WIDER/GRD-2023

The GRD aims to present a complete picture of government revenue and tax trends over time and allows for analysis at the country, regional or cross-country level. Where possible, figures are expressed both inclusive and exclusive of natural resource revenues, which helps to overcome a major obstacle to cross-country comparisons in existing data sources.

Retrieved on
November 1, 2023
Citation
This is the citation of the original data obtained from the source, prior to any processing or adaptation by Our World in Data. To cite data downloaded from this page, please use the suggested citation given in Reuse This Work below.
UNU-WIDER Government Revenue Dataset. Version 2023. https://doi.org/10.35188/UNU-WIDER/GRD-2023

All data and visualizations on Our World in Data rely on data sourced from one or several original data providers. Preparing this original data involves several processing steps. Depending on the data, this can include standardizing country names and world region definitions, converting units, calculating derived indicators such as per capita measures, as well as adding or adapting metadata such as the name or the description given to an indicator.

At the link below you can find a detailed description of the structure of our data pipeline, including links to all the code used to prepare data across Our World in Data.

Read about our data pipeline
Notes on our processing step for this indicator

The source provides their data with caution notes, classifying them as follows:

  1. Accuracy, quality or comparability of data questionable.
  2. Un-excluded resource revenues/taxes are significant but cannot be isolated from total revenue/taxes.
  3. Un-excluded resource revenue/taxes are marginal but non-negligible and cannot be isolated from total revenue/taxes.
  4. Inconsistencies with social contributions.

We have excluded from our dataset the observations flagged with caution note 1.

How to cite this page

To cite this page overall, including any descriptions, FAQs or explanations of the data authored by Our World in Data, please use the following citation:

“Data Page: Taxes on incomes of individuals and corporations”, part of the following publication: Esteban Ortiz-Ospina and Max Roser (2016) - “Taxation”. Data adapted from UNU-WIDER. Retrieved from https://pop-pyramid.owid.pages.dev:8789/20260304-094028/grapher/taxes-on-incomes-of-individuals-and-corporations-gdp.html [online resource] (archived on March 4, 2026).

How to cite this data

In-line citationIf you have limited space (e.g. in data visualizations), you can use this abbreviated in-line citation:

UNU-WIDER Government Revenue Dataset (2023) – with major processing by Our World in Data

Full citation

UNU-WIDER Government Revenue Dataset (2023) – with major processing by Our World in Data. “Taxes on incomes of individuals and corporations” [dataset]. UNU-WIDER, “Government Revenue Dataset (GRD) 2023” [original data]. Retrieved April 11, 2026 from https://pop-pyramid.owid.pages.dev:8789/20260304-094028/grapher/taxes-on-incomes-of-individuals-and-corporations-gdp.html (archived on March 4, 2026).

Quick download

Download the data shown in this chart as a ZIP file containing a CSV file, metadata in JSON format, and a README. The CSV file can be opened in Excel, Google Sheets, and other data analysis tools.

Data API

Use these URLs to programmatically access this chart's data and configure your requests with the options below. Our documentation provides more information on how to use the API, and you can find a few code examples below.

Data URL (CSV format)
https://pop-pyramid.owid.pages.dev/grapher/taxes-on-incomes-of-individuals-and-corporations-gdp.csv?v=1&csvType=full&useColumnShortNames=false
Metadata URL (JSON format)
https://pop-pyramid.owid.pages.dev/grapher/taxes-on-incomes-of-individuals-and-corporations-gdp.metadata.json?v=1&csvType=full&useColumnShortNames=false

Code examples

Examples of how to load this data into different data analysis tools.

Excel / Google Sheets
=IMPORTDATA("https://pop-pyramid.owid.pages.dev/grapher/taxes-on-incomes-of-individuals-and-corporations-gdp.csv?v=1&csvType=full&useColumnShortNames=false")
Python with Pandas
import pandas as pd
import requests

# Fetch the data.
df = pd.read_csv("https://pop-pyramid.owid.pages.dev/grapher/taxes-on-incomes-of-individuals-and-corporations-gdp.csv?v=1&csvType=full&useColumnShortNames=false", storage_options = {'User-Agent': 'Our World In Data data fetch/1.0'})

# Fetch the metadata
metadata = requests.get("https://pop-pyramid.owid.pages.dev/grapher/taxes-on-incomes-of-individuals-and-corporations-gdp.metadata.json?v=1&csvType=full&useColumnShortNames=false").json()
R
library(jsonlite)

# Fetch the data
df <- read.csv("https://pop-pyramid.owid.pages.dev/grapher/taxes-on-incomes-of-individuals-and-corporations-gdp.csv?v=1&csvType=full&useColumnShortNames=false")

# Fetch the metadata
metadata <- fromJSON("https://pop-pyramid.owid.pages.dev/grapher/taxes-on-incomes-of-individuals-and-corporations-gdp.metadata.json?v=1&csvType=full&useColumnShortNames=false")
Stata
import delimited "https://pop-pyramid.owid.pages.dev/grapher/taxes-on-incomes-of-individuals-and-corporations-gdp.csv?v=1&csvType=full&useColumnShortNames=false", encoding("utf-8") clear