Eaton (ETN) Change in Cash (2012 - 2026)
Eaton's (ETN) quarterly Change in Cash came in at -$81.0 million in Q2 2026, up 94.12% year-over-year from -$41.7 million in Q2 2025, and down 39.66% quarter-over-quarter from -$58.0 million in Q1 2026.
Eaton (ETN) Change in Cash (2012 - 2026) Analysis & Trends
Eaton (ETN) has reported Change in Cash for 15 consecutive years, with -$81.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Cash rose 94.12% year-over-year to -$81.0 million in Q2 2026; TTM through Jun 2026 was $85.0 million, a 159.86% increase from a year earlier, with the FY2025 full-year figure at $67.0 million, changed 0.0% from the prior year.
- Change in Cash was -$81.0 million for Q2 2026 at Eaton, down from -$58.0 million in the prior quarter.
- Over five years, Change in Cash peaked at $1.2 billion in Q1 2025 and troughed at -$1.4 billion in Q2 2025.
- A 5-year average of $10.3 million and a median of -$10.0 million in 2023 frame the typical range for Change in Cash.
- The widest YoY moves for Change in Cash: up 8240.0% in 2025, down 2156.72% in 2025.
- Over 5 years, Change in Cash stood at $64.0 million in 2022, then surged by 118.75% to $140.0 million in 2023, then sank by 42.14% to $81.0 million in 2024, then soared by 262.96% to $294.0 million in 2025, then slumped by 127.55% to -$81.0 million in 2026.
- The last three Change in Cash figures came in at -$81.0 million (Q2 2026), -$58.0 million (Q1 2026), and $294.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Caterpillar | 371.58 Bn | 364.86 Bn | 7.76 Bn | 2.64 Bn |
| 2 | Amphenol | 204.28 Bn | 198.29 Bn | 3.55 Bn | 601.40 Mn |
| 3 | Deere | 189.58 Bn | 180.70 Bn | 12.32 Bn | 1.02 Bn |
| 4 | Eaton | 171.87 Bn | 171.22 Bn | 2.86 Bn | -81.00 Mn |
| 5 | Parker-Hannifin | 121.60 Bn | 121.11 Bn | 2.25 Bn | 25.00 Mn |
| 6 | Vertiv Holdings | 97.62 Bn | 94.51 Bn | 1.23 Bn | 684.40 Mn |
| 7 | 3M | 87.32 Bn | 84.04 Bn | 2.68 Bn | -820.00 Mn |
| 8 | Emerson Electric | 86.05 Bn | 83.88 Bn | 2.66 Bn | 389.00 Mn |
| 9 | Illinois Tool Works | 77.02 Bn | 76.18 Bn | 1.90 Bn | 12.00 Mn |
| 10 | Cummins | 72.43 Bn | 68.82 Bn | 2.47 Bn | 565.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -81.00 Mn |
| Mar 31, 2026 | -58.00 Mn |
| Dec 31, 2025 | 294.00 Mn |
| Sep 30, 2025 | -70.00 Mn |
| Jun 30, 2025 | -1.38 Bn |
| Mar 31, 2025 | 1.22 Bn |
| Dec 31, 2024 | 81.00 Mn |
| Sep 30, 2024 | -66.00 Mn |
| Jun 30, 2024 | 67.00 Mn |
| Mar 31, 2024 | -15.00 Mn |
| Dec 31, 2023 | 140.00 Mn |
| Sep 30, 2023 | -5.00 Mn |
| Jun 30, 2023 | 118.00 Mn |
| Mar 31, 2023 | -59.00 Mn |
| Dec 31, 2022 | 64.00 Mn |
| Sep 30, 2022 | -133.00 Mn |
| Jun 30, 2022 | 126.00 Mn |
| Mar 31, 2022 | -60.00 Mn |
| Dec 31, 2021 | 26.00 Mn |
| Sep 30, 2021 | -8.00 Mn |
Eaton Change in Cash API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=change-in-cash&ticker=ETN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "ticker": "ETN", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=change-in-cash&ticker=ETN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();