#   %   A   B   C   D   E   F   G   H   I   L   M   N   O   P   Q   R   S   T   U   V   W   Y   Z   c   s      All 
WORD NAME DESCRIPTION
ValROETTMValue of Return On EquityValue of Return On Equity, TTM {ratio}Full Description
VMA()Volume weighted averageVolume weighted moving average of a time series. Period is in 'bars' or 'trading days ago' (can vary depending on the series you choose).Full Description
Vol()VolumeHistorical volume for a day in the past.Full Description
Vol10DAvgAverage VolumeDaily average volume (in millions).
Equivalent to AvgVol(10)/1000000
Vol3MAvgAverage VolumeMonthly average total volume (in millions).
Equivalent to AvgVol(63) * 21 / 1000000
Vol_D()VolumeHistorical volume 'days' ago including holidays. Holidays are filled in with previous day volume.Full Description
Vol_W()VolumeHistorical weekly volume. Use 0 for the most recent week. 1 for the week before, etc.Full Description
VolD%ShsOutLiquidityDaily 10 day average volume as a % of Shares Outstanding. Equivalent to:
AvgVol(10) / 1000000 / SharesFDQ * 100
VolM%ShsOutLiquidityMonthly average total volume for past 3 months as a % of Shares Outstanding. Equivalent to:
Vol3MAvg / SharesFDQ * 100