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) |
Syntax
=RTI_Price_At_Min(Symbol, Time)Parameters
symbolstringRequired
Stock ticker symbol
timestringRequired
Time in HH:MM format
Returns
number
Price at the specified time
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
| Scenario | Use Instead |
|---|---|
| Price X mins ago | RTI_Price_X_Min_Ago() |
| Change from time | RTI_PriceChangeFromMin() |
| Volume at time | RTI_VolumeAtMin() |
Common Issues & FAQ
What time format?
24-hour format HH:MM (09:30 for open, 16:00 for close).
Excel Templates Using Price At Minute
These ready-made MarketXLS templates call RTI_Price_At_Min() in their worksheet formulas. Open one to see the function working inside a complete model.
Related Formulas
More MarketXLS MarketXLS Analytics formulas you can use in the same worksheet:
- Price Change From Minute
- Price Change Percent From Minute
- Price Change Percent X Minutes Ago
- Price Change X Min Ago
- Price Change X Minutes Ago
- Price To Book
- Price To Sales
- Profit Margin (Continuous)
See RTI_Price_At_Min used in a complete workbook: RTI Functions: Real-Time Streaming Technical Indicators in Excel (Complete Guide 2026)
