Publishes data related to the stock and housing markets; price data for common indexes, interest rates, earnings, dividends, house prices, and CPI.

fq_yale(indicators, verbose = TRUE, ...)

Arguments

indicators

A vector or a list of character strings.

verbose

Should warning messages be printed? Default is TRUE.

...

Additional arguments to be passed into Quandl function.

Value

A tidy tibble with five columns: date, code, indicator, description and value.

Details

Data provided for the US economy only.

Examples

# Ten-Year Average of Real Earnings for US Stock Data if (FALSE) { fq_yale("SP_10YRE") }