The Long-Term Real Rate Average is the unweighted average of bid real yields on all outstanding TIPS with remaining maturities of more than 10 years and is intended as a proxy for long-term real rates.
Value
A data.table::data.table()
containing the rates or NULL
when no entries were found.
See also
Other interest rate:
tr_bill_rates()
,
tr_long_term_rate()
,
tr_real_yield_curve()
,
tr_yield_curve()
Examples
# \donttest{
# get data for a single month
tr_real_long_term("202201")
#> Error in charToDate(x): character string is not in a standard unambiguous format
# or for the entire year
tr_real_long_term(2022)
#> Error in charToDate(x): character string is not in a standard unambiguous format
# }