Price Change Percent From Minute
Returns the percentage price change from a specific time.
Syntax
=RTI_PriceChangePctFromMin(Symbol, Time)Parameters
symbolstringRequired
Stock ticker symbol
timestringRequired
Time in HH:MM format
Returns
number
Price change percentage from specified time
Examples
=RTI_PriceChangePctFromMin("AAPL", "09:30")When to Use
- Track % change from open
- Intraday momentum analysis
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Absolute change | RTI_PriceChangeFromMin() |
Common Issues & FAQ
Time format?
24-hour HH:MM.
Related Formulas
More MarketXLS MarketXLS Analytics formulas you can use in the same worksheet:
