Skip to content

A dashboard that shows an animation of the US Bond Yield curve over a certain period, taking data from the US Government Treausry website.

Notifications You must be signed in to change notification settings

tang-lhnicholas/us-bond-yield-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

US Bond Yield Curve Dashboard

✏️ About

I made a Tkinter dashboard that generates an animation of the US Bond Yield curve over a specific period, taking data from the US Government Treausry website.

🚀 Preparation

You need Python 3.0 or greater to run the script.

You also need the following libraries installed:

# Installing dependencies
pip install numpy pandas matplotlib requests beautifulsoup4 tkcalendar

💻 Running the code

To run the program, execute main_app.py:

# To run the script
python main_app.py

Note that it will take around 10 seconds for the first run of each day as it needs time to access the latest daily data online. The dashboard should launch quicker after the first run.

💡 Demo

app demo


⚖️ License

Licensed under the MIT License.

About

A dashboard that shows an animation of the US Bond Yield curve over a certain period, taking data from the US Government Treausry website.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages