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, ...)
indicators | A vector or a list of character strings. |
---|---|
verbose | Should warning messages be printed? Default is |
... | Additional arguments to be passed into |
A tidy tibble
with five columns: date
, code
, indicator
, description
and value
.
Data provided for the US economy only.
# Ten-Year Average of Real Earnings for US Stock Data if (FALSE) { fq_yale("SP_10YRE") }