Get Stock Quote Tool
get_stock_quote_toolRetrieve a stock's current quote by ticker to get live price, previous close, daily change, high/low, volume, and market state. Returns the data needed to assess a stock's latest trading activity.
Instructions
Get the current stock quote for a ticker symbol.
Returns live/latest price, previous close, day's change (absolute and percent), day high/low, volume, and market state (e.g. REGULAR, CLOSED, PRE).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Exact stock ticker symbol, e.g. "AAPL", "MSFT", "RELIANCE.NS". If you only have a company name, call search_ticker first. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||