get_quote
Latest available price for a symbol.
Requires a paid plan (managed market data). Returns the most recent
*available* bar for the given frequency — the end-of-day close for
daily, the last completed bar otherwise — as open/high/low/close/volume
plus an ``as_of`` timestamp for that bar. This is a last-known price,
not a live tick; read ``as_of`` to judge how stale it is.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| frequency | No | daily |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||