Stream Last Trade Time
Streams the real-time timestamp of the most recent trade. This updates with each new trade execution.
Supported Symbol Formats
| Type | Format | Example |
|---|---|---|
| US Stocks | SYMBOL | AAPL, MSFT |
| ETFs | SYMBOL | SPY, QQQ |
Notes
- Data streams automatically update in Excel
- Time is typically in Eastern Time (ET)
- Useful for monitoring trade activity and staleness
Examples
=QM_Stream_LastTradeTime("AAPL")=QM_Stream_LastTradeTime("MSFT")=QM_Stream_LastTradeTime("SPY")Symbol from cell reference
When to Use
- Monitoring quote freshness
- Detecting stale prices
- Trade timing analysis
- Market activity monitoring
When NOT to Use
Common Issues & FAQ
Q: What timezone is the time in? A: Times are typically in Eastern Time (ET), the standard US market timezone.
Q: Why hasn't the time updated? A: If no new trades occur, the time remains at the last trade. This is expected for low-volume stocks.
Q: Why am I getting #N/A? A: Check that symbol format is correct.
