File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -146,6 +146,15 @@ the European statistics office (Eurostat)
146
146
and the European Central Bank (ECB). Datasets may be returned as pandas Series
147
147
or multi-indexed DataFrames.
148
148
149
+ `fredapi <https://github.com/mortada/fredapi >`_
150
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
151
+ fredapi is a Python interface to the `Federal Reserve Economic Data (FRED) <http://research.stlouisfed.org/fred2/ >`__
152
+ provided by the Federal Reserve Bank of St. Louis. It works with both the FRED database and ALFRED database that
153
+ contains point-in-time data (i.e. historic data revisions). fredapi provides a wrapper in python to the FRED
154
+ HTTP API, and also provides several conveninent methods for parsing and analyzing point-in-time data from ALFRED.
155
+ fredapi makes use of pandas and returns data in a Series or DataFrame. This module requires a FRED API key that
156
+ you can obtain for free on the FRED website.
157
+
149
158
150
159
.. _ecosystem.domain :
151
160
You can’t perform that action at this time.
0 commit comments