R/ustyc-package.r

#' US Treasury yield curve.
#' @description Fetches US Treasury yield curve data and transforms to data frame.
#' @details Downloads the US Treasury yield curve data in its original XML format,
#' then translates that data into a data frame with dates as row names and maturities
#' as column names. 
#' @author Matt Barry \email{mrb@@softisms.com}
#' @references US Treasury resource web site \url{http://www.treasury.gov/resource-center/data-chart-center/interest-rates/Pages/TextView.aspx?data=yield}
#' @keywords treasury yield curve
#' @name ustyc
#' @docType package
NULL

Try the ustyc package in your browser

Any scripts or data that you put into this service are public.

ustyc documentation built on May 2, 2019, 9:37 a.m.