FedInvestData: Return treasury bond price data from 2010

Description Usage Details Value Author(s) References Examples

View source: R/download_rates.R

Description

The FedInvest site provides rate and price data on a daily basis for approximately 400 Treasury securites. This function returns all that data from 2010 to the last-completed business day.

Usage

1

Details

The columns of the data.frame returned

Value

data.frame containing the FedInvest data from 2010 to the most-recently completed business day

Author(s)

George Fisher

References

US Dept. of the Treasury FedInvest Historical Prices https://www.treasurydirect.gov/GA-FI/FedInvest/selectSecurityPriceDate.htm

Examples

1
2
3
4
library(ustreasuries)
fedinvest_data <- FedInvestData()
head(fedinvest_data)
tail(fedinvest_data)

grfiv/ustreasuries documentation built on May 17, 2019, 8:36 a.m.