Price Change From Minute
Returns the absolute price change from a specific time.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| Symbol | string | Yes | Stock ticker symbol |
| Time | string | Yes | Time in HH:MM format |
Syntax
=RTI_Price_Change_From_Min(Symbol, Time)Parameters
symbolstringRequired
Stock ticker symbol
timestringRequired
Time in HH:MM format
Returns
number
Price change from specified time
Examples
=RTI_Price_Change_From_Min("AAPL", "09:30")When to Use
- Track change from market open
- Monitor intraday movements
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Percentage change | RTI_Price_ChangePct_From_Min() |
Common Issues & FAQ
What time format?
24-hour HH:MM.
Excel Templates Using Price Change From Minute
These ready-made MarketXLS templates call RTI_Price_Change_From_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 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
- Price X Min Ago
- Profit Margin (Continuous)
See RTI_Price_Change_From_Min used in a complete workbook: RTI Functions: Real-Time Streaming Technical Indicators in Excel (Complete Guide 2026)
