Fed Balance Sheet-to-GDP Ratio — Daily CSV Download (Central Bank Footprint)
The Fed’s total assets relative to GDP measures the central bank’s footprint in the economy. From ~6% of GDP pre-2008 to ~36% at the 2022 peak, this ratio captures the scale of quantitative easing and the structural shift in monetary policy. It contextualizes QE/QT cycles relative to economic size rather than in absolute dollar terms.
Dataset: Fed Balance Sheet-to-GDP Ratio (2003–2026) · Updated —
Loading FRED data…
Source: FRED series WALCL · Federal Reserve (WALCL) & BEA (GDP) via FRED
Macro Takeaway
This indicator is a key component of the macro-financial monitoring framework. Its current level relative to its historical distribution — captured in the percentile and z-score above — provides immediate context for whether conditions are historically normal, stretched, or compressed.
Cross-referencing with the Fed balance sheet and the Net Liquidity Index helps situate this indicator within the broader macro regime.
Dataset Overview
| Indicator | Fed Balance Sheet-to-GDP Ratio (2003–2026) |
|---|---|
| Geography | United States |
| Frequency | Quarterly |
| Period | 2003–2026 |
| Variables | date, walcl_gdp_pct |
| Format | CSV, Excel (XLSX) |
| Sources | Federal Reserve (WALCL) & BEA (GDP) via FRED |
| Last updated | — |
Dataset Variables
The CSV and Excel files contain the following columns.
| Column | Type | Description |
|---|---|---|
date | Date (YYYY-MM-DD) | Observation date |
walcl_gdp_pct | Float | Fed total assets (WALCL) as % of GDP |
Column names match the CSV headers exactly.
Download the Complete Dataset
The full dataset is available in CSV and Excel formats.
FRED Direct CSV Access
The underlying data is available from FRED under series code WALCL:
https://fred.stlouisfed.org/graph/fredgraph.csv?id=WALCL
Direct CSV Access — Eco3min Structured Dataset
https://eco3min.fr/dataset/fed-balance-sheet-gdp.csv
This URL returns the complete dataset in CSV format. It can be used directly in pandas, R, curl, or any data tool.
Using the Dataset in Python
import pandas as pd url = "https://eco3min.fr/dataset/fed-balance-sheet-gdp.csv" df = pd.read_csv(url, parse_dates=["date"]) print(df.head()) print(df["walcl_gdp_pct"].describe())
Using the Dataset in R
library(readr) url <- "https://eco3min.fr/dataset/fed-balance-sheet-gdp.csv" df <- read_csv(url) head(df) summary(df$walcl_gdp_pct)
Both examples load the dataset directly from the URL — no download or API key required.
Methodology
Federal Reserve total assets (FRED: WALCL, weekly) averaged to quarterly, divided by nominal GDP (FRED: GDP). Pre-2008 the ratio was stable around 6%; QE1-QE3 pushed it to ~25%; pandemic QE peaked it at ~36%.
This dataset is updated quarterly (weekly WALCL, quarterly GDP) via automated pull from the FRED API.
Historical Regimes
Historical regime analysis for this dataset will be added in a future update. The key stats block above provides immediate context for the current reading relative to the full historical distribution.
Related Macroeconomic Datasets
Normalizing the Fed’s balance sheet by GDP reveals whether the monetary expansion is keeping pace with, exceeding, or falling behind economic growth. The ratio peaked in 2022 and has been declining under QT — but remains far above pre-2008 levels.
- Fed Balance Sheet (WALCL) — The numerator — absolute Fed assets
- Net Liquidity Index — Adjusted for TGA and ON RRP — the effective liquidity
- M2 Money Supply — Broad money that QE is supposed to influence
- M2-to-GDP Ratio — Money supply normalized by economic size
- S&P 500 vs Fed Balance Sheet — The equity-liquidity relationship
Related Research
The balance sheet-to-GDP ratio provides context that absolute dollar figures miss. Combined with the Net Liquidity decomposition, it reveals the true scale of the Fed’s footprint.
Macroeconomic Dataset Hub
This dataset is part of the Eco3min macro-financial data repository.
Explore the Eco3min Dataset Hub
Sources
- Federal Reserve (WALCL) & BEA (GDP) via FRED
