# delisted_utc



A timestamp with time zone signal column on the Tickerbot computed state table (20,964+ ticker rows) — computed by the platform, queryable by bare name across the API. Values are NULL on rows the signal doesn't apply to.

- Group: Profile
- Category: Identifiers & reference
- Type: timestamp with time zone
- History: none — live row only, not historized (no as-of reads for this column)

## Query it

Every applicable form factor, grouped by endpoint family. Response payloads are real captures, sampled 2026-09-08 and trimmed; your run's values and dates will differ.

### The whole market, filtered on it — `/v2/scan` (https://tickerbot.io/docs/endpoints/scan.md)

#### Live — the whole market, ranked by this column

```bash
curl -X POST "https://api.tickerbot.io/v2/scan" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_KEY" \
  -d '{ "q": "delisted_utc IS NOT NULL", "order": "delisted_utc", "columns": "delisted_utc" }'
```

## Related signals (Identifiers & reference)

- [active](https://tickerbot.io/docs/signals/active.md)
- [asset_class](https://tickerbot.io/docs/signals/asset_class.md)
- [asset_type](https://tickerbot.io/docs/signals/asset_type.md)
- [cik](https://tickerbot.io/docs/signals/cik.md)
- [composite_figi](https://tickerbot.io/docs/signals/composite_figi.md)
- [country](https://tickerbot.io/docs/signals/country.md)
- [currency_name](https://tickerbot.io/docs/signals/currency_name.md)
- [exchange](https://tickerbot.io/docs/signals/exchange.md)
- [exchange_mic](https://tickerbot.io/docs/signals/exchange_mic.md)
- [list_date](https://tickerbot.io/docs/signals/list_date.md)
- [name](https://tickerbot.io/docs/signals/name.md)

---

Full catalog: https://tickerbot.io/docs/signals/catalog.md · Schema: https://tickerbot.io/docs/schema.md · HTML: https://tickerbot.io/docs/signals/delisted_utc/
