View as markdown
Concepts › SignalsProfile Classification

exchange

Primary listing exchange, human-readable name — e.g. `NASDAQ`, `NYSE`, `NYSE Arca`, `Cboe BZX`, `NYSE American`. See `exchange_mic` for the raw ISO 10383 code. Null for a small number of delisted/edge names.

Watch this signal live on real tickers: Open in Explore →

At a glance

Typetext
GroupProfile
CategoryClassification
Update cadencepost-close daily
Universeall tickers
Historynone — live row only, not historized (no as-of reads)
Nullableyes — 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=exchange IS NOT NULL" \
  -d "order=exchange" -d "columns=exchange" \
  -H "Authorization: Bearer YOUR_KEY"
Response (sampled 2026-08-18, trimmed)
{
 "as_of": "2026-08-18T00:23:48.790Z",
 "query": {
  "q": "exchange IS NOT NULL",
  "limit": 2,
  "order": "exchange",
  "dir": "desc",
  "fields": [
   "exchange"
  ],
  "full": false,
  "universe": null,
  "asset_class": null
 },
 "count": 2,
 "results": [
  {
   "ticker": "AAA",
   "name": "Alternative Access First Priority CLO Bond ETF",
   "asset_class": "stocks",
   "asset_type": "ETF",
   "price": 24.95,
   "day_change_pct": -0.0002,
   "gap_pct": 0,
   "relative_volume": null,
   "market_cap": null,
   "exchange": "NYSE Arca"
  },
  {
   "ticker": "AAAC",
   "name": "Columbia AAA CLO ETF",
   "asset_class": "stocks",
   "asset_type": "ETF",
   "price": 20.095,
   "day_change_pct": null,
   "gap_pct": null,
   "relative_volume": null,
   "market_cap": null,
   "exchange": "NYSE Arca"
  }
 ]
}

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.

Related signals — Classification