GDPC1: Real US Gross Domestic Product Quarterly Level in Chained 2017 Dollars Since 1947 (FRED)

GDPC1 is the FRED quarterly series for US real gross domestic product expressed in chained 2017 dollars since 1947 — the standard input for cross-time output comparisons and any ratio with GDP in the denominator.

GDPC1 is the FRED series for US real gross domestic product, expressed in chained 2017 dollars and published quarterly by the Bureau of Economic Analysis since 1947 — over 300 observations. GDPC1 is the canonical denominator for cross-time output comparisons: debt-to-GDP, M2/GDP, Fed balance sheet/GDP, and the Buffett Indicator (market cap/GDP) all require this real-level series rather than nominal GDP, which incorporates inflation and overstates structural growth.

Dataset: US Real GDP Level (1947–2026) · Updated 2026-04-01

Latest Value
$24,270.60B
Apr 1, 2026
Historical Percentile
99.7th
Historically high
Historical Average
$10,411.00B
318 observations
Historical Range
HIGH Apr 1, 2026
$24,270.60B
LOW Jul 1, 1947
$2,172.43B

You have the data. Get what it means. New analyses and the live macro-regime read — only when there's something worth your time. No filler.



Loading FRED data…

Source: FRED series GDPC1 · Federal Reserve Bank of St. Louis


Macro Takeaway

GDPC1 crossed $23 trillion (chained 2017 dollars) in 2024 — the US economy is roughly eight times larger in real terms than in 1947. The trend rate, however, has decelerated structurally: annualized growth averaged 3.8% in the 1950s–1960s, 3.2% in the 1980s–1990s, and approximately 2.0% since 2010. This deceleration reflects slower labor-force growth, weaker productivity gains, and the long shift from manufacturing to services.

GDPC1 matters operationally because most macro ratios depend on it: the federal debt-to-GDP ratio, the M2/GDP ratio, and the Fed balance sheet/GDP all use the real level as denominator. Nominal GDP is frequently substituted but systematically overstates the denominator during inflationary periods, producing artificially lower ratios that flatter leverage and liquidity metrics.


Dataset Overview

IndicatorUS Real GDP Level
GeographyUnited States
FrequencyQuarterly
Period1947–2026
Variablesdate, real_gdp_billions
FormatCSV, Excel (XLSX)
SourcesFRED series GDPC1 — Federal Reserve Bank of St. Louis (BEA primary source)
Last updated

Dataset Variables

The CSV and Excel files contain the following columns.

ColumnTypeDescription
dateDateObservation date (quarter-end)
real_gdp_billionsFloatUS real gross domestic product in chained 2017 dollars, billions — the inflation-adjusted output level.

Column names match the CSV headers exactly.


Download the Complete Dataset

The full dataset is available in CSV and Excel formats.

You have the data. Get what it means. New analyses and the live macro-regime read — only when there's something worth your time. No filler.


FRED Direct CSV Access

The raw data is available via FRED under code GDPC1:

https://fred.stlouisfed.org/graph/fredgraph.csv?id=GDPC1

The Eco3min version provides a clean, analysis-ready format with consistent column names, pre-calculated derived metrics where applicable, and both CSV and Excel downloads.

Direct CSV Access — Eco3min Structured Dataset

https://eco3min.fr/dataset/us-real-gdp-level.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/us-real-gdp-level.csv"
df = pd.read_csv(url)

print(df.head())
print(f"Latest value: {df['real_gdp_billions'].iloc[-1]:.2f}")

Using the Dataset in R

library(readr)

url <- "https://eco3min.fr/dataset/us-real-gdp-level.csv"
df <- read_csv(url)

head(df)
summary(df$real_gdp_billions)

Both examples load the dataset directly from the URL — no download or API key required.


Methodology

GDPC1 is computed by the US Bureau of Economic Analysis (BEA) and republished through FRED under the same code. The series uses a chained Fisher index with 2017 as the reference year, which avoids the substitution bias of fixed-base deflators. Each quarterly observation is dated to the quarter end (March 31, June 30, September 30, December 31).

The series is released three times for each quarter: the Advance estimate (about one month after quarter end), the Second estimate (two months after), and the Third estimate (three months after). The annual update typically arrives in late July and can revise the entire history back several years. FRED always displays the latest vintage; for as-released values, ALFRED is the reference.


Data Quality & Provider Notes

GDPC1 is one of the most reliable macroeconomic series available — produced by the BEA under the National Income and Product Accounts framework — but its quarterly cadence and revision schedule deserve explicit attention before any analysis. Eco3min mirrors the FRED feed with an automated daily pull, so new quarterly readings and revisions propagate within twenty-four hours of the FRED release.

  • Release latency. BEA publishes the Advance estimate approximately 30 days after the quarter ends. The Second and Third estimates follow at 60 and 90 days. Annual revisions arrive in late July and incorporate source data not available at first release.
  • Revisions policy. The first three estimates can diverge by 0.3–0.8 percentage points (annualized) versus the final value. Annual updates routinely revise multiple prior quarters; comprehensive updates (every five years) can revise the entire series back to 1947. ALFRED preserves every vintage.
  • Alternative sources. The same underlying data is available from the BEA directly (bea.gov) and through commercial vendors (Bloomberg, Refinitiv/LSEG, Haver Analytics). FRED is the standard free source and matches BEA for the current vintage.
  • Known gaps. No gaps in the series since 1947. Methodological revisions in 1991 (chained index), 2009 (NAICS classification), and 2013 (intellectual property treatment) shifted the levels meaningfully and should be flagged when comparing pre- and post-revision periods directly.

Practical recommendation: always verify the latest observation date before publishing any analysis built on GDPC1, since the most recent quarter may be the Advance estimate and subject to material revision.


Common Pitfalls When Using GDPC1

GDPC1 is widely used and widely misread. The following interpretation errors recur across financial and economic analysis.

  1. Real vs nominal confusion. GDPC1 is the chained 2017-dollar series. The nominal counterpart is GDP (FRED code GDP). Mixing the two — using nominal numerator and real denominator, or comparing nominal 2022 GDP to real 2010 GDP — produces inflated growth readings and distorted ratios. Any cross-period comparison should hold inflation constant on both sides.
  2. Level versus growth rate. GDPC1 is the absolute output level. The growth rate is published separately as A191RL1Q225SBEA. Computing growth from the level requires taking the quarter-over-quarter ratio and annualizing (multiplying by four after raising to the power of one). Users frequently report quarter-over-quarter changes as if they were annualized figures.
  3. Annualized vs non-annualized growth. The headline GDP growth print is annualized — a 1.0% quarterly increase appears as approximately 4.0%. Comparisons across countries (where many statistical agencies publish raw quarter-over-quarter or year-over-year rates) require explicit conversion to a common convention.
  4. Vintage data. The latest reading on FRED is the most recent vintage and may be the Advance estimate. Historical analyses that need point-in-time accuracy — for backtesting or contemporaneous comparisons — should pull from ALFRED rather than FRED, since the current vintage incorporates revisions that were not visible at the time.

Historical Regimes

1947–1973 — The post-war expansion. GDPC1 grew at an annualized rate near 4%, driven by post-war industrialization, the Baby Boom, productivity gains, and the Bretton Woods monetary system. Real output rose from roughly $2.0 trillion to $5.5 trillion (chained 2017 dollars). This regime corresponds to the only sustained period of US growth above 3.5% in the dataset.

1973–1982 — Stagflation. Oil shocks and monetary instability produced two deep recessions and average real growth below 2.5%. The dataset captures an important distinction: real GDPC1 stagnated while nominal GDP surged on inflation. Comparable shifts can be observed in the US industrial production index, which fell sharply during both downturns.

1982–2000 — The Great Moderation. Volcker’s inflation suppression, financial deregulation, and the technology revolution produced sustained 3.5% growth. Real GDPC1 doubled from $6.5T to $13T. Business cycle volatility declined sharply — a feature that contemporaneous analysts attributed to better monetary management and that subsequent literature (see the yield curve inversion history) re-examined after the 2008 crisis.

2000–2019 — Secular stagnation. Two severe recessions (2001, 2008–2009) and structurally lower growth (~2% annualized average) defined the period. The 2008–2009 recession produced the deepest GDPC1 decline since WWII (−4.0% peak-to-trough). Concurrent series — US consumer sentiment and the ISM Manufacturing PMI — exhibited multiple sub-50 readings, consistent with the weaker underlying trend.

2020 — Pandemic disruption. The sharpest quarterly GDPC1 decline in the postwar dataset (−29.9% annualized in Q2 2020) was followed by the fastest recovery on record (+35.3% in Q3 2020). By Q3 2021, real GDPC1 had surpassed its pre-pandemic peak — faster than any prior US recession recovery.

2021–2026 — Post-pandemic plateau. Annualized GDPC1 growth ran around 2.0–2.5% across 2022–2024, broadly consistent with the pre-pandemic trend rather than a structural break. The US personal savings rate normalized after spiking in 2020–2021, and the federal debt-to-GDP ratio (which uses GDPC1’s nominal counterpart in its denominator) stabilized between 120% and 125%.


Related Macroeconomic Datasets

GDPC1 anchors the activity panel and feeds the denominator of nearly every cross-decade leverage and liquidity ratio. The series below complement the output picture with growth rate, sectoral activity, sentiment, savings, and debt-to-GDP context.


Macroeconomic Dataset Hub

This dataset is part of the Eco3min macro-financial data repository. Explore all available datasets including inflation, interest rates, equity returns, credit spreads, and currency indicators.

Explore the Eco3min Dataset Hub


Sources

  • Federal Reserve Bank of St. Louis — FRED series GDPC1
  • US Bureau of Economic Analysis — National Income and Product Accounts (NIPA), Table 1.1.6

Dataset Reference

Last updated — 4 August 2026

Disclaimer – Financial Information: The analyses, commentary, and content published on eco3min.fr are provided for informational and educational purposes only. They do not constitute investment advice or a solicitation to buy or sell financial instruments. Past performance is not indicative of future results. All investment decisions involve risk and are the sole responsibility of the reader.