get_stock_price
Fetch current stock price, change, market cap, and volume for one or more symbols. Use for quick price checks; choose JSON for structured output.
Instructions
Returns current price, change, market cap, and volume. Use for quick price checks; use get_stock_summary for valuation metrics. Text default; set format=json for structured data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format (default: text) | |
| symbols | Yes | Stock symbol(s), space-separated (e.g., "AAPL" or "AAPL MSFT GOOG") |