screen_stocks
Screen stocks by fundamental and technical filters like RSI, moving averages, or sector, with configurable markets, sorting, and result limits to find matching tickers.
Instructions
Screen stocks based on fundamental and technical criteria. Returns stocks matching the specified filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results to return (1-200). Default: 20 | |
| columns | No | Optional: specific columns to include in results. If not provided, uses minimal default columns. Presets may define extended column sets. | |
| filters | No | Array of filter conditions to apply | |
| markets | No | Markets to scan. Valid values: america, uk, germany, france, italy, spain, sweden, norway, denmark, finland, brazil, india, japan, hongkong, china, australia, canada, turkey, uae, and 30+ more. Default: ['america'] | |
| sort_by | No | Field to sort results by. Default: 'market_cap_basic' | |
| sort_order | No | Sort order. Default: 'desc' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stocks | Yes | ||
| metadata | Yes | ||
| total_count | Yes |