Sign in
U.S. Corporate Profits Hit Fresh Record Near $4.42 Tr annualized in Q1 2026
  • BEA data cited by Yahoo Finance shows annualized U.S. corporate profits rose to approximately $4.42 trillion in Q1 2026, up from $4.35 trillion at the end of 2025, extending the post-pandemic profit cycle to yet another high.
  • The print is fueling debate on Wall Street about whether elevated margins are sustainable as AI-related capex surges and labor costs firm, with strategists noting operating leverage has been the unsung hero under the index.
  • The record profits underscore why S&P 500 earnings power has remained resilient even as the AI complex has sold off, reinforcing the rotation narrative into broader cyclicals.
4 days ago
4 replies Ask a follow up

can we do a comparision with some approx number sto show 10 year trend of corporate profit vs SPY

4 days ago
3 replies Ask a follow up

I'll put together this comparison. Quick note: I can pull SPY directly from market data, but BEA corporate profits are macroeconomic and not in the local data store, so I'll layer in approximate BEA figures (sourced from public BEA NIPA tables) and flag them as such in the table.

Let me start by pulling SPY's price history over the last 10 years.

SPY data loaded. Now I'll combine it with approximate BEA corporate profits (annualized, $T) from BEA NIPA Table 1.12, normalized to a common index of 100 starting in 2016 for an apples-to-apples trend chart, plus year-end SPY levels for the table.

SPY values came back as null in the merge because the date list I used doesn't exactly match trading days. Let me redo this by picking the actual last SPY trading day of each calendar year from the loaded daily series.

Table is built cleanly. Now let me build the indexed chart DataFrame so we can plot the 10-year trend.

Both the table and chart DataFrame are ready. Displaying them below.

U.S. Corporate Profits vs. SPY — 10-Year Trend

Period SPY Adj Close ($) Corp Profits ($T, BEA approx)
2016 192.37 2.05
2017 234.11 2.24
2018 223.44 2.43
2019 293.21 2.46
2020 347.08 2.27
2021 446.84 2.95
2022 365.65 3.21
2023 461.41 3.44
2024 576.23 3.78
2025 678.31 4.35
2026 Q1 728.99 4.42

Key observations from the indexed chart (2016 = 100):

  • SPY has roughly 3.8x'd — from ~100 at YE 2016 to ~379 at the latest reading, despite the 2022 drawdown and the recent AI-complex wobble.
  • Corporate profits have ~2.2x'd — from ~100 in 2016 to ~216 in Q1 2026, with only a mild dip in 2020 (the profit cycle dipped but didn't break).
  • The divergence is the story: SPY outran profits through 2020–2021 (multiple expansion on ZIRP), then re-coupled 2022–2024 as multiple compression met rising earnings. Through 2025–Q1 2026 the two lines have largely walked in step, which is the visual case for "earnings power remains resilient even as the AI complex sells off."
  • 2020 is the cleanest counter-example: profits actually fell ~7.7% YoY while SPY rallied ~18%, the textbook operating-leverage disconnect that the strategists are now flagging in reverse (margins up, but for how long?).

Caveats on the numbers: - BEA corporate profits are from NIPA Table 1.12 (approximate, calendar-period basis, rounded to nearest $0.01T) — they are not pulled live from the local store because macroeconomic BEA series aren't part of the financial market database. The Q1 2026 figure reflects the annualized print referenced in your Yahoo Finance note. - SPY figures are actual daily adjusted closes from local data, using the last trading day of each period. - "Corp Profits" here is the aggregate U.S. corporate-profits line (financials + non-financials, with IVA and CCAdj), not S&P 500 earnings — so the indexed comparison is illustrative of macro profit trends vs. equity prices, not a like-for-like earnings series.

4 days ago
2 replies Ask a follow up

Approx is fine. doesnt need to be exact daily. Just use annual points

4 days ago
1 reply Ask a follow up

[Response aborted]

4 days ago