Products

Access Deflation Index data for research, analysis, and integration.

Current Offerings

📥 Free Data Downloads AVAILABLE

Complete Excel files with all calculations, formulas, and source citations. Download, verify, and use freely under our open license.

Go to Downloads →

📖 Open Documentation AVAILABLE

100,000+ words of methodology documentation on GitHub. Every assumption documented, every calculation explained.

View on GitHub →

Coming Soon

🔌 API Access 2026

Programmatic access to Deflation Index data. RESTful API with JSON responses, historical data, and real-time updates when new data is published.

📊 Institutional Subscriptions 2026

Premium data feeds for financial institutions, research firms, and enterprise customers. Custom integrations, priority support, and early access to new sectors.

📈 Custom Analysis 2026

Bespoke research and analysis for organizations that need custom sector coverage, alternative weightings, or specialized metrics.

Express Interest

API Preview

Here's what the Deflation Index API will look like when it launches in 2026:

GET /api/v1/index/latest
{
  "date": "2024-12-31",
  "di_value": 3.74,
  "di_cumulative_deflation": -96.26,
  "di_annual_rate": -9.21,
  "m2_index": 650.2,
  "m2_annual_rate": 5.7,
  "gap_annual_pp": 14.9,
  "sectors": {
    "computing": { "value": 0.09, "weight": 29.41 },
    "communications": { "value": 0.20, "weight": 23.53 },
    "energy": { "value": 10.00, "weight": 29.41 },
    "transportation": { "value": 12.00, "weight": 17.65 }
  }
}
                

Planned Endpoints

  • /api/v1/index/latest — Current DI values
  • /api/v1/index/historical — Full 1990-2024 time series
  • /api/v1/sectors/{sector} — Individual sector data
  • /api/v1/variants/{variant} — Alternative weighting methodologies
  • /api/v1/gap — DI-M2 gap analysis

Want early access? Email [email protected] with your use case.