screen_custom
Run custom equity screens by specifying a numeric field, operator (e.g., gt, btwn), and values. Results are filtered by region and can be sorted.
Instructions
Run a custom equity screen with a single numeric criterion + region.
Example: field="intradaymarketcap", operator="gt", values=[1e9] finds
companies with market cap over $1B. Common fields: intradaymarketcap,
intradayprice, dayvolume, trailingpe, pegratio, epsgrowth, dividendyield,
percentchange. operator "btwn" expects two values [low, high].
Results are filtered to region (e.g. "us"). Sorted by sort_field if given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| field | Yes | ||
| region | No | us | |
| values | Yes | ||
| operator | Yes | ||
| sort_asc | No | ||
| sort_field | No |