Volume At Minute
Returns the trading volume at a specific minute.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| Symbol | string | Yes | Stock ticker symbol |
| Time | string | Yes | Time in HH:MM format |
Syntax
=RTI_VolumeAtMin(Symbol, Time)Parameters
symbolstringRequired
Stock ticker symbol
timestringRequired
Time in HH:MM format
Returns
number
Volume at the specified time
Examples
=RTI_VolumeAtMin("AAPL", "09:30")When to Use
- Analyze opening volume
- Specific time volume analysis
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Bar volume | RTI_Volume() |
Common Issues & FAQ
What time format?
24-hour HH:MM.
Related Formulas
More MarketXLS MarketXLS Analytics formulas you can use in the same worksheet:
