get_EMV: Get US Equity Market Volatility Index (EMV) data

Description Usage Arguments Value References See Also Examples

Description

Get US Equity Market Volatility Index (EMV) data

Usage

1
get_EMV(all = T)

Arguments

all

logical, if TRUE return all EMV categories.

Value

an xts data object

References

https://www.policyuncertainty.com/EMV_monthly.html

See Also

xts

Examples

1
2
3
4
5
6
## Not run: 
## it take about 15 seconds to run this example
emv_data <- get_EMV(all = FALSE)
plot(emv_data)

## End(Not run)

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