Learn R Programming

treasury

Overview

The goal of treasury is to provide a simple and modern interface to the US treasury XML feed for daily interest rates.

Installation

You can install the released version of treasury from CRAN with:

install.packages("treasury")

And the development version from GitHub with:

# install.packages("pak")
pak::pak("m-muecke/treasury")

Usage

treasury functions are prefixed with tr_ and follow the naming convention of the XML feed.

library(treasury)

yield_curve <- tr_yield_curve(2023)
yield_curve
#> # A tibble: 3,250 × 3
#>   date       maturity  rate
#>   <date>     <chr>    <dbl>
#> 1 2023-01-03 1 month   4.17
#> 2 2023-01-03 2 month   4.42
#> 3 2023-01-03 3 month   4.53
#> 4 2023-01-03 4 month   4.7 
#> 5 2023-01-03 6 month   4.77
#> # ℹ 3,245 more rows

Related work

  • ustyc - R package to download and parse the US Treasury yield curve data
  • ustfd - R client for US Treasury Fiscal Data API

Copy Link

Version

Install

install.packages('treasury')

Monthly Downloads

95

Version

0.2.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Maximilian Muecke

Last Published

July 5th, 2024

Functions in treasury (0.2.0)

treasury-package

treasury: Client for US Treasury XML Feed and Published Data
tr_real_yield_curve

Daily treasury par real yield curve rates
tr_bill_rates

Daily treasury bill rates
tr_yield_curve

Daily treasury par yield curve rates
tr_real_long_term

Daily treasury real long-term rate averages
tr_curve_rate

Download Treasury Coupon Issues and Corporate Bond Yield Curves
tr_long_term_rate

Daily treasury long-term rates