Screen & Rank by Tapetide Score
screen_tapetide_scoresRank and filter stocks by Tapetide Score using size bucket, band, sector, min-confidence, and name search. Returns banded scores, pillars, market cap, and a pagination cursor for reproducible ranked lists.
Instructions
List and rank stocks by the Tapetide Score, filtered by size bucket, band, score window, sector, minimum data-confidence and symbol/name search. Rows come back in the server's final order with score, band, pillars, sector, size, market cap and a next-page cursor. USE THIS for 'which large caps score highest', 'show me Strong-band pharma stocks', or any rank/filter-by-Tapetide-Score question — same data and ordering as the tapetide.com ranking page. IMPORTANT, or you will describe the results wrongly: (1) present rows by BAND, never as an ordinal '#1, #2, #3' leaderboard — nothing has ever scored above 76 and neighbouring scores are not meaningfully different; (2) the DEFAULT view is large+mid cap at confidence >= 75, a filtered slice and not the whole market, so state the active filters (meta.counts) alongside any ranking; (3) sizes:["all"] adds small/micro caps — flag their liquidity risk (market cap is a size proxy, not liquidity); (4) quote meta.snapshot.score_date and reuse next_cursor to stay on that run. These are stocks matching the given Tapetide Score criteria, NOT investment recommendations. Decision-support only. The Tapetide Score is data analysis, not investment advice. Tapetide is not a SEBI-registered research analyst or investment adviser. Bands are intentionally coarse; small point differences may not be meaningful.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Substring search on symbol or company name. | |
| sort | No | Sort key, default "band" (coarse tiers first — the honest default). "score" is exact composite order; also confidence, market_cap, name. | |
| bands | No | Score bands to include: "70-plus" (Strong), "60-69" (Good), "50-59" (Average), "30-49" (Weak), "below-30" (Poor). Omit for all bands. There is no 80+ band. | |
| limit | No | Rows per page (default 50, max 100). | |
| order | No | Direction, default "desc". | |
| sizes | No | Size buckets. Default ["large","mid"]. Use ["all"] for the full scored universe (dominated by micro caps by count — mention the liquidity caveat if you do). | |
| cursor | No | Pass `meta.next_cursor` from the previous response to get the next page. The run date is embedded in it, so paging stays pinned to one scoring run. | |
| sectors | No | Sector names as returned in `meta.facets.sectors` (e.g. "Metals & Mining"). Omit for all sectors. | |
| max_score | No | Maximum composite score. | |
| min_score | No | Minimum composite score. | |
| min_confidence | No | Minimum data-confidence, default 75. Lowering it admits stocks with thinner data; the response reports how many the bar excluded. |