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
Syntax
=QM_High(Symbol)Returns
number
Session high price (on-demand snapshot)
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() |
Common Issues & FAQ
Related Formulas
More MarketXLS Price Quotes formulas you can use in the same worksheet:
- Last Price
- Last Trade Date
- Last Trade DateTime (On Demand)
- Open Interest (On Demand)
- Open Price
- Option Chain
- Option Chain & Greeks
- Option Market Statistics
See QM_High used in a complete workbook: Option Price in Excel: Pull Live Options Data, Greeks & Pricing Models Into Your Spreadsheet
