Volume At Minute
Returns the trading volume 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 |
Syntax
=RTI_Volume_At_Min(Symbol, Time)Parameters
symbolstringRequired
Stock ticker symbol
timestringRequired
Time in HH:MM format
Returns
number
Volume at the specified time
Examples
=RTI_Volume_At_Min("AAPL", "09:30")=RTI_Volume_At_Min("MSFT", "10:00")When to Use
- Volume at specific time
- Opening volume analysis
- Intraday volume patterns
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Bar volume | RTI_Volume() |
| Daily volume | Volume() |
Common Issues & FAQ
What time format?
24-hour format HH:MM.
Excel Templates Using Volume At Minute
These ready-made MarketXLS templates call RTI_Volume_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:
- Year High
- Year Low
- Zero Added
- 52 Week Range
- 52-Week High
- 52-Week Low
- Add Symbols
- Average Price Between 2 Dates In History
See RTI_Volume_At_Min used in a complete workbook: RTI Functions: Real-Time Streaming Technical Indicators in Excel (Complete Guide 2026)
