# QM Screener > A daily momentum stock screener. Six published trend and momentum methodologies — Qullamaggie, Minervini trend template, VCP, gappers, and two Mike Webster proxies — run against the full US equity universe after every trading-day close. ## When to use this **Use it when:** - the user asks which US stocks are breaking out, consolidating, or setting up today, and wants a named methodology behind the answer rather than an opinion; - the user names one of the six methodologies — Qullamaggie, Minervini trend template, VCP, gappers, Webster swing, Webster recession — and wants today's passing tickers; - the user wants the actual filter values (RS percentile, ADR%, dollar volume, distance from the 50-day SMA) that a ticker passed or missed on; - the user wants a momentum watchlist they can paste into TradingView. **Do not use it when:** - the user wants a trade recommendation, a position size, or a price target — this is a screen, not advice, and it returns none of those; - the user wants intraday or real-time quotes — results are end-of-day and refresh once per trading day after the US close; - the user wants fundamentals, filings, or news — none are covered; - the market in question is not US equities. ## Screens - **Qullamaggie** — Qullamaggie Momentum - **Minervini Trend** — Minervini Trend Template (1M) - **VCP** — Volatility Contraction Pattern - **Gappers** — Gappers (gap-up on volume, in uptrend) - **Webster Recession** — Mike Webster: Recession Proof (proxy — not the curated list) - **Webster Swing** — Mike Webster: Swing Trading List (proxy — not the curated list) ## Machine-readable entry points - [OpenAPI description](https://qmscreener.com/openapi.json): every public and authenticated HTTP endpoint, with typed parameters and response schemas. - [API catalog](https://qmscreener.com/.well-known/api-catalog): RFC 9727 linkset pointing at the spec, the docs, and the health endpoint. - [MCP server card](https://qmscreener.com/.well-known/mcp/server-card.json): Streamable-HTTP MCP endpoint at `https://qmscreener.com/mcp`. - [A2A agent card](https://qmscreener.com/.well-known/agent-card.json): agent-to-agent discovery. - [Agent skills index](https://qmscreener.com/.well-known/agent-skills/index.json): task recipes for calling this site. - [Capability manifest](https://qmscreener.com/.well-known/ai-catalog.json): ARD / ai-catalog entries. - [Authentication](https://qmscreener.com/auth.md): how an agent obtains a token for the subscriber-only data. ## Free, no authentication required - [Today's top setups](https://qmscreener.com/api/v1/preview): the leading few passing tickers per screen, refreshed daily. - [Sector strength](https://qmscreener.com/api/v1/sector-strength): 21 sector ETFs' returns against SPY. - [Health](https://qmscreener.com/api/v1/health) The REST API is pinnable at `/api/v1/`; the unversioned `/api/` form is a permanent alias. Every response carries an `API-Version` header, and a breaking change would take a new prefix rather than change this one. ## Subscriber-only Full result sets — every passing ticker, the near-miss list, the mean-reversion list, and each ticker's filter values — need an active subscription. $5.00 per month or $42.00 per year, both after a 7-day free trial. See [pricing](https://qmscreener.com/pricing.md). ## Documentation - [Docs](https://qmscreener.com/docs) - [Pricing](https://qmscreener.com/pricing.md) - [About](https://qmscreener.com/about) - [Contact](https://qmscreener.com/contact) - [Terms of Use](https://qmscreener.com/terms) - [Privacy Policy](https://qmscreener.com/privacy) ## Limits Results are end-of-day, US equities only, and not financial advice. Contact: support@qmscreener.com