Stream Timestamp
Streams the real-time timestamp of the most recent quote update for a symbol. This indicates how fresh the streaming data is.
Supported Symbol Formats
| Type | Format | Example |
|---|---|---|
| US Stocks | SYMBOL | AAPL, MSFT |
| ETFs | SYMBOL | SPY, QQQ |
| Indices | ^SYMBOL | ^SPX, ^VIX |
| Options | OCC Symbol | AAPL240315C00170000 |
Notes
- Data streams automatically update in Excel
- Time is typically in Eastern Time (ET)
- Useful for monitoring data freshness
Examples
=QM_Stream_Timestamp("AAPL")=QM_Stream_Timestamp("MSFT")=QM_Stream_Timestamp("SPY")=QM_Stream_Timestamp(A1)When to Use
- Monitoring data freshness
- Detecting stale quotes
- Audit trails for trading decisions
- Data quality verification
When NOT to Use
Common Issues & FAQ
Q: What timezone is the timestamp in? A: Timestamps are typically in Eastern Time (ET).
Q: Why isn't the timestamp updating? A: If no new data arrives for the symbol, the timestamp remains unchanged.
