High Price (On Demand)
Gets today's session high price on-demand (snapshot) from QuoteMedia. This is the highest price traded during the current session.
Supported Symbol Formats
| Type | Format | Example |
|---|---|---|
| US Stocks | SYMBOL | AAPL, MSFT |
| ETFs | SYMBOL | SPY, QQQ |
| Indices | ^SYMBOL | ^SPX, ^VIX |
Notes
- Returns a snapshot (does not auto-update)
- Resets at market open each day
- Useful for OHLC data collection
Examples
When to Use
- Static OHLC reports
- Daily range analysis
- When streaming is not needed
- Snapshot reports
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Need streaming high | QM_Stream_High() |
| Need historical high | High_Historical() |
| Need 52-week high | 52WeekHigh() |
