← tickerbot.io
View as markdown

change_ytd_pct

Percent change since the first trading day of the calendar year.

metadata
typenumeric
intervals1m/1h/1d

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": "change_ytd_pct IS NOT NULL", "order": "change_ytd_pct", "columns": "change_ytd_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": "change_ytd_pct IS NOT NULL", "order": "change_ytd_pct", "columns": "change_ytd_pct", "asof": "2026-06-28" }'

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

Related signals — Performance & change