Real-Time Intraday Time
Returns the timestamp for a specific intraday bar.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| Symbol | string | Yes | Stock ticker symbol |
| Interval | string | No | Time interval |
| Index | number | No | Bar index |
When to Use
- Get bar timestamps
- Verify data freshness
- Synchronize with other data
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Last trade time | LastTradeTime() |
Common Issues & FAQ
Q: What timezone? A: Exchange local time.
