{
  "name": "corn-price",
  "title": "Corn Price (Global Benchmark)",
  "description": "Corn Price (Global Benchmark). Source: IMF via FRED (PMAIZMTUSDM). Live current value at https://calcfi.app/rates/history/corn-price. Cadence: monthly. Unit: usd.",
  "homepage": "https://calcfi.app/rates/history/corn-price",
  "licenses": [
    {
      "name": "CC-BY-4.0",
      "path": "https://creativecommons.org/licenses/by/4.0/",
      "title": "Creative Commons Attribution 4.0 International"
    }
  ],
  "keywords": [
    "finance",
    "calcfi",
    "commodities",
    "fred",
    "usd"
  ],
  "sources": [
    {
      "title": "Federal Reserve Economic Data (FRED)",
      "path": "https://fred.stlouisfed.org/series/PMAIZMTUSDM"
    },
    {
      "title": "CalcFi live page",
      "path": "https://calcfi.app/rates/history/corn-price"
    }
  ],
  "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": "Value in US dollars."
          },
          {
            "name": "unit",
            "type": "string",
            "description": "Unit of observation (matches manifest)."
          }
        ]
      }
    }
  ],
  "version": "2026-05-19"
}
