A way to calculate or get the VWAP of a Waves token

Does anyone know how to calculate or get, via API, the VWAP of a Waves token?

You can see this indicator here: http://dev.pywaves.org/dexwaves/

What is the VWAP (Volume Weighted Average Price)

The volume weighted average price (VWAP) is a trading benchmark.
VWAP is calculated by adding up the dollars traded for every transaction (price multiplied by number of shares traded) and then dividing by the total shares traded for the day.

1 Like

Hello, Angry Panda.
We are currently testing a new API method for candles in data-service.
VWAP feature will be available there and I hope it will be released next week.
You will be able to find it here https://api.wavesplatform.com/v0/docs/#/info/getVersion ( /candles resource)