Stream Pre Market Trade Time
Streams the real-time timestamp of the most recent trade during pre-market (before hours) trading. This updates with each new pre-market trade.
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
- Time is typically in Eastern Time (ET)
Examples
=QM_Stream_PreMarketTradeTime("AAPL")=QM_Stream_PreMarketTradeTime("MSFT")=QM_Stream_PreMarketTradeTime("TSLA")Symbol from cell reference
When to Use
- Monitoring pre-market trade activity
- Detecting stale before-hours quotes
- Early morning trading analysis
- Pre-market liquidity assessment
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: Pre-market trading is less active than regular hours, so trades may be infrequent.
