GS10 10-Year Treasury Constant Maturity Rate

data(GS10)

Format

An xts object containing observations of the 10-Year Treasury Constant Maturity Rate.

  • Release: H.15 Selected Interest Rates

  • Seasonal Adjustment: Not Seasonally Adjusted

  • Frequency: Monthly

  • Units: Percent

  • Date Range: 1953-04-01 to 2019-10-01

  • Last Updated 2020-02-03 3:26 PM CST

Source

Board of Governors of the Federal Reserve System (US) https://fred.stlouisfed.org/data/GS10.txt

Notes

Averages of business days.

For further information regarding treasury constant maturity data, please refer to http://www.federalreserve.gov/releases/h15/current/h15.pdf and http://www.treasury.gov/resource-center/data-chart-center/interest-rates/Pages/yieldmethod.aspx.

Examples

data(GS10) tail(GS10)
#> GS10 #> Aug 2019 1.63 #> Sep 2019 1.70 #> Oct 2019 1.71 #> Nov 2019 1.81 #> Dec 2019 1.86 #> Jan 2020 1.76
plot(GS10, grid.col = "white", col="green")