Skip to main content

Pulls all available real and nominal yield curves from the US Treasury's website

Project description

USTreasuryCurve

This code pulls all the available nominal and real yield curves from the US Treasury's website into a Pandas dataframe. The nominal rates start on January 2, 1990 and the real rates begin on January 2, 2003. The US Treasury updates these yields daily.

Install package

pip install ustreasurycurve

Usage

import ustreasurycurve as ustcurve

#Pull in nominal US Treasury curve

ustcurve = ustcurve.nominalRates()

#Pull in real US Treasury curve

ustrcurve = ustcurve.realRates()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ustreasurycurve-0.0.4.tar.gz (3.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page