tickerbot_get_ticker
Get a complete snapshot of any US stock or crypto ticker, including price, indicators, flags, and fundamentals. Optionally query as of a past date or timestamp.
Instructions
Get the full current row for one ticker — every column on the schema (price, change, indicators like rsi_14, every boolean flag like above_sma_50, fundamentals like pe_ratio). Pass asof (YYYY-MM-DD or ISO timestamp like 2026-07-20T15:30:00Z) for the row as it stood at that past moment — date-only gives the close of that day.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asof | No | Optional YYYY-MM-DD or ISO timestamp. Date-only returns the row at close of that day; a timestamp returns the row as of that moment (finest tier covering each column). | |
| ticker | Yes | Symbol. Case-insensitive. Equities: bare symbol (AAPL). Crypto: X-prefixed pair (X:BTCUSD) — bare BTC/ETH are US-listed ETFs, not spot crypto. |