{
  "description": "Annual Consumer Price Index (CPI) for most countries in the world. Reference year is 2005.",
  "keywords": [
    "CPI",
    "World",
    "Consumer Price Index",
    "Annual Data",
    "The World Bank"
  ],
  "last_updated": "2025-06-05",
  "licenses": [
    {
      "name": "ODC-PDDL-1.0",
      "path": "http://opendatacommons.org/licenses/pddl/",
      "title": "Open Data Commons Public Domain Dedication and License v1.0"
    }
  ],
  "name": "cpi",
  "resources": [
    {
      "path": "data/cpi.csv",
      "schema": {
        "fields": [
          {
            "name": "Country Name",
            "type": "string"
          },
          {
            "name": "Country Code",
            "type": "string"
          },
          {
            "name": "Year",
            "type": "year"
          },
          {
            "description": "CPI (where 2005=100)",
            "name": "CPI",
            "type": "number"
          }
        ]
      },
      "name": "cpi"
    }
  ],
  "sources": [
    {
      "name": "The World Bank",
      "path": "http://data.worldbank.org/indicator/FP.CPI.TOTL",
      "title": "The World Bank"
    }
  ],
  "title": "Annual Consumer Price Index (CPI)",
  "version": "2.0.0",
  "collection": "economic-data"
}