Fred Data

Overview

Usage

Once you have set up your api key as a davinci token, the url function in the davinci python library will append your key to any url you access from the fred site.

from davinci.python import url address = 'https://api.stlouisfed.org/fred/series/observations?file_type=json&series_id='+id data = url(address)