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
Syntax
=QM_Stream_PostMarketVolume(Symbol)Returns
number
Real-time streaming post-market trading 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
Why is post-market volume so low?
Post-market trading has much lower participation than regular hours, so lower volume is expected.
When is post-market data available?
Post-market hours are typically 4:00 PM - 8:00 PM ET.
Why am I getting #N/A?
Check that symbol format is correct.
Related Formulas
More MarketXLS Price Quotes (Streaming) formulas you can use in the same worksheet:
- Stream Post Market Volume
- Stream Pre Market Change
- Stream Pre Market Change
- Stream Pre Market Last
- Stream Pre Market Last Price
- Stream Pre Market Percent Change
- Stream Pre Market Percent Change
- Stream Pre Market Trade Time
See QM_Stream_PostMarketVolume used in a complete workbook: How to Insert Stock Price in Excel for Real-Time Quotes
