get_OMI: Get Oxford-Man Institute (OMI) data

Description Usage Arguments Value References See Also Examples

View source: R/funs.R

Description

Realized volatility data from the Oxford-Man Institute of Quantitative Finance website

Usage

1
get_OMI(index = "AEX")

Arguments

index,

a character string of the index name needed.

Value

an xts data object

References

https://realized.oxford-man.ox.ac.uk/

See Also

xts

Examples

1
2
3
4
5
6
7
## Not run: 
## it take about 30-60 seconds to run this example
## Its size is about 15Mb in zip
aex_data <- get_OMI("AEX")
str(aex_data)

## End(Not run)

Lingbing/epuR documentation built on May 2, 2020, 1:22 p.m.