FRED API

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

External

Internal

Installation

pip3 install fredapi

Get the API Key

Request an API key from here: https://fred.stlouisfed.org/docs/api/api_key.html

Code Examples

Initialization

from fredapi import Fred
fred = Fred(api_key='...')


FRED with pandas:

Search

Get Series

Organizatorium