list_securities_by
List every security inside a sector or industry — a way to map the surface before drilling. Returns ticker, name, sector, industry, and optionally market cap. Use this when the user asks 'what's in Technology?', 'show me the Banks industry', or to build a peer set by size for a comps analysis (sort='market_cap').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order. 'market_cap' adds a market-cap column (largest first) — ideal for picking comps peers by size. Caps come from our fundamentals cache, so rarely-viewed small names may show '—'. Defaults to 'name'. | |
| field | Yes | Filter dimension | |
| limit | No | Default 30, max 100 | |
| value | Yes | Filter value, e.g. 'Technology', 'Banks - Diversified' |