Stream Post Market Percent Change
Streams the real-time percentage change during post-market (after hours) trading. The change is calculated from the regular session closing price.
Supported Symbol Formats
| Type | Format | Example |
|---|---|---|
| US Stocks | SYMBOL | AAPL, MSFT |
| ETFs | SYMBOL | SPY, QQQ |
Notes
- Data streams automatically update in Excel
- Post-market hours: 4:00 PM - 8:00 PM ET
- Formula: (PostMarketLast - Close) / Close * 100
Examples
=QM_Stream_PostMarketPercentChange("AAPL")=QM_Stream_PostMarketPercentChange("MSFT")=QM_Stream_PostMarketPercentChange("TSLA")Symbol from cell reference
When to Use
- After-hours performance monitoring
- Earnings reaction analysis
- Extended hours trading decisions
- Pre-open market assessment
When NOT to Use
Common Issues & FAQ
Q: Why is the percentage showing 0? A: Post-market data is only available during extended hours (4:00 PM - 8:00 PM ET).
Q: What is the change calculated from? A: Post-market percent change is calculated from the regular session closing price.
Q: Why am I getting #N/A? A: Check that symbol format is correct.
