Stream Pre Market Percent Change
Streams the real-time percentage change during pre-market (before hours) trading. The change is calculated from the previous day's closing price.
Supported Symbol Formats
| Type | Format | Example |
|---|---|---|
| US Stocks | SYMBOL | AAPL, MSFT |
| ETFs | SYMBOL | SPY, QQQ |
Notes
- Data streams automatically update in Excel
- Pre-market hours: 4:00 AM - 9:30 AM ET
- Formula: (PreMarketLast - PreviousClose) / PreviousClose * 100
Examples
=QM_Stream_PreMarketPercentChange("AAPL")=QM_Stream_PreMarketPercentChange("MSFT")=QM_Stream_PreMarketPercentChange("TSLA")Symbol from cell reference
When to Use
- Pre-market performance assessment
- Overnight news impact analysis
- Early morning trading decisions
- Gap analysis before market open
When NOT to Use
Common Issues & FAQ
Q: Why is the percentage showing 0? A: Pre-market data is only available during extended hours (4:00 AM - 9:30 AM ET).
Q: What is the change calculated from? A: Pre-market percent change is calculated from the previous day's closing price.
