Screener filters
Stock screener
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
scenario_id | string | Yes | - | The world to read from. |
tickers | string[] | No | all | Restrict the search universe. |
period | string | No | ttm | Metric period. |
limit | integer | No | 100 | Max results. |
filters | object | No | {} | Map of metric → comparator. Comparators: gt, gte, lt, lte, eq. |
Line items
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
scenario_id | string | Yes | - | The world to read from. |
tickers | string[] | No | all | Restrict the universe. |
period | string | No | quarterly | Statement period. |
limit | integer | No | 100 | Max rows. |
line_items | string[] | No | - | Line items to extract, e.g. ["revenue", "net_income"]. |