{
  "name": "pce",
  "title": "PCE Price Index",
  "description": "PCE Price Index. Source: BEA via FRED (PCEPI). Live current value at https://calcfi.app/rates/history/pce. Cadence: monthly. Unit: index.",
  "homepage": "https://calcfi.app/rates/history/pce",
  "licenses": [
    {
      "name": "CC-BY-4.0",
      "path": "https://creativecommons.org/licenses/by/4.0/",
      "title": "Creative Commons Attribution 4.0 International"
    }
  ],
  "keywords": [
    "finance",
    "calcfi",
    "inflation",
    "fred",
    "index"
  ],
  "sources": [
    {
      "title": "Federal Reserve Economic Data (FRED)",
      "path": "https://fred.stlouisfed.org/series/PCEPI"
    },
    {
      "title": "CalcFi live page",
      "path": "https://calcfi.app/rates/history/pce"
    }
  ],
  "resources": [
    {
      "name": "data",
      "path": "data.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8",
      "schema": {
        "fields": [
          {
            "name": "date",
            "type": "date",
            "format": "%Y-%m-%d",
            "description": "Observation date (YYYY-MM-DD)."
          },
          {
            "name": "value",
            "type": "number",
            "description": "Index value (base period varies; see source)."
          },
          {
            "name": "unit",
            "type": "string",
            "description": "Unit of observation (matches manifest)."
          }
        ]
      }
    }
  ],
  "version": "2026-05-19"
}
