fredapi: Python API for FRED (Federal Reserve Economic Data)

Post Reply
admin
Site Admin
Articles: 0
Posts: 1052
Joined: Sat May 02, 2026 10:05 am

fredapi: Python API for FRED (Federal Reserve Economic Data)

Post by admin »

https://github.com/mortada/fredapifredapi: Python API for FRED (Federal Reserve Economic Data)Image Image Image Image

Code: Select all

fredapi
 is a Python API for the FRED data provided by the Federal Reserve Bank of St. Louis. 

Code: Select all

fredapi
 provides a wrapper in python to the FRED web service, and also provides several convenient methods for parsing and analyzing point-in-time data (i.e. historic data revisions) from ALFRED

Code: Select all

fredapi
 makes use of 

Code: Select all

pandas
 and returns data to you in a 

Code: Select all

pandas
 

Code: Select all

Series
 or 

Code: Select all

DataFrame
Post Reply