Skip to content

Instantly share code, notes, and snippets.

View geekypy's full-sized avatar
🎯
Focusing

Mariano Nieto geekypy

🎯
Focusing
View GitHub Profile
@geekypy
geekypy / Int_Rate_MSupply.py
Created July 12, 2021 03:03
Generates 1yr treasury note yield using FRED data
#!python3
import sys ,os , requests
import time, json
import matplotlib.pyplot as plt
import Money_Supply_FRED as msf
import numpy as np
# This library retrieves and relies on data coming from FRED API
#!python3
import sys ,os , requests
import time, json
import matplotlib.pyplot as plt
import Money_Supply_FRED as msf
import numpy as np
# This library retrieves and relies on data coming from FRED API
# Attributes
#!python3
import sys ,os , requests
import time, json
import matplotlib.pyplot as plt
# This library retrieves and relies on data coming from FRED API
# Attributes
@geekypy
geekypy / Int_Rate_MSupply.py
Last active June 7, 2021 04:39
Function that cleans up FRED data for 1yr treasury constant maturity rate
#!python3
import sys ,os , requests
import time, json
import matplotlib.pyplot as plt
import Money_Supply_FRED as msf
import numpy as np
# This library retrieves and relies on data coming from FRED API
# Attributes
@geekypy
geekypy / Money_Supply_FRED.py
Created June 5, 2021 15:49
Including a function to extract FRED data filtering by a range of years
#!python3
import sys ,os , requests
import time, json
import matplotlib.pyplot as plt
# This library retrieves and relies on data coming from FRED API
# Attributes
#!python3
import sys ,os , requests
import time, json
import matplotlib.pyplot as plt
# This library retrieves and relies on data coming from FRED API
# Attributes