finance_stock_screen
Screen stocks by financial criteria or get top/bottom rankings. Filter by industry, PE, market cap, dividend yield, and more.
Instructions
Screen stocks by criteria or get top/bottom rankings.
Ranking: finance_stock_screen(sort_by="change_pct", limit=10) — today's top gainers
Filter: finance_stock_screen(industry="半导体", pe_max=30) — semiconductor stocks with PE < 30 All filter params are optional. With no filters, returns a simple ranking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| order | No | desc | |
| pb_max | No | ||
| pe_max | No | ||
| pe_min | No | ||
| sort_by | No | change_pct | |
| industry | No | ||
| max_market_cap | No | ||
| min_market_cap | No | ||
| min_dividend_yield | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||