World Carbon Pricing Database
@owid.world_carbon_pricing
@owid.world_carbon_pricing
This dataset contains information on carbon pricing mechanisms (carbon taxes or cap-and-trade) introduced around the world since 1990. To date, it is the most comprehensive attempt at providing a consistent-across-jurisdiction description of carbon pricing mechanisms in terms of their sectoral (and fuel) coverage as well as the associated price signal.
It covers national and sub-national economic mechanisms relating to carbon emissions, and was developed from several key sources: Most notably, policy documents from countries and regions themselves. Secondly, from other sources such as the International Carbon Action Partnership.
CREATE TABLE owid_world_carbon_pricing_1 (
"country" VARCHAR,
"year" INTEGER,
"ipcc_code" VARCHAR,
"product" VARCHAR,
"ets" INTEGER,
"ets_price" FLOAT,
"sector_name" VARCHAR,
"tax" INTEGER,
"tax_rate_gross" FLOAT,
"tax_rate_net" FLOAT
);CREATE TABLE owid_world_carbon_pricing_2 (
"country" VARCHAR,
"year" INTEGER,
"ipcc_code" VARCHAR,
"product" VARCHAR,
"ets" INTEGER,
"ets_price" FLOAT,
"sector_name" VARCHAR,
"tax" INTEGER,
"tax_rate_gross" FLOAT,
"tax_rate_net" FLOAT
);CREATE TABLE owid_world_carbon_pricing_any_sector_1 (
"country" VARCHAR,
"year" INTEGER,
"ets" VARCHAR,
"tax" VARCHAR
);CREATE TABLE owid_world_carbon_pricing_any_sector_2 (
"country" VARCHAR,
"year" INTEGER,
"ets" VARCHAR,
"tax" VARCHAR
);Anyone who has the link will be able to view this.