Price At Minute
Returns the stock price at a specific time during the trading day.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| Symbol | string | Yes | Stock ticker symbol |
| Time | string | Yes | Time in HH:MM format (24-hour) |
Examples
=RTI_Price_At_Min("AAPL", "09:30")=RTI_Price_At_Min("MSFT", "10:00")=RTI_Price_At_Min("SPY", "12:00")When to Use
- Look up price at specific time
- Reference price for calculations
- Intraday analysis
- Gap analysis
When NOT to Use
Common Issues & FAQ
Q: What time format? A: 24-hour format HH:MM (09:30 for open, 16:00 for close).
