Realized Volatility (Close-to-Close)

This endpoint returns the entire series of close-to-close realized volatility and OHLCV prices for a selected currency (ticker). Note the realized volatility calculation window must have enough data points to return a value.

RESPONSE DATA
FieldTypeDescription
payload.metadata.api-versionstringVersion of the API.
payload.data[index].timestamptimestampThe observation timestamp.
payload.data[index].currencystringThe currency (ticker) symbol.
payload.data[index].opennumberThis is the open price of the currency (ticker).
payload.data[index].highnumberThis is the high price of the currency (ticker).
payload.data[index].lownumberThis is the low price of the currency (ticker).
payload.data[index].closenumberThis is the close price of the currency (ticker).
payload.data[index].volumenumberThis is the volume, in shares, of the currency (ticker).
payload.data[index].realizedVolatility5numberThis is the 5-day close-to-close realized volatility for the currency (ticker).
payload.data[index].realizedVolatility10numberThis is the 10-day close-to-close realized volatility for the currency (ticker).
payload.data[index].realizedVolatility21numberThis is the 21-day close-to-close realized volatility for the currency (ticker).
payload.data[index].realizedVolatility42numberThis is the 42-day close-to-close realized volatility for the currency (ticker).
payload.data[index].realizedVolatility63numberThis is the 63-day close-to-close realized volatility for the currency (ticker).
payload.data[index].realizedVolatility84numberThis is the 84-day close-to-close realized volatility for the currency (ticker).
payload.data[index].realizedVolatility126numberThis is the 126-day close-to-close realized volatility for the currency (ticker).
payload.data[index].realizedVolatility189numberThis is the 189-day close-to-close realized volatility for the currency (ticker).
payload.data[index].realizedVolatility252numberThis is the 252-day close-to-close realized volatility for the currency (ticker).

Language
Credentials
Header
Click Try It! to start a request and see the response here!