Federal Reserve Economic Data (FRED) is a economic data database maintained by the Federal Reserve Bank of St. Louis. It contains 824,000 US and international time series from 114 data sources.
Datasets include all of the major market moving economic statistics such as Inflation (CPI), Gross Domestic Product (GDP), Industrial Production, Initial Claims, Unemployment and Nonfarm Payrolls.
The easiest way to find a dataset is to use the "Search" box on the FRED tab. Press the "Configuation Pane" button on the ExcelPriceFeed tab in Excel and then select the FRED tab.
Here you can enter a search term, for example "US CPI":
The result list shows all the datasets containing the search term, ordered by popularity (column "Pop") - so the most popular datasets are shown at the top.
Select a dataset and the name and description will be shown below.
The datasets available via FRED are generally lists of date and value pairs. The type of data is dependent on the dataset.
For example if we look at US non-farm payrolls, which is a measure of the current number of employees in the US economy, we can see that for this dataset:
Once you have found a dataset, you can use the formula buttons to insert a formula into your spreadsheet.
There are two types of formuals: historical formulas which return a time series of points and single point formulas.
We'll start by looking at the historical time series formulas:
In the spreadsheet below we have inserted the various FRED historical formulas to demonstrate how they work, referencing the US non-farm payroll dataset (all values are in 1000s of persons):
We can see that for June 2024, total non-farm payrolls were 158,638,000 which was a change of 206,000 on the previous month, or a 0.13% month on month increase.
The annual increase, since June 2023, was 2,611,000 or 1.67%
Looking at each column, we can see which formula is used:
EPF.FRED.HistoricLookback
formulaFRED.HistoricLookback.Change
formulaFRED.HistoricLookback.PercentChange
formulaFRED.HistoricLookback.PercentChange.YearAgo
formulaFRED.HistoricLookback.Change.YearAgo
formulaExcel Price Feed also includes a set of formulas to return a single FRED datapoint:
In the spreadsheet below we have inserted the various FRED single data point formulas, again referencing the US non-farm payroll dataset:
Looking at each column, we can see which formula is used:
=EPF.FRED.LatestDate
formulaEPF.FRED.Last
formulaFRED.Last.Change
formulaFRED.Last.PercentChange
formulaFRED.Last.PercentChange.YearAgo
formulaFRED.Last.Change.YearAgo
formula