Federal Reserve Economic Data (FRED)#
- class pandas_datareader.fred.FredReader(symbols, start=None, end=None, retry_count=3, pause=0.1, timeout=30, session=None, freq=None)#
Get data for the given name from the St. Louis FED (FRED).
- close()#
Close network session
- property default_start_date#
Default start date for reader. Defaults to 5 years before current date
- property params#
Parameters to use in API calls
- read()#
Read data
- Returns:
data – If multiple names are passed for “series” then the index of the DataFrame is the outer join of the indices of each series.
- Return type:
DataFrame
- property url#
API URL