Stream Post Market Volume
Streams the real-time trading volume during post-market (after hours) trading. Post-market hours are typically 4:00 PM - 8:00 PM ET.
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
- Post-market volume is typically much lower than regular session volume
Examples
=QM_Stream_PostMarketVolume("AAPL")=QM_Stream_PostMarketVolume("MSFT")=QM_Stream_PostMarketVolume("TSLA")Symbol from cell reference
When to Use
- After-hours activity monitoring
- Earnings announcement analysis
- Extended hours liquidity assessment
- Institutional activity tracking
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Need regular session volume | QM_Stream_Volume() |
| Need pre-market volume | QM_Stream_PreMarketVolume() |
| Need total accumulated volume | QM_Stream_AccumulatedVolume() |
| Need average daily volume | AverageDailyVolume() |
Common Issues & FAQ
Q: Why is post-market volume so low? A: Post-market trading has much lower participation than regular hours, so lower volume is expected.
Q: When is post-market data available? A: Post-market hours are typically 4:00 PM - 8:00 PM ET.
Q: Why am I getting #N/A? A: Check that symbol format is correct.
