get_stock_price
Retrieve current stock price and related information for a given symbol. Provide a ticker symbol such as AAPL to receive JSON-formatted price data.
Instructions
Get the latest stock price and related information for a given symbol.
Args:
symbol: The stock symbol to look up (e.g., AAPL for Apple Inc.)
Returns:
str: Current price information in JSON format
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |