Sector & Industry Classification
get_ticker_classificationTicker sector/industry classification: maps every covered US ticker into Alphanume's own 11-sector / 25-industry scheme (derived from SIC codes, but normalized into groups actually useful for trading -- e.g. 'semiconductors' and 'software' are separate industries under 'technology'). One row per ticker: ticker, alphanume_sector, alphanume_industry.
Use it to group any other Alphanume dataset by sector, build sector-neutral
baskets, or pull all names in one industry. Look up one ticker, or filter by
sector/industry to enumerate a group. No date dimension and no tier
restriction -- the mapping is current-state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sector | No | Filter to one Alphanume sector. | |
| ticker | No | Ticker symbol filter, e.g. 'AAPL'. Case-insensitive. | |
| industry | No | Filter to one Alphanume industry. | |
| max_rows | No | Maximum data rows to return to the client (applied after the API responds). Default 500. Use 0 for no cap. Prefer narrowing with date/ticker filters over raising this. |