> For the complete documentation index, see [llms.txt](https://cryptoquote.gitbook.io/cryptoquote/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cryptoquote.gitbook.io/cryptoquote/apis/analytics-apis/technical-analysis/historical-vwap.md).

# Historical VWAP

#### <mark style="color:orange;">Description</mark>

VWAP, Volume Weighted Average Price is used to measure the average price of a crypto over a given time period, with the price weighted according to the volume traded, identify the overall trend of the market and as a reference point for placing orders.

Intraday VWAP: calculated using the price and volume data for a single day.&#x20;

Historical VWAP: calculated using the price and volume data over a longer period of time, such as a week or a month.

Calculate VWAP, first determine the time period then sum the total value traded (price multiplied by volume) for each time period and divide it by the total volume traded for the same time period. The resulting value is the VWAP for that time period.

VWAP is used to identify the overall trend of the market, if the price is above the VWAP, it may indicate an uptrend, while if the price is below the VWAP, it may indicate a downtrend. Use the VWAP in combination with our other tools to make informed decisions.

{% embed url="<https://www.youtube.com/watch?index=32&list=PLog30vtb4ZA76-tBWML69sR_RuKNn1kaB&v=kB1i7cRjv2Y>" %}

#### <mark style="color:orange;">End Point</mark>

#### <mark style="color:orange;">Example</mark>

<mark style="color:orange;">**Use Cases:**</mark>

## [Click here for a Free API key](https://www.cryptoquote.io/register) then [**Test the API yourself!**](https://www.cryptoquote.io/api_doc?code=symbol_vwap\&page=api_analytics)&#x20;
