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 |
Examples
=RTI_Price_Change_From_Min("AAPL", "09:30")When to Use
- Track change from market open
- Monitor intraday movements
When NOT to Use
Common Issues & FAQ
Q: What time format? A: 24-hour HH:MM.
