screen_stocks
Screen US stocks using technical indicator filters. Apply operators like gt/lt on indicators such as RSI to find oversold or overbought securities as of a specific date.
Instructions
Full-market technical-indicator scan.
filters is a list of {indicator, operator, value} where
operator is one of gt/gte/lt/lte/eq (e.g.
[{"indicator": "rsi14", "operator": "lt", "value": 30}] for an
oversold screen). as_of is an ISO date or omitted for latest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| as_of | No | ||
| limit | No | ||
| filters | Yes | ||
| frequency | No | 1d |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||