Screen US stocks
screen_stocksScreen US stocks by applying numeric filters on valuation, growth, profitability, and other metrics. Filter by sector and industry, then sort and paginate results.
Instructions
Screen US stocks by fundamental and technical criteria (valuation, growth, profitability, dividends, technicals, etc.). Use list_filters to discover metric names. Numeric filters use min/max; sectors and industries use their own parameters. Results are sorted and paginated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Rows to return (max 100). | |
| offset | No | Rows to skip, for pagination. | |
| columns | No | Extra metric columns to show. Filtered and sorted metrics are always shown. | |
| filters | No | Numeric constraints, e.g. [{"metric":"peRatioTtm","max":20},{"metric":"returnOnEquity","min":15}]. | |
| sectors | No | Restrict to these sectors, e.g. ["Technology","Healthcare"]. | |
| sort_by | No | Metric to sort by (alias or label). | marketCap |
| industries | No | Restrict to these sub-sectors/industries, e.g. ["Semiconductors"]. | |
| sort_order | No | Sort direction. | desc |