Real-time menu pricing with regional decomposition for CMG, MCD, SHAK, WING and more. Methodology PDF, refreshed weekly. Built for KPI prediction, foodservice CPI decomposition, and category-level pricing analysis.
Methodology PDF + sample query in one email
Top 25 public tickers mapped to consumer-facing brands at the entity level. Geographic decomposition by metro. Price moves often visible 30–60 days before earnings releases.
Inflation index decomposition by chain and region, derived from a real underlying menu corpus. Often lands 2–4 weeks before BLS publishes the official CPI subseries.
Documented sourcing, sampling methodology, and per-source freshness audits. Versioned per release. Sent under a soft NDA on every contract — the artifact alt-data buy-side teams need to clear diligence.
# Average burrito price for Chipotle, by metrocurl https://api.sendside.xyz/v1/chains/CMG/price-summary \-H "Authorization: Bearer $SOUSLAB_API_KEY"# {# "data": {# "chain_id": "...", "ticker": "CMG", "canonical_name": "Chipotle",# "regional_summary": [# { "metro": "New York-Newark, NY-NJ-PA", "median_price": 11.95, "n_locations": 142 },# { "metro": "Los Angeles-Long Beach, CA", "median_price": 11.45, "n_locations": 188 },# ...# ]# }# }