WTREGEN: US Treasury General Account Balance Weekly Data from FRED (2015–2026)

WTREGEN weekly Treasury General Account balance from FRED since 2015 — the operating cash account whose swings drain or inject reserves across the US banking system. CSV, Excel, Python and R examples included.

The WTREGEN series, published weekly by the Federal Reserve via FRED, tracks the US Treasury General Account (TGA) — the federal government’s operating cash balance held at the Federal Reserve since July 2015. WTREGEN has become a central variable in liquidity analysis: a rising TGA drains reserves from the banking system as taxpayers and debt-buyers send cash to Treasury, while a falling TGA injects reserves back as the government spends. During debt ceiling episodes, swings of 400–800 billion USD over a few months can mimic small-scale QE or QT programs without any FOMC action.

Dataset: Treasury General Account Balance (2015–2026) · Updated 2026-05-29

Latest Value
$830,296M
May 29, 2026
Historical Percentile
92th
Historically high
Historical Average
$274,587M
1,224 observations
Historical Range
HIGH Jul 31, 2020
$1,816,687M
LOW Oct 17, 2003
$3,745M

New datasets. No noise. Get notified when new macro and market datasets are published.



Loading FRED data…

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


Macro Takeaway

WTREGEN measures the cash leg of the Treasury’s daily operations. Each weekly tick reflects net Treasury inflows (tax receipts plus debt issuance proceeds) minus outflows (federal outlays plus debt redemptions). Because the account is held at the Federal Reserve, every dollar in WTREGEN is a dollar that is not sitting in the banking system as bank reserves — a mechanical, accounting-level link between fiscal cash management and monetary plumbing.

Read in isolation, WTREGEN is incomplete. The full liquidity picture requires combining it with the Fed balance sheet (WALCL) and the overnight reverse repo facility (RRP) in the Net Liquidity decomposition: WALCL − TGA − RRP. A rising WTREGEN drains reserves, but a faster-rising WALCL can still leave net liquidity expanding.

The post-2020 period has made WTREGEN volatility a recurring market variable. The July 2020 peak at 1.82 trillion USD, the 2021 drawdown that injected roughly 1.4 trillion into the system, and the 2023 debt-ceiling cycle that compressed the balance to 23 billion before rebuilding to over 700 billion have all coincided with measurable shifts in money-market and equity-market conditions.


Dataset Overview

IndicatorTreasury General Account Balance (2015–2026)
GeographyUnited States
FrequencyWeekly
Period2015–2026
Variablesdate, tga_millions
FormatCSV, Excel (XLSX)
SourcesFederal Reserve Bank of St. Louis — FRED
Last updated

Dataset Variables

The CSV and Excel files contain the following columns.

ColumnTypeDescription
dateDate (YYYY-MM-DD)Observation date
tga_millionsFloattga_millions value

Column names match the CSV headers exactly.


Download the Complete Dataset

The full dataset is available in CSV and Excel formats.

New datasets. No noise. Get notified when new macro and market datasets are published.


FRED Direct CSV Access

The underlying data is available from FRED under series code WTREGEN:

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

Direct CSV Access — Eco3min Structured Dataset

https://eco3min.fr/dataset/treasury-general-account.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/treasury-general-account.csv"
df = pd.read_csv(url, parse_dates=["date"])

print(df.head())
print(df["wtregen"].describe())

Using the Dataset in R

library(readr)

url <- "https://eco3min.fr/dataset/treasury-general-account.csv"
df <- read_csv(url)

head(df)
summary(df$wtregen)

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


Methodology

The Treasury General Account balance is reported weekly by the Federal Reserve as part of the H.4.1 statistical release (“Factors Affecting Reserve Balances of Depository Institutions”), published every Thursday afternoon. The WTREGEN value represents the Treasury’s deposit balance at the Federal Reserve at the close of business on Wednesday. FRED publishes the series with same-day latency after the H.4.1 release.

The series is not seasonally adjusted and is not revised: weekly values are final once published. Changes in WTREGEN reflect Treasury inflows (tax receipts, debt-issuance proceeds, fee collections) minus outflows (federal outlays, debt redemptions, transfers). The account is non-interest-bearing for the Treasury and is managed alongside debt-issuance schedules under guidance from the Treasury Borrowing Advisory Committee (TBAC), which since 2015 has progressively shifted toward a forward-looking operating buffer sized to cover roughly one week of cash outflows.

This Eco3min dataset is updated weekly (Saturday 08:00 UTC) via automated pull from the FRED API.


Data Quality & Provider Notes

WTREGEN is among the cleanest FRED liability series: no revisions, no seasonal adjustment, no gaps in the weekly cadence. The Eco3min mirror updates every Saturday at 08:00 UTC, ensuring the latest Wednesday observation is available within 60 hours of release.

  • Release latency. The Federal Reserve publishes the H.4.1 release every Thursday at approximately 16:30 ET with the preceding Wednesday’s balance. FRED ingests within minutes; the Eco3min weekly pull captures it on Saturday.
  • Revisions policy. WTREGEN is not revised after publication. Historical values published in real time match those available years later, which makes the series suitable for vintage-data backtesting without ALFRED reconstruction.
  • Alternative sources. The Treasury’s Daily Treasury Statement (DTS) provides a daily-frequency view of the operating cash balance and is the primary input the Fed itself uses to produce the weekly H.4.1 figure. Bloomberg ticker FARBTGAB and Refinitiv/LSEG equivalents republish the same H.4.1 series.
  • Known gaps. The Eco3min dataset begins July 2015 to align with the post-Dodd-Frank Treasury cash-management framework. FRED’s WTREGEN extends earlier but reflects a structurally different pre-2008 operating regime, when TGA targets were much smaller and balance volatility lower.

For analytical use, the standard unit of analysis is the Wednesday-to-Wednesday change in WTREGEN. Computing rolling deltas requires aligning observation dates carefully against market-data closes, which are Friday-anchored.


Common Pitfalls When Using WTREGEN

WTREGEN is widely cited in liquidity research, but several recurring interpretation errors distort the signal.

  1. Treating WTREGEN as a standalone liquidity proxy. The TGA does not measure system liquidity on its own. The analytically coherent metric combines WTREGEN with WALCL (Fed assets) and RRP balances to derive Net Liquidity (WALCL − TGA − RRP). A rising TGA mechanically drains reserves, but if WALCL is rising faster, net liquidity can still expand.
  2. Confusing levels and flows. The signal in WTREGEN is the weekly change, not the absolute level. A TGA at 700 billion is context; a 200 billion drop in two weeks is the analytically meaningful event for funding markets. Users frequently chart levels and miss the regime shift visible in deltas.
  3. Misreading debt-ceiling episodes as policy signals. During debt-ceiling standoffs, Treasury is constrained from issuing new debt and runs down WTREGEN to finance ongoing spending. The post-resolution rebuild reverses the injection. Treating either leg of the swing as a structural liquidity event misses the mechanical nature of the dynamic.
  4. Ignoring Wednesday-to-Friday timing. WTREGEN reports Wednesday balances released Thursday afternoon. Comparing WTREGEN to Friday-close market prices introduces a 48-hour information lag. Studies of TGA impact on equity or fixed-income returns must align observation timing carefully, particularly around Wednesday Fed events and Thursday data releases.

Historical Regimes

WTREGEN history since 2015 spans three distinct operating regimes: a pre-pandemic baseline of moderate balances, an emergency build-and-drain cycle during COVID, and a debt-ceiling driven volatility phase from 2022 onward.

  • 2015–February 2020 — Pre-COVID baseline. WTREGEN averaged 150–400 billion USD with predictable seasonal swings tied to quarterly tax payments (April, June, September, January). The TBAC-recommended operating balance during this period was roughly 350 billion. Liquidity impact on financial markets was minor relative to the dominant influence of Fed balance-sheet operations measured by the WALCL series.
  • March–July 2020 — Pandemic emergency build. WTREGEN surged from roughly 400 billion to a record 1.82 trillion USD by July 2020 as Treasury raised massive cash buffers to fund CARES Act stimulus disbursements. The reserve drain coincided with the March 2020 Treasury-market and funding-market stress, contributing to the launch of emergency facilities at the Federal Reserve.
  • 2021 — Pandemic drawdown. Treasury drew WTREGEN from 1.6 trillion to 200 billion by August 2021, injecting roughly 1.4 trillion USD of reserves into the banking system over six months. This injection occurred alongside ongoing QE and contributed to the buildup of the overnight reverse repo facility, which absorbed excess reserves as the system saturated. The mechanics of this episode are decomposed in the Net Liquidity Illusion study.
  • January–June 2023 — Debt-ceiling drawdown. With the statutory debt ceiling reached in January 2023, Treasury could not issue net new debt and ran WTREGEN down from 500 billion to roughly 23 billion by early June 2023. The post-resolution rebuild from June 2023 onward drained 500+ billion of reserves from the banking system within ten weeks, a dynamic detailed in the debt-ceiling liquidity event analysis.
  • 2024–2026 — Operating-balance normalization. The post-debt-ceiling rebuild stabilized WTREGEN near 700–850 billion USD as TBAC guidance converged toward a 750–850 billion target operating balance. WTREGEN volatility has compressed relative to the 2020–2023 emergency period, though quarterly tax-date swings and recurring debt-ceiling cycles continue to produce 100–200 billion fluctuations.

Related Macroeconomic Datasets

WTREGEN sits in the Net Liquidity framework alongside the Fed balance sheet and reverse-repo balances. The most useful cross-references for any TGA analysis are the related FRED series that capture the gross asset side (WALCL), the absorbing facility (RRP), and the broader money aggregates that respond at longer horizons.

  • Fed Balance Sheet (WALCL) — The gross reserve creation that WTREGEN partially offsets in the Net Liquidity decomposition.
  • Overnight Reverse Repo (ON RRP) — The third leg of WALCL − TGA − RRP, absorbing reserves when WTREGEN drawdowns saturate the system.
  • US M2 Money Supply (M2SL) — Broad money aggregate that responds to liquidity injections with a longer lag than reserves.
  • US M2 Growth Rate (YoY) — Tracks the rate-of-change in broad money, useful for connecting WTREGEN-driven reserve swings to monetary aggregates.
  • M2 to GDP Ratio — Contextualizes M2 levels against nominal output, relevant for comparing the 2020 TGA-driven reserve surge to historical baselines.

Macroeconomic Dataset Hub

This dataset is part of the Eco3min macro-financial data repository.

Explore the Eco3min Dataset Hub


Sources

  • Federal Reserve Bank of St. Louis — FRED database, series WTREGEN
  • Federal Reserve Board of Governors — H.4.1 statistical release (“Factors Affecting Reserve Balances of Depository Institutions”)
  • US Department of the Treasury — Daily Treasury Statement (DTS) and Treasury Borrowing Advisory Committee (TBAC) guidance

Dataset Reference

Last updated — 3 June 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.