← tickerbot.io
View as markdown

afterhours_change_pct

Percent change between regular-session close and most recent after-hours print. Sparse — most equities don't trade in after-hours, and the column updates only when a print actually happens.

metadata
typenumeric
unit%
cadence1 min · mkt hrs
intervals1m/1h/1d
universeall tickers
historynone
nullableyes — NULL where not applicable

Swap YOUR_KEY for a key from /dashboard/keys. Responses are real captures from 2026-09-18, trimmed.

The whole market, filtered on it /v2/scan

Live — the whole market, ranked by this column
curl -X POST "https://api.tickerbot.io/v2/scan" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_KEY" \
  -d '{ "q": "afterhours_change_pct IS NOT NULL", "order": "afterhours_change_pct", "columns": "afterhours_change_pct" }'
As-of — the same scan at a past date
curl -X POST "https://api.tickerbot.io/v2/scan" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_KEY" \
  -d '{ "q": "afterhours_change_pct IS NOT NULL", "order": "afterhours_change_pct", "columns": "afterhours_change_pct", "asof": "2026-06-28" }'

Its history /v2/series

History — the column on an aligned time grid
curl "https://api.tickerbot.io/v2/series?tickers=AAPL,MSFT&columns=close,afterhours_change_pct" \
  -H "Authorization: Bearer YOUR_KEY"

Same grammar on scan, series, and webhooks; state reads take ?asof= for point-in-time answers.

Related signals — Performance & change