Atmos Energy (ATO) Change in Cash (2009 - 2026)
Atmos Energy's (ATO) quarterly Change in Cash came in at $398.7 million in Q2 2026, up 136.64% year-over-year from $168.5 million in Q2 2025, and up 263.13% quarter-over-quarter from -$244.4 million in Q1 2026.
Atmos Energy (ATO) Change in Cash (2009 - 2026) Analysis & Trends
Atmos Energy (ATO) has reported Change in Cash for 18 consecutive years, with $398.7 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Cash rose 136.64% year-over-year to $398.7 million in Q2 2026; TTM through Jun 2026 was -$187.8 million, a 646.88% decrease from a year earlier, with the FY2025 full-year figure at -$105.1 million, down 136.27% from the prior year.
- Change in Cash was $398.7 million for Q2 2026 at Atmos Energy, up from -$244.4 million in the prior quarter.
- Over five years, Change in Cash peaked at $415.5 million in Q2 2024 and troughed at -$509.8 million in Q3 2025.
- A 5-year average of $14.5 million and a median of -$29.4 million in 2023 frame the typical range for Change in Cash.
- The widest YoY moves for Change in Cash: up 1221.08% in 2024, down 853.06% in 2024.
- Over 5 years, Change in Cash stood at $120.0 million in 2022, then jumped by 121.75% to $266.2 million in 2023, then rose by 5.39% to $280.6 million in 2024, then sank by 40.22% to $167.7 million in 2025, then soared by 137.74% to $398.7 million in 2026.
- The last three Change in Cash figures came in at $398.7 million (Q2 2026), -$244.4 million (Q1 2026), and $167.7 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Enel Chile | 306.41 Bn | 306.41 Bn | 890.00 Mn | - |
| 2 | National Grid | 79.91 Bn | 76.14 Bn | - | - |
| 3 | Dominion Energy | 54.94 Bn | 58.84 Bn | 3.50 Bn | -120.00 Mn |
| 4 | Xcel Energy | 44.99 Bn | 42.98 Bn | 3.12 Bn | 250.00 Mn |
| 5 | Wec Energy | 33.53 Bn | 33.88 Bn | 1.45 Bn | -11.40 Mn |
| 6 | Ameren | 28.13 Bn | 28.25 Bn | - | -15.00 Mn |
| 7 | Fortis | 27.32 Bn | 28.61 Bn | 1.60 Bn | 18.07 Mn |
| 8 | American Water Works Company | 26.60 Bn | 26.40 Bn | 874.00 Mn | 57.00 Mn |
| 9 | Atmos Energy | 26.60 Bn | 26.07 Bn | - | 398.70 Mn |
| 10 | Firstenergy | 25.89 Bn | 27.19 Bn | 2.51 Bn | 111.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 398.70 Mn |
| Mar 31, 2026 | -244.40 Mn |
| Dec 31, 2025 | 167.71 Mn |
| Sep 30, 2025 | -509.80 Mn |
| Jun 30, 2025 | 168.48 Mn |
| Mar 31, 2025 | -44.29 Mn |
| Dec 31, 2024 | 280.55 Mn |
| Sep 30, 2024 | -370.41 Mn |
| Jun 30, 2024 | 415.49 Mn |
| Mar 31, 2024 | -21.68 Mn |
| Dec 31, 2023 | 266.20 Mn |
| Sep 30, 2023 | -38.87 Mn |
| Jun 30, 2023 | -37.06 Mn |
| Mar 31, 2023 | -76.42 Mn |
| Dec 31, 2022 | 120.04 Mn |
| Sep 30, 2022 | -276.52 Mn |
| Jun 30, 2022 | -254.42 Mn |
| Mar 31, 2022 | 318.49 Mn |
| Dec 31, 2021 | 147.28 Mn |
| Sep 30, 2021 | -407.90 Mn |
Atmos Energy 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=ATO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "ticker": "ATO", "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=ATO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();