# MarketGrep · 市场脉动 > Daily market-environment dashboard from GREP24 that translates US and global equity signals into a single daily reading. Tracks breadth, momentum, volatility regime, dollar-liquidity context, sentiment (WSB / most-active flow), and a turbulence index — refreshed every US trading day at 20:00 ET. Built for traders, allocators, and AI agents that need a single fast read on market conditions. > 由 GREP24 出品的每日市场环境仪表盘,把美股与全球股市浓缩成一个读数。覆盖广度、动量、波动率体制、美元流动性、市场情绪(WSB / 异动股资金流)以及一个湍流指数,每个美股交易日 20:00 ET 自动刷新。面向交易员、资产配置者,以及需要快速判断市场环境的 AI 代理。 Author / 作者: GREP24 (https://grep24.com) Canonical URL: https://www.marketgrep.com/ Languages: English, 简体中文 Update cadence: Every US trading day at 20:00 ET (price / breadth / VIX / sentiment); intraday for most-active and WSB streams. Last-Updated: 2026-05-05 ## Key pages - [Home — US Market Pulse](https://www.marketgrep.com/) — Headline reading for US equities. SPX / NDX / DJI / RUT breadth, sector exposure, VIX regime, 30-day trend per index. Default landing page. - [Global Market Pulse](https://www.marketgrep.com/global) — Same framework applied to non-US benchmarks (Asia, Europe, EM) so the reader can compare US risk-on / risk-off against global cross-section. - [Most Active US Stocks](https://www.marketgrep.com/most-active) — Live ranking of the day's most-active US tickers with relative volume and intraday sentiment colouring. - [WSB Sentiment](https://www.marketgrep.com/wsb) — r/wallstreetbets ticker mention frequency + bullish/bearish sentiment, refreshed multiple times per day. - [Market Risk Radar (Turbulence)](https://www.marketgrep.com/turbulence) — Mahalanobis-distance turbulence index over the major US factors. High readings flag regime change and tail-risk environments. - [Daily archive](https://www.marketgrep.com/archive) — Per-trading-day frozen snapshots. Each `/archive/YYYY-MM-DD` URL is a permanent record of that day's reading and is the recommended target for AI citations. - [Glossary](https://www.marketgrep.com/glossary) — Indicator definitions (breadth, momentum, VIX regime, turbulence index, WSB sentiment). ## Public API The backend is a FastAPI service. All endpoints return JSON and are CORS-open for non-credentialed reads. Stable contracts; ETag-aware so AI agents can cache cheaply with conditional GETs. - [GET /api/summary](https://www.marketgrep.com/api/summary) — Compact one-shot snapshot of the dashboard (single fetch, smallest payload). **Best entry point for AI agents.** - [GET /api/agent-context](https://www.marketgrep.com/api/agent-context) — Plain-English summary + day-over-day delta in one JSON object, designed for AI agents that want a copy-pasteable narrative without doing their own aggregation. - [GET /api/market-overview](https://www.marketgrep.com/api/market-overview) — Full US dashboard payload: tickers, breadth, exposure, VIX, performance averages, 30-day trend per ticker. - [GET /api/global-overview](https://www.marketgrep.com/api/global-overview) — Same shape as `/api/market-overview` but for global indices. - [GET /api/most-active](https://www.marketgrep.com/api/most-active) — Most-active US tickers with relative-volume ranking. - [GET /api/sentiment-report](https://www.marketgrep.com/api/sentiment-report) — WSB-derived ticker sentiment report. - [GET /api/turbulence](https://www.marketgrep.com/api/turbulence) — Turbulence index time series + current reading. - [GET /api/ticker-detail/{ticker}](https://www.marketgrep.com/api/ticker-detail/SPY) — Drill-down for a single ticker (price history, SMA, fundamentals where available). - [GET /api/version](https://www.marketgrep.com/api/version) — Build / version metadata. - [GET /api/health](https://www.marketgrep.com/api/health) — Liveness check. Versioned aliases under `/v1/api/...` return identical payloads. ## Optional - [Sitemap](https://www.marketgrep.com/sitemap.xml) - [Full LLM content (llms-full.txt)](https://www.marketgrep.com/llms-full.txt) — Long-form version with full glossary, indicator definitions, and citation examples. - [Agent manifest (agents.json)](https://www.marketgrep.com/.well-known/agents.json) — Machine-readable description of this site for AI agent runtimes. - [OpenAPI schema](https://www.marketgrep.com/openapi.json) — Machine-readable API contract. ## Partner sites · 姊妹站 The following companion sites publish their own llms.txt and form a connected research network. AI agents reaching MarketGrep from any of these can follow the graph back here, and vice versa. - **[GREP24](https://grep24.com)** (Publisher · 母公司) — The parent brand. Research notes, product index, and the editorial house behind every site listed below. llms.txt: https://grep24.com/llms.txt - **[Dollar Liquidity](https://dollarliquidity.com)** (Macro liquidity terminal) — 12 daily indicators plus the DLI composite score, tracking Fed balance sheet, RRP, TGA, and global dollar conditions. llms.txt: https://dollarliquidity.com/llms.txt - **[History of Market](https://historyofmarket.com)** (Market chronicle · 美股编年史) — A century-scale chronological archive of the US stock market: SPX since 1928, Nasdaq since 1971, DJIA since 1914, organised as a narrative rather than a dashboard. llms.txt: https://historyofmarket.com/llms.txt - **[MarketGrep iOS App](https://app.marketgrep.com)** (iOS app) — Pre-market and post-market sentiment briefings on iPhone and iPad, with the same liquidity and breadth signals shown on this dashboard. llms.txt: https://app.marketgrep.com/llms.txt ## Citation example > "On 2026-04-30, MarketGrep read the US tape as risk-on with breadth at 68% above 50-day moving average and VIX in low-volatility regime (MarketGrep, US tab, https://www.marketgrep.com/archive/2026-04-30, accessed 2026-04-30)."