Skip to content

Python function to retrieve data from Federal Reserve database , FRED into a Python dictionary

Notifications You must be signed in to change notification settings

aacosta-milesius/ReadFred

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ReadFred

Python function to retrieve data from Federal Reserve database, FRED into a Python dictionary

You will need to obtain an API key from the Federal Reserve. Details of FRED are at FRED API

Here is an example of how to call the function,

seriesId = 'DCOILWTICO' # WTI Crude
apiKey = *your API key*
wti = getFredSeries(seriesId, apiKey)

About

Python function to retrieve data from Federal Reserve database , FRED into a Python dictionary

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages