get_stock_quote
Retrieve real-time stock data including price, change, and volume for any ticker symbol using the Alpha Vantage API.
Instructions
Get real-time stock quote for a symbol
Args: symbol: Stock ticker symbol (e.g., AAPL, MSFT, GOOGL)
Returns: Dictionary containing stock quote data including price, change, volume, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |