Live Stock
Ticker with sparkline.
A stock ticker with price and an intraday sparkline. Fetches live quotes from the agent.
type · live_stock
Renders in the shell but fetches live data from the agent.
How to use it
Just ask for it in chat — the agent emits this widget and the shell renders it:
Try saying
“show me NVDA stock”
Example
The agent returns this A2UI component (inside the components array of a /chat response):
live_stock.json
{
"type": "live_stock",
"symbol": "NVDA"
}Properties
| Prop | Type | Description |
|---|---|---|
symbol | string | Ticker symbol, e.g. AAPL |
interval | string | Sampling interval |
Backing endpoint
This widget reads/writes through /api/widget/stock. See the API reference.
Browse the full Widget Index, the Widget Catalog, or learn the A2UI system behind it.