Screen the whole market
screen_marketScreen every SEC filer in a quarter for NCAV and tangible book using XBRL frames, then rank deep-value candidates for follow-up price analysis.
Instructions
Screen every SEC filer that reported in a quarter, using the XBRL frames endpoint. Five requests total regardless of universe size. Computes tangible book and NCAV for the whole market from primary filing data — no commercial screener. Returns candidates ranked by NCAV as a share of tangible book. It attaches NO prices: pairing a stale quote with a filing figure is the mistake this server exists to prevent, so run analyze_ticker on the survivors to get a dated price and a verdict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| period | Yes | Reporting period, e.g. CY2026Q1I. Balance-sheet concepts need the trailing I. Use a quarter old enough that most filers have reported. | |
| minNcavRatio | No | Require NCAV to be at least this fraction of tangible book. Higher means closer to a pure liquid-balance-sheet company. | |
| minTangibleBook | No | Floor on tangible book in dollars. Below roughly $50M of market cap, spreads eat the return. |