Low Price (On Demand)
Gets today's session low price on-demand (snapshot) from QuoteMedia. This is the lowest 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_Low(Symbol)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 low | QM_Stream_Low() |
| Need historical low | Low_Historical() |
| Need 52-week low | 52WeekLow() |
Common Issues & FAQ
Related Formulas
More MarketXLS Price Quotes formulas you can use in the same worksheet:
- Open Interest (On Demand)
- Open Price
- Option Chain
- Option Chain & Greeks
- Option Market Statistics
- Option Statistics
- Percent Change (On Demand)
- Percent Change From Previous Day
See QM_Low used in a complete workbook: Option Price in Excel: Pull Live Options Data, Greeks & Pricing Models Into Your Spreadsheet
