get_FSI: Get Financial Stress Indicator (FSI) data

Description Usage Arguments Value References See Also Examples

View source: R/funs.R

Description

Get Financial Stress Indicator (FSI) data

Usage

1
get_FSI(freq = "monthly")

Arguments

freq

either "monthly" or "quarterly".

Value

an xts data object.

References

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

See Also

xts

Examples

1
2
3
4
5
# for monthly FSI
fsi_mon <- get_FSI()
plot(fsi_mon)
fsi_quar <- get_FSI("quarterly")
plot(fsi_quar)

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