This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
Created on Sat Dec 23 18:58:46 2017 | |
@author: Ryan | |
""" | |
''' | |
This script does a couple things. | |
1) It goes out to the New York Federal Reserve website and scrapes the fed funds page. | |
2) Parses the date to get the current fed rate, and the corresponding date of that rate; the prior fed rate and the corresponding date of that rate. |