MarketGrep · 市场脉动

MarketGrep API & Developer Documentation

MarketGrep (市场脉动) exposes everything on the dashboard as a public, unauthenticated JSON API. This page is the index of every developer and agent resource the site publishes: the API, its OpenAPI schema, the llms.txt manifest, the agent manifest, the sitemap, and Markdown content negotiation.

Quick start

curl https://lite.marketgrep.com/api/summary
curl https://lite.marketgrep.com/api/agent-context
curl -H "Accept: text/markdown" https://lite.marketgrep.com/

API endpoints

Base URL: https://lite.marketgrep.com. All endpoints are GET, return JSON, and need no API key. Versioned aliases under /v1/api/... return identical payloads.

EndpointPurposeRefresh
GET /api/summaryCompact dashboard snapshot — exposure score, regime, VIX, turbulence state. Recommended first call.Every trading day 20:00 ET
GET /api/agent-contextPlain-English summary plus day-over-day delta with a citation template. Pre-narrated for AI agents.Every trading day 20:00 ET
GET /api/market-overviewFull US dashboard payload: index tickers, breadth, sector exposure, VIX/DSPX/COR1M/MOVE, 30-day trends.Every trading day 20:00 ET
GET /api/global-overviewSame shape as /api/market-overview for non-US benchmarks.Every trading day 20:00 ET
GET /api/most-activeMost-active US tickers ranked by volume with relative volume and multi-period returns.Intraday
GET /api/sentiment-reportWallStreetBets ticker ranking and the LLM-written sentiment report (Chinese + English Markdown).Twice daily (pre-market, post-close)
GET /api/sentiment-report/historyRecent sentiment-report runs with their quality checks.Per run
GET /api/turbulenceMahalanobis turbulence index series, thresholds, alert state and position-size guidance.Every trading day
GET /api/ticker-detail/{ticker}Per-symbol drill-down: price history, moving averages, fundamentals where available.On demand, disk-cached
GET /api/13f/managersCurated institutional managers with their latest 13F filing period.Quarterly
GET /api/13f/managers/{slug}One manager's holdings, quarter-over-quarter changes and narrative.Quarterly
GET /api/versionBuild / version metadata.Per deploy
GET /api/healthRich health status (data freshness per dataset).Live

Conventions

Machine-readable resources

Citing MarketGrep

Each trading day is frozen at /archive/YYYY-MM-DD; cite that URL rather than the live dashboard. Suggested format: MarketGrep, US tab, https://lite.marketgrep.com/archive/2026-04-30, accessed 2026-04-30.

Contact

Publisher: GREP24. Questions and integration requests: [email protected]. Companion sites with their own APIs and llms.txt: Dollar Liquidity, History of Market, MarketGrep App.

MarketGrep is a market-environment dashboard. Every signal on this page is descriptive, not prescriptive — there is no buy or sell recommendation anywhere on the site. Data is for informational purposes only and may be delayed, inaccurate, or revised.