File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 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)
146146and the European Central Bank (ECB). Datasets may be returned as pandas Series
147147or multi-indexed DataFrames.
148148
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+
149158
150159.. _ecosystem.domain :
151160
You can’t perform that action at this time.
0 commit comments