Quote DateTime (On Demand)
Gets the date and time of the quote on-demand (snapshot) from QuoteMedia. This indicates when the quote data was generated.
Supported Symbol Formats
| Type | Format | Example |
|---|---|---|
| US Stocks | SYMBOL | AAPL, MSFT |
| ETFs | SYMBOL | SPY, QQQ |
| Indices | ^SYMBOL | ^SPX, ^VIX |
Notes
- Returns a snapshot (does not auto-update)
- Time is typically in Eastern Time (ET)
- Useful for verifying data freshness
Examples
=QM_DateTime("AAPL")=QM_DateTime("MSFT")=QM_DateTime("SPY")=QM_DateTime(A1)When to Use
- Verifying data freshness
- Audit trails
- Static reports with timestamps
- Data quality checks
When NOT to Use
Common Issues & FAQ
Q: What timezone is the datetime in? A: Times are typically in Eastern Time (ET).
Q: Why is the time old? A: For on-demand functions, the timestamp reflects when you last refreshed. Refresh the workbook for updated data.
Q: Why am I getting #N/A? A: Check that symbol format is correct.
