High Target Price Function
Overview
The TargetPriceHigh function returns the most optimistic analyst target price for a given stock. This represents the highest price target among all analysts covering the stock. You can optionally retrieve the date of the most recent estimate by setting ReturnType to 'date'. This high target can help identify the most bullish analyst view on the stock.
Syntax
=TargetPriceHigh(Symbol, [ReturnType])
Parameters
• Symbol: Required - Stock ticker symbol (e.g., 'AAPL', 'MSFT') • ReturnType (optional): Optional - 'value' for numeric data or 'date' for date information
Return Value
Type: Number/Date
Returns the highest analyst target price for a stock
Example Usage
Basic Example
=TargetPriceHigh("GOOGL")
Real-World Applications
-
Investment Analysis: Use TargetPriceHigh to evaluate analyst sentiment and expectations for stocks in your portfolio.
-
Earnings Strategy: Incorporate this function into earnings-based trading strategies to identify opportunities.
-
Valuation Models: Essential input for various valuation models and financial analysis.
Common Use Cases
- Portfolio Monitoring: Track analyst estimates for all holdings
- Screening: Identify stocks with improving analyst sentiment
- Risk Management: Monitor earnings expectations to anticipate volatility
- Comparative Analysis: Compare estimates across peers and sectors
Best Practices
- Always use valid stock symbols (ticker symbols)
- Combine with other MarketXLS functions for comprehensive analysis
- Regular updates ensure you have the latest analyst data
- Consider using with conditional formatting for visual alerts
Related Functions
- Other earnings and estimate functions in the Analyst Estimates category
- Price and valuation functions for complete analysis
- Historical data functions for trend analysis
Notes
- Data is updated in real-time when markets are open
- Historical data availability may vary by symbol
- Requires valid MarketXLS subscription
Troubleshooting
If the function returns "NA" or an error:
- Verify the stock symbol is correct
- Ensure you have an active internet connection
- Check that your MarketXLS license is valid
- Some symbols may have limited analyst coverage
This function is part of the MarketXLS Excel Add-in suite for financial analysis and investment research.