# price_asof

When the price on this row was current.

A timestamp with time zone signal column on the Tickerbot computed state table (21,082+ 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: Price
- Category: Latest bars
- Type: timestamp with time zone
- Unit: timestamp
- Update cadence: 1 min · mkt hrs
- Universe: all tickers
- History: none — live row only, not historized (no as-of reads for this column)
- Nullable: yes

## Query it

Every applicable form factor, grouped by endpoint family. Response payloads are real captures, sampled 2026-09-18 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": "price_asof IS NOT NULL", "order": "price_asof", "columns": "price_asof" }'
```

## Related signals (Latest bars)

- [min_close](https://tickerbot.io/docs/signals/min_close.md)
- [min_high](https://tickerbot.io/docs/signals/min_high.md)
- [min_low](https://tickerbot.io/docs/signals/min_low.md)
- [min_open](https://tickerbot.io/docs/signals/min_open.md)
- [prev_day_high](https://tickerbot.io/docs/signals/prev_day_high.md)
- [prev_day_low](https://tickerbot.io/docs/signals/prev_day_low.md)
- [prev_day_open](https://tickerbot.io/docs/signals/prev_day_open.md)
- [previous_close](https://tickerbot.io/docs/signals/previous_close.md)

---

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