rvsp500 | R Documentation |
Realized volatility of S&P500(Live) index of the period 2000 01 03 - 2013 11 22
A data.frame
object with two columns. First column contains date id, and the second the realized volatility for S&P500 index.
No longer available. Read the statement here: https://oxford-man.ox.ac.uk/research/realized-library/
Heber, Gerd and Lunde, Asger, and Shephard, Neil and Sheppard, Kevin Oxford-Man Institute's realized library, Oxford-Man Institute, University of Oxford (2009)
## Do not run:
## The original data contained the file OxfordManRealizedVolatilityIndices.csv.
## The code below reproduces the dataset.
## rvi <- read.csv("OxfordManRealizedVolatilityIndices.csv",check.names=FALSE,skip=2)
## ii <- which(rvi$DateID=="20131112")
## rvsp500 <- na.omit(rvi[1:ii,c("DataID","SPX2.rv")]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.