Concepts › Signals › Profile › Classification
industry
GICS industry within the sector.
Watch this signal live on real tickers: Open in Explore →
At a glance
| Type | text |
| Group | Profile |
| Category | Classification |
| Update cadence | post-close daily |
| Universe | all tickers |
| History | none — live row only, not historized (no as-of reads) |
| Nullable | yes — NULL where not applicable |
Categorical facts: sector, industry, SIC, exchange, country, currency, asset class and sub-class.
Query it
Every applicable form factor, grouped by endpoint family. Swap YOUR_KEY for the value from /dashboard/keys. Response payloads are real captures, sampled 2026-08-18 and trimmed — your run's values and dates will differ.
Use scan /v2/scan
The whole market through a WHERE clause — this signal composed freely with any other column. Docs →
Live — the whole market, ranked by this column
curl -G "https://api.tickerbot.io/v2/scan" \
--data-urlencode "q=industry IS NOT NULL" \
-d "order=industry" -d "columns=industry" \
-H "Authorization: Bearer YOUR_KEY"Response (sampled 2026-08-18, trimmed)
{
"as_of": "2026-08-18T00:24:16.922Z",
"query": {
"q": "industry IS NOT NULL",
"limit": 2,
"order": "industry",
"dir": "desc",
"fields": [
"industry"
],
"full": false,
"universe": null,
"asset_class": null
},
"count": 2,
"results": [
{
"ticker": "ABAT",
"name": "American Battery Technology Company Common Stock",
"asset_class": "stocks",
"asset_type": "CS",
"price": 2.44,
"day_change_pct": -0.0201,
"gap_pct": -0.0161,
"relative_volume": null,
"market_cap": 339671878,
"industry": "Waste Management"
},
{
"ticker": "AQMS",
"name": "Aqua Metals, Inc. Common Stock",
"asset_class": "stocks",
"asset_type": "CS",
"price": 2.66,
"day_change_pct": -0.0534,
"gap_pct": -0.0071,
"relative_volume": null,
"market_cap": 9989325,
"industry": "Waste Management"
}
]
}Same grammar on scan and webhooks. This column is live-tense only — it isn't historized, so ?asof= reads and series pulls don't carry it.