Skip to content

fagan2888/bond-yields-us-10y

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

10 year nominal yields on US government bonds from the Federal Reserve. The 10 year government bond yield is considered a standard indicator of long-term interest rates.

Data

Data comes from the Release H.15 from the Federal Reserve - Selected Interest Rates Daily specifically the 10 year US Treasury (monthly, csv).

Preparation

You will need Python 3.6 or greater and dataflows library to run the script

To update the data run the process script locally:

# Install dataflows
pip install dataflows

# Run the script
python bond_us_flow.py

Note we keep a copy of the raw data from the Federal Reserve (pre-tidying) in archive.

License

Licensed under the Public Domain Dedication and License (assuming either no rights or public domain license in source data).

About

10 year nominal yields on US government bonds from the Federal Reserve

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.1%
  • Shell 14.9%