Skip to content

Commit 5e994b6

Browse files
Merge pull request #10035 from mortada/ecosystem_fredapi
DOC: added fredapi module to ecosystem list
2 parents d96ccd2 + ec07ce1 commit 5e994b6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/source/ecosystem.rst

+9
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,15 @@ the European statistics office (Eurostat)
146146
and the European Central Bank (ECB). Datasets may be returned as pandas Series
147147
or 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

0 commit comments

Comments
 (0)