Atmos Energy (ATO) Other Working Capital Changes (2020 - 2026)
Atmos Energy's (ATO) quarterly Other Working Capital Changes came in at $4.7 million in Q4 2011, little changed year-over-year from $4.7 million in Q4 2010, and up 127.78% quarter-over-quarter from -$16.9 million in Q3 2011.
Atmos Energy (ATO) Other Working Capital Changes (2020 - 2026) Analysis & Trends
Atmos Energy (ATO) has reported Other Working Capital Changes for 3 consecutive years, with $4.7 million the latest figure, recorded in Q4 2011.
- On a quarterly basis, Other Working Capital Changes changed 0.42% year-over-year to $4.7 million in Q4 2011; TTM through Dec 2011 was -$981000.0, a 128.33% decrease from a year earlier, with the FY2025 full-year figure at $46.5 million, down 20.83% from the prior year.
- Other Working Capital Changes was $4.7 million for Q4 2011 at Atmos Energy, up from -$16.9 million in the prior quarter.
- Over five years, Other Working Capital Changes peaked at $366.3 million in Q4 2025 and troughed at -$169.2 million in Q1 2025.
- A 5-year average of $8.9 million and a median of -$57.7 million in 2024 frame the typical range for Other Working Capital Changes.
- Across the five-year window, Other Working Capital Changes soared 107430.81% in 2010 and tumbled 52.84% in 2011, its largest moves.
- Over 3 years, Other Working Capital Changes stood at $4382.0 in 2009, then soared by 107430.81% to $4.7 million in 2010, then retreated by 0.42% to $4.7 million in 2011.
- The last three Other Working Capital Changes figures came in at $4.7 million (Q4 2011), -$16.9 million (Q3 2011), and $5.7 million (Q2 2011), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 4 | Xcel Energy | 44.99 Bn | 42.98 Bn | 3.12 Bn |
| 5 | Wec Energy | 33.53 Bn | 33.88 Bn | 1.45 Bn |
| 6 | Ameren | 28.13 Bn | 28.25 Bn | - |
| 7 | Fortis | 27.32 Bn | 28.61 Bn | 1.60 Bn |
| 8 | American Water Works Company | 26.60 Bn | 26.40 Bn | 874.00 Mn |
| 9 | Atmos Energy | 26.60 Bn | 26.07 Bn | - |
| 10 | Firstenergy | 25.89 Bn | 27.19 Bn | 2.51 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -140.43 Mn |
| Jun 30, 2026 | -140.43 Mn |
| Mar 31, 2026 | 173.73 Mn |
| Mar 31, 2026 | 173.73 Mn |
| Dec 31, 2025 | 366.27 Mn |
| Dec 31, 2025 | 366.27 Mn |
| Sep 30, 2025 | -54.36 Mn |
| Sep 30, 2025 | -54.36 Mn |
| Jun 30, 2025 | -100.04 Mn |
| Jun 30, 2025 | -100.04 Mn |
| Mar 31, 2025 | -169.21 Mn |
| Mar 31, 2025 | -169.21 Mn |
| Dec 31, 2024 | 304.09 Mn |
| Dec 31, 2024 | 304.09 Mn |
| Sep 30, 2024 | -121.01 Mn |
| Sep 30, 2024 | -121.01 Mn |
| Jun 30, 2024 | -61.03 Mn |
| Jun 30, 2024 | -61.03 Mn |
| Mar 31, 2024 | -98.58 Mn |
| Mar 31, 2024 | -98.58 Mn |
Atmos Energy Other Working Capital Changes 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=other-working-capital-changes&ticker=ATO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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=other-working-capital-changes&ticker=ATO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();