yfinance_get_analyst_price_targets
Retrieve a stock's current price and analyst consensus price targets (low, high, mean, median) to evaluate market expectations.
Instructions
Fetch the current price and analyst consensus price targets for a stock.
Returns a JSON object with the fields supplied by Yahoo Finance:
- current: Current market price
- low: Lowest analyst price target
- high: Highest analyst price target
- mean: Mean analyst price target
- median: Median analyst price target
Analyst coverage and available fields vary by symbol.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock ticker symbol (e.g., 'AAPL', 'GOOGL', 'MSFT') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |