screen_stocks
Screen stocks and ETFs by fundamental criteria like sector, market cap, beta, and dividend to narrow results.
Instructions
Screen stocks by fundamental criteria (sector, market cap, beta, dividend, etc.).
Searches the full universe of stocks and ETFs using financial filters. Combine multiple criteria to narrow results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results (default: 50). | |
| format | No | Output format. Exposed as Literal["full", "summary"]; values are case-sensitive: - "summary": Key metrics per result (symbol, name, sector, market cap, price, beta) - "full": All available fields from the screener | summary |
| is_etf | No | Set to true to screen ETFs only, false for stocks only. | |
| sector | No | Sector filter (e.g., "Technology", "Healthcare", "Energy"). | |
| country | No | Country filter (e.g., "US", "GB", "JP"). | |
| is_fund | No | Set to true to screen funds only, false to exclude funds. | |
| beta_max | No | Maximum beta. | |
| beta_min | No | Minimum beta (market sensitivity). | |
| exchange | No | Exchange filter (e.g., "NASDAQ", "NYSE", "LSE"). | |
| industry | No | Industry filter (e.g., "Software", "Biotechnology"). | |
| price_max | No | Maximum stock price. | |
| price_min | No | Minimum stock price. | |
| volume_max | No | Maximum average daily volume. | |
| volume_min | No | Minimum average daily volume. | |
| dividend_max | No | Maximum annual dividend per share. | |
| dividend_min | No | Minimum annual dividend per share. | |
| market_cap_max | No | Maximum market capitalization in USD. | |
| market_cap_min | No | Minimum market capitalization in USD (e.g., 10000000000 for $10B). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||