← tickerbot.io
View as markdown
Concepts › Signals › Price › Latest bars

price_asof

When the price on this row was current.

metadata
typetimestamp with time zone
unittimestamp
cadence1 min · mkt hrs
universeall tickers
historynone — live row only
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": "price_asof IS NOT NULL", "order": "price_asof", "columns": "price_asof" }'

Same grammar on scan and webhooks. This signal is live-tense only — it isn't historized, so ?asof= reads and series pulls don't carry it.

Related signals — Latest bars