Baselight

Food Prices For Nutrition

Data on food prices and nutrition

@worldbank.food_prices_for_nutrition

Loading...
Loading...

About this Dataset

Food Prices For Nutrition

Food Prices for Nutrition provides indicators on the cost and affordability of a healthy diet (CoAHD) in each country, showing the population’s physical and economic access to sufficient quantities of locally available items for an active and healthy life. It also provides indicators on the cost and affordability of an energy-sufficient diet and of a nutrient-adequate diet. These indicators are explained in detail in the Food Prices for Nutrition DataHub here: https://www.worldbank.org/foodpricesfornutrition.The database version Food Prices for Nutrition 1.0 contains indicators that were estimated in July 2022, based on 2017 global food retail price data from the International Comparison Program (ICP), when relevant affordability indicators were calculated based on the available Poverty and Inequality Platform (PIP) data from the World Bank expressed in 2011 purchasing power parity terms (PPP). These include indicators measuring the ratio between diet costs and international food poverty lines and indicators measuring the share and volume of the population unable to afford each diet, based on income distributions observed in each country. Countries' income classifications at the aggregate reporting level follow the calendar year of 2020 (the fiscal year of 2022 of the World Bank). The Cost and Affordability of a Healthy Diet indicators reported in the United Nations' State of Food Security and Nutrition in the World 2022 correspond to those in version 1.0.The database version Food Prices for Nutrition 1.1 updates these aforementioned affordability indicators using the latest international poverty lines and PIP data expressed in 2017 PPP-based dollars.The database version Food Prices for Nutrition 2.0, estimated in July 2023, uses the latest PIP data expressed in 2017 PPP-based dollars. Countries' income classifications at the aggregate reporting level follow the calendar year of 2021 (the fiscal year of 2023 of the World Bank). The Cost and Affordability of a Healthy Diet indicators reported in the United Nations' State of Food Security and Nutrition in the World 2023 correspond to those in version 2.0.The database version Food Prices for Nutrition 2.1 updates the affordability indicators using the latest PIP data expressed in 2017 PPP-based dollars and population data from the WDI updated in the fall of 2023.The database version Food Prices for Nutrition 3.0, estimated in July 2024, uses the 2021 global food retail price data from the ICP and updates the methodology of calculating the affordability indicators, including indicators measuring the ratio between diet costs and international food poverty lines and indicators measuring the share and volume of the population unable to afford each diet, and they are based on the latest PIP data expressed in 2017 PPP-based dollars. For the first time, estimates for the prevalence and number of people unable to afford a healthy diet were imputed for countries with missing information based on their regional and global aggregates. Countries' income classifications at the aggregate reporting level follow the calendar year of 2022 standard (the fiscal year of 2024 of the World Bank). The Cost and Affordability of a Healthy Diet indicators reported in the United Nations' State of Food Security and Nutrition in the World 2024 correspond to those in version 3.0.The database version Food Prices for Nutrition 3.1 updates the affordability indicators using the latest PIP data expressed in 2017 PPP-based dollars and population data from the World Population Prospect by the United Nations Department of Economic and Social Affairs (UN DESA).

Tables

Cost Of An Energy Sufficient Diet

@worldbank.food_prices_for_nutrition.coca
  • 8.55 KB
  • 1152 rows
  • 8 columns
Loading...

CREATE TABLE coca (
  "classification" VARCHAR,
  "economy" VARCHAR,
  "yr2017" DOUBLE,
  "yr2018" VARCHAR,
  "yr2019" VARCHAR,
  "yr2020" VARCHAR,
  "yr2021" DOUBLE,
  "yr2022" VARCHAR
);

Affordability Of An Energy Sufficient Diet: Ratio Of Cost To Food Expenditures

@worldbank.food_prices_for_nutrition.coca_fexp
  • 8.35 KB
  • 1152 rows
  • 8 columns
Loading...

CREATE TABLE coca_fexp (
  "classification" VARCHAR,
  "economy" VARCHAR,
  "yr2017" DOUBLE,
  "yr2018" VARCHAR,
  "yr2019" VARCHAR,
  "yr2020" VARCHAR,
  "yr2021" DOUBLE,
  "yr2022" VARCHAR
);

Percent Of The Population Who Cannot Afford Sufficient Calories

@worldbank.food_prices_for_nutrition.coca_headcount
  • 8.7 KB
  • 1152 rows
  • 8 columns
Loading...

CREATE TABLE coca_headcount (
  "classification" VARCHAR,
  "economy" VARCHAR,
  "yr2017" DOUBLE,
  "yr2018" VARCHAR,
  "yr2019" VARCHAR,
  "yr2020" VARCHAR,
  "yr2021" DOUBLE,
  "yr2022" VARCHAR
);

Affordability Of An Energy Sufficient Diet: Ratio Of Cost To The Food Poverty Line

@worldbank.food_prices_for_nutrition.coca_pov
  • 9.58 KB
  • 1152 rows
  • 8 columns
Loading...

CREATE TABLE coca_pov (
  "classification" VARCHAR,
  "economy" VARCHAR,
  "yr2017" DOUBLE,
  "yr2018" VARCHAR,
  "yr2019" VARCHAR,
  "yr2020" VARCHAR,
  "yr2021" DOUBLE,
  "yr2022" VARCHAR
);

Millions Of People Who Cannot Afford Sufficient Calories

@worldbank.food_prices_for_nutrition.coca_unafford_n
  • 8.44 KB
  • 1152 rows
  • 8 columns
Loading...

CREATE TABLE coca_unafford_n (
  "classification" VARCHAR,
  "economy" VARCHAR,
  "yr2017" DOUBLE,
  "yr2018" VARCHAR,
  "yr2019" VARCHAR,
  "yr2020" VARCHAR,
  "yr2021" DOUBLE,
  "yr2022" VARCHAR
);

Cost Of A Healthy Diet

@worldbank.food_prices_for_nutrition.cohd
  • 20.79 KB
  • 1152 rows
  • 8 columns
Loading...

CREATE TABLE cohd (
  "classification" VARCHAR,
  "economy" VARCHAR,
  "yr2017" DOUBLE,
  "yr2018" DOUBLE,
  "yr2019" DOUBLE,
  "yr2020" DOUBLE,
  "yr2021" DOUBLE,
  "yr2022" DOUBLE
);

Cost Of Animal-source Foods

@worldbank.food_prices_for_nutrition.cohd_asf
  • 8.57 KB
  • 1152 rows
  • 8 columns
Loading...

CREATE TABLE cohd_asf (
  "classification" VARCHAR,
  "economy" VARCHAR,
  "yr2017" DOUBLE,
  "yr2018" VARCHAR,
  "yr2019" VARCHAR,
  "yr2020" VARCHAR,
  "yr2021" DOUBLE,
  "yr2022" VARCHAR
);

Cost Share For Animal-sourced Foods In A Least-cost Healthy Diet

@worldbank.food_prices_for_nutrition.cohd_asf_prop
  • 8.42 KB
  • 1152 rows
  • 8 columns
Loading...

CREATE TABLE cohd_asf_prop (
  "classification" VARCHAR,
  "economy" VARCHAR,
  "yr2017" DOUBLE,
  "yr2018" VARCHAR,
  "yr2019" VARCHAR,
  "yr2020" VARCHAR,
  "yr2021" DOUBLE,
  "yr2022" VARCHAR
);

Cost Of Animal-sourced Foods Relative To The Starchy Staples In A Least-cost Healthy Diet

@worldbank.food_prices_for_nutrition.cohd_asf_ss
  • 8.6 KB
  • 1152 rows
  • 8 columns
Loading...

CREATE TABLE cohd_asf_ss (
  "classification" VARCHAR,
  "economy" VARCHAR,
  "yr2017" DOUBLE,
  "yr2018" VARCHAR,
  "yr2019" VARCHAR,
  "yr2020" VARCHAR,
  "yr2021" DOUBLE,
  "yr2022" VARCHAR
);

Cost Of A Healthy Diet Relative To The Cost Of Sufficient Energy From Starchy Staples

@worldbank.food_prices_for_nutrition.cohd_coca
  • 8.5 KB
  • 1152 rows
  • 8 columns
Loading...

CREATE TABLE cohd_coca (
  "classification" VARCHAR,
  "economy" VARCHAR,
  "yr2017" DOUBLE,
  "yr2018" VARCHAR,
  "yr2019" VARCHAR,
  "yr2020" VARCHAR,
  "yr2021" DOUBLE,
  "yr2022" VARCHAR
);

Cost Of Fruits

@worldbank.food_prices_for_nutrition.cohd_f
  • 8.53 KB
  • 1152 rows
  • 8 columns
Loading...

CREATE TABLE cohd_f (
  "classification" VARCHAR,
  "economy" VARCHAR,
  "yr2017" DOUBLE,
  "yr2018" VARCHAR,
  "yr2019" VARCHAR,
  "yr2020" VARCHAR,
  "yr2021" DOUBLE,
  "yr2022" VARCHAR
);

Cost Share For Fruits In A Least-cost Healthy Diet

@worldbank.food_prices_for_nutrition.cohd_f_prop
  • 8.49 KB
  • 1152 rows
  • 8 columns
Loading...

CREATE TABLE cohd_f_prop (
  "classification" VARCHAR,
  "economy" VARCHAR,
  "yr2017" DOUBLE,
  "yr2018" VARCHAR,
  "yr2019" VARCHAR,
  "yr2020" VARCHAR,
  "yr2021" DOUBLE,
  "yr2022" VARCHAR
);

Cost Of Fruits Relative To The Starchy Staples In A Least-cost Healthy Diet

@worldbank.food_prices_for_nutrition.cohd_f_ss
  • 8.59 KB
  • 1152 rows
  • 8 columns
Loading...

CREATE TABLE cohd_f_ss (
  "classification" VARCHAR,
  "economy" VARCHAR,
  "yr2017" DOUBLE,
  "yr2018" VARCHAR,
  "yr2019" VARCHAR,
  "yr2020" VARCHAR,
  "yr2021" DOUBLE,
  "yr2022" VARCHAR
);

Affordability Of A Healthy Diet: Ratio Of Cost To Food Expenditures

@worldbank.food_prices_for_nutrition.cohd_fexp
  • 8.72 KB
  • 1152 rows
  • 8 columns
Loading...

CREATE TABLE cohd_fexp (
  "classification" VARCHAR,
  "economy" VARCHAR,
  "yr2017" DOUBLE,
  "yr2018" VARCHAR,
  "yr2019" VARCHAR,
  "yr2020" VARCHAR,
  "yr2021" DOUBLE,
  "yr2022" VARCHAR
);

Percent Of The Population Who Cannot Afford A Healthy Diet

@worldbank.food_prices_for_nutrition.cohd_headcount
  • 21.63 KB
  • 1152 rows
  • 8 columns
Loading...

CREATE TABLE cohd_headcount (
  "classification" VARCHAR,
  "economy" VARCHAR,
  "yr2017" DOUBLE,
  "yr2018" DOUBLE,
  "yr2019" DOUBLE,
  "yr2020" DOUBLE,
  "yr2021" DOUBLE,
  "yr2022" DOUBLE
);

Cost Of Legumes, Nuts And Seeds

@worldbank.food_prices_for_nutrition.cohd_lns
  • 8.26 KB
  • 1152 rows
  • 8 columns
Loading...

CREATE TABLE cohd_lns (
  "classification" VARCHAR,
  "economy" VARCHAR,
  "yr2017" DOUBLE,
  "yr2018" VARCHAR,
  "yr2019" VARCHAR,
  "yr2020" VARCHAR,
  "yr2021" DOUBLE,
  "yr2022" VARCHAR
);

Cost Share For Legumes, Nuts And Seeds In A Least-cost Healthy Diet

@worldbank.food_prices_for_nutrition.cohd_lns_prop
  • 8.18 KB
  • 1152 rows
  • 8 columns
Loading...

CREATE TABLE cohd_lns_prop (
  "classification" VARCHAR,
  "economy" VARCHAR,
  "yr2017" DOUBLE,
  "yr2018" VARCHAR,
  "yr2019" VARCHAR,
  "yr2020" VARCHAR,
  "yr2021" DOUBLE,
  "yr2022" VARCHAR
);

Cost Of Legumes, Nuts And Seeds Relative To The Starchy Staples In A Least-cost Healthy Diet

@worldbank.food_prices_for_nutrition.cohd_lns_ss
  • 8.39 KB
  • 1152 rows
  • 8 columns
Loading...

CREATE TABLE cohd_lns_ss (
  "classification" VARCHAR,
  "economy" VARCHAR,
  "yr2017" DOUBLE,
  "yr2018" VARCHAR,
  "yr2019" VARCHAR,
  "yr2020" VARCHAR,
  "yr2021" DOUBLE,
  "yr2022" VARCHAR
);

Cost Of Oils And Fats

@worldbank.food_prices_for_nutrition.cohd_of
  • 8.31 KB
  • 1152 rows
  • 8 columns
Loading...

CREATE TABLE cohd_of (
  "classification" VARCHAR,
  "economy" VARCHAR,
  "yr2017" DOUBLE,
  "yr2018" VARCHAR,
  "yr2019" VARCHAR,
  "yr2020" VARCHAR,
  "yr2021" DOUBLE,
  "yr2022" VARCHAR
);

Cost Share For Oils And Fats In A Least-cost Healthy Diet

@worldbank.food_prices_for_nutrition.cohd_of_prop
  • 7.65 KB
  • 1152 rows
  • 8 columns
Loading...

CREATE TABLE cohd_of_prop (
  "classification" VARCHAR,
  "economy" VARCHAR,
  "yr2017" DOUBLE,
  "yr2018" VARCHAR,
  "yr2019" VARCHAR,
  "yr2020" VARCHAR,
  "yr2021" DOUBLE,
  "yr2022" VARCHAR
);

Cost Of Oils And Fats Relative To The Starchy Staples In A Least-cost Healthy Diet

@worldbank.food_prices_for_nutrition.cohd_of_ss
  • 7.88 KB
  • 1152 rows
  • 8 columns
Loading...

CREATE TABLE cohd_of_ss (
  "classification" VARCHAR,
  "economy" VARCHAR,
  "yr2017" DOUBLE,
  "yr2018" VARCHAR,
  "yr2019" VARCHAR,
  "yr2020" VARCHAR,
  "yr2021" DOUBLE,
  "yr2022" VARCHAR
);

Affordability Of A Healthy Diet: Ratio Of Cost To The Food Poverty Line

@worldbank.food_prices_for_nutrition.cohd_pov
  • 23.81 KB
  • 1152 rows
  • 8 columns
Loading...

CREATE TABLE cohd_pov (
  "classification" VARCHAR,
  "economy" VARCHAR,
  "yr2017" DOUBLE,
  "yr2018" DOUBLE,
  "yr2019" DOUBLE,
  "yr2020" DOUBLE,
  "yr2021" DOUBLE,
  "yr2022" DOUBLE
);

Cost Of Starchy Staples

@worldbank.food_prices_for_nutrition.cohd_ss
  • 8.39 KB
  • 1152 rows
  • 8 columns
Loading...

CREATE TABLE cohd_ss (
  "classification" VARCHAR,
  "economy" VARCHAR,
  "yr2017" DOUBLE,
  "yr2018" VARCHAR,
  "yr2019" VARCHAR,
  "yr2020" VARCHAR,
  "yr2021" DOUBLE,
  "yr2022" VARCHAR
);

Cost Share For Starchy Staples In A Least-cost Healthy Diet

@worldbank.food_prices_for_nutrition.cohd_ss_prop
  • 8.27 KB
  • 1152 rows
  • 8 columns
Loading...

CREATE TABLE cohd_ss_prop (
  "classification" VARCHAR,
  "economy" VARCHAR,
  "yr2017" DOUBLE,
  "yr2018" VARCHAR,
  "yr2019" VARCHAR,
  "yr2020" VARCHAR,
  "yr2021" DOUBLE,
  "yr2022" VARCHAR
);

Millions Of People Who Cannot Afford A Healthy Diet

@worldbank.food_prices_for_nutrition.cohd_unafford_n
  • 19.93 KB
  • 1152 rows
  • 8 columns
Loading...

CREATE TABLE cohd_unafford_n (
  "classification" VARCHAR,
  "economy" VARCHAR,
  "yr2017" DOUBLE,
  "yr2018" DOUBLE,
  "yr2019" DOUBLE,
  "yr2020" DOUBLE,
  "yr2021" DOUBLE,
  "yr2022" DOUBLE
);

Cost Of Vegetables

@worldbank.food_prices_for_nutrition.cohd_v
  • 8.52 KB
  • 1152 rows
  • 8 columns
Loading...

CREATE TABLE cohd_v (
  "classification" VARCHAR,
  "economy" VARCHAR,
  "yr2017" DOUBLE,
  "yr2018" VARCHAR,
  "yr2019" VARCHAR,
  "yr2020" VARCHAR,
  "yr2021" DOUBLE,
  "yr2022" VARCHAR
);

Cost Share For Vegetables In A Least-cost Healthy Diet

@worldbank.food_prices_for_nutrition.cohd_v_prop
  • 8.36 KB
  • 1152 rows
  • 8 columns
Loading...

CREATE TABLE cohd_v_prop (
  "classification" VARCHAR,
  "economy" VARCHAR,
  "yr2017" DOUBLE,
  "yr2018" VARCHAR,
  "yr2019" VARCHAR,
  "yr2020" VARCHAR,
  "yr2021" DOUBLE,
  "yr2022" VARCHAR
);

Cost Of Vegetables Relative To The Starchy Staples In A Least-cost Healthy Diet

@worldbank.food_prices_for_nutrition.cohd_v_ss
  • 8.72 KB
  • 1152 rows
  • 8 columns
Loading...

CREATE TABLE cohd_v_ss (
  "classification" VARCHAR,
  "economy" VARCHAR,
  "yr2017" DOUBLE,
  "yr2018" VARCHAR,
  "yr2019" VARCHAR,
  "yr2020" VARCHAR,
  "yr2021" DOUBLE,
  "yr2022" VARCHAR
);

Cost Of A Nutrient Adequate Diet

@worldbank.food_prices_for_nutrition.cona
  • 8.74 KB
  • 1152 rows
  • 8 columns
Loading...

CREATE TABLE cona (
  "classification" VARCHAR,
  "economy" VARCHAR,
  "yr2017" DOUBLE,
  "yr2018" VARCHAR,
  "yr2019" VARCHAR,
  "yr2020" VARCHAR,
  "yr2021" DOUBLE,
  "yr2022" VARCHAR
);

Affordability Of A Nutrient Adequate Diet: Ratio Of Cost To Food Expenditures

@worldbank.food_prices_for_nutrition.cona_fexp
  • 8.63 KB
  • 1152 rows
  • 8 columns
Loading...

CREATE TABLE cona_fexp (
  "classification" VARCHAR,
  "economy" VARCHAR,
  "yr2017" DOUBLE,
  "yr2018" VARCHAR,
  "yr2019" VARCHAR,
  "yr2020" VARCHAR,
  "yr2021" DOUBLE,
  "yr2022" VARCHAR
);

Percent Of The Population Who Cannot Afford Nutrient Adequacy

@worldbank.food_prices_for_nutrition.cona_headcount
  • 9.42 KB
  • 1152 rows
  • 8 columns
Loading...

CREATE TABLE cona_headcount (
  "classification" VARCHAR,
  "economy" VARCHAR,
  "yr2017" DOUBLE,
  "yr2018" VARCHAR,
  "yr2019" VARCHAR,
  "yr2020" VARCHAR,
  "yr2021" DOUBLE,
  "yr2022" VARCHAR
);

Affordability Of A Nutrient Adequate Diet: Ratio Of Cost To The Food Poverty Line

@worldbank.food_prices_for_nutrition.cona_pov
  • 9.87 KB
  • 1152 rows
  • 8 columns
Loading...

CREATE TABLE cona_pov (
  "classification" VARCHAR,
  "economy" VARCHAR,
  "yr2017" DOUBLE,
  "yr2018" VARCHAR,
  "yr2019" VARCHAR,
  "yr2020" VARCHAR,
  "yr2021" DOUBLE,
  "yr2022" VARCHAR
);

Millions Of People Who Cannot Afford Nutrient Adequacy

@worldbank.food_prices_for_nutrition.cona_unafford_n
  • 8.93 KB
  • 1152 rows
  • 8 columns
Loading...

CREATE TABLE cona_unafford_n (
  "classification" VARCHAR,
  "economy" VARCHAR,
  "yr2017" DOUBLE,
  "yr2018" VARCHAR,
  "yr2019" VARCHAR,
  "yr2020" VARCHAR,
  "yr2021" DOUBLE,
  "yr2022" VARCHAR
);

Population

@worldbank.food_prices_for_nutrition.pop
  • 33.28 KB
  • 1152 rows
  • 8 columns
Loading...

CREATE TABLE pop (
  "classification" VARCHAR,
  "economy" VARCHAR,
  "yr2017" DOUBLE,
  "yr2018" DOUBLE,
  "yr2019" DOUBLE,
  "yr2020" DOUBLE,
  "yr2021" DOUBLE,
  "yr2022" DOUBLE
);

Share link

Anyone who has the link will be able to view this.