Skip to main content

vwap

Gets volume weighted average price (VWAP)

Source Code: [link]

openbb.ta.vwap(data: pd.DataFrame, offset: int = 0)

Parameters

NameTypeDescriptionDefaultOptional
datapd.DataFrameDataframe of dates and pricesNoneFalse
offsetintLength of offset0True

Returns

TypeDescription
pd.DataFrameDataframe with VWAP data