Page 1 of 1

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

Posted: Sat May 02, 2026 4:51 pm
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