Stream Post Market Last Trade Time
Streams the real-time timestamp of the most recent trade during post-market (after hours) trading. This updates with each new post-market trade.
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
- Time is typically in Eastern Time (ET)
Examples
=QM_Stream_PostMarketLastTradeTime("AAPL")=QM_Stream_PostMarketLastTradeTime("MSFT")=QM_Stream_PostMarketLastTradeTime("TSLA")Symbol from cell reference
When to Use
- Monitoring post-market trade activity
- Detecting stale after-hours quotes
- Earnings reaction timing
- Extended hours analysis
When NOT to Use
Common Issues & FAQ
Q: What timezone is the time in? A: Times are typically in Eastern Time (ET).
Q: Why isn't the time updating? A: Post-market trading is less active than regular hours, so trades may be infrequent.
Q: Why am I getting #N/A? A: Check that symbol format is correct.
