Quote Date
Returns the date when the quote data was last updated.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| Symbol | string | Yes | Stock ticker symbol |
When to Use
- Verify data freshness
- Check when quote was updated
- Data validation
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Trade date | TradeDate() |
| Trade time | LastTradeTime() |
Common Issues & FAQ
Q: Is this the same as TradeDate? A: QuoteDate is when quote was updated; TradeDate is last trade date.
