tickerbot_list_tickers
List active tickers across US equities, Treasury, FX, and crypto. Filter by search, sector, exchange, asset class, or minimum market cap; use bulk symbol lookup or cursor pagination.
Instructions
List active tickers from the Tickerbot universe (~14,500 US equities, plus the US Treasury curve and Fed policy rates under R:, and major FX pairs, spot metals and crypto under X:). Use tickers for bulk lookup of named symbols (returns full rows); otherwise walks the universe alphabetically with cursor pagination. Supports filters: search, asset_type, exchange, sector, min_market_cap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size. Max 1000. Default 50. | |
| cursor | No | Opaque cursor from a prior response. | |
| search | No | Case-insensitive substring filter on ticker/name. Orders results by market_cap desc. | |
| sector | No | Exact-match sector filter (e.g. "Technology"). | |
| tickers | No | Comma-separated symbols (max 50). When set, returns full rows for these symbols and pagination params are ignored. | |
| exchange | No | Filter by exchange (e.g. "XNYS", "XNAS", "BATS"). | |
| universe | No | Restrict to a universe slug (top_10, top_100, or a saved one). | |
| asset_type | No | Filter by INSTRUMENT TYPE within equities: the stored value (CS, ETF, ADRC, PFD, FUND, UNIT, SP, ETS, WARRANT, RIGHT, ETN, ETV), or "equity" for the equity-like set. This is not an asset class — `asset_type=crypto` is rejected; crypto is in the main list under its X: symbols. | |
| asset_class | No | Filter by asset class — `stocks`, `rates`, `crypto`, `fx`, or a comma-separated list. Omit for every class. Distinct from asset_type (the instrument type within equities). | |
| min_market_cap | No | Minimum market cap in USD. Orders results by market_cap desc. |