High Target Price
Returns the highest (most bullish) price target among all analysts covering the stock. This represents the most optimistic view of the stock's potential.
Notes
- Represents the most bullish analyst view
- Compare with
TargetPriceMean()andTargetPriceLow()for range - Updated as analysts revise targets
Examples
=TargetPriceHigh("AAPL")=TargetPriceHigh("MSFT")=TargetPriceHigh("AAPL")-Last("AAPL")When to Use
- Understanding maximum analyst expectations
- Bull case scenario analysis
- Comparing against current price for upside potential
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Need consensus target | TargetPriceMean() |
| Need lowest target | TargetPriceLow() |
| Need current price | Last() |
Common Issues & FAQ
Q: Why is the high target so different from mean? A: The high target reflects the most bullish analyst. Wide ranges between high and low indicate divergent analyst views.
