American Water Works Company (AWK) Non Operating Income (2010 - 2026)
American Water Works Company's (AWK) quarterly Non Operating Income came in at -$137.0 million in Q2 2026, down 21.24% year-over-year from -$173.9 million in Q2 2025, and down 3.79% quarter-over-quarter from -$132.0 million in Q1 2026.
American Water Works Company (AWK) Non Operating Income (2010 - 2026) Analysis & Trends
American Water Works Company has disclosed Non Operating Income across 17 years of filings, most recently posting -$137.0 million for Q2 2026.
- In Q2 2026, Non Operating Income fell 21.24% year-over-year to -$137.0 million; the TTM figure through Jun 2026 stood at -$512.0 million (down 27.68% YoY), while the FY2025 annual figure was -$457.0 million, down 27.3% from the prior year.
- Non Operating Income came in at -$137.0 million for Q2 2026 at American Water Works Company, down from -$132.0 million in the prior quarter.
- In the past five years, Non Operating Income ranged from a high of -$53.0 million in Q1 2022 to a low of -$137.0 million in Q2 2026.
- Average Non Operating Income over 5 years is -$92.1 million, with a median of -$86.0 million recorded in 2024.
- The largest YoY upside for Non Operating Income was 28.38% in 2022 against a maximum downside of 112.31% in 2022.
- Over 5 years, Non Operating Income stood at -$83.0 million in 2022, then climbed by 2.41% to -$81.0 million in 2023, then fell by 19.75% to -$97.0 million in 2024, then dropped by 26.8% to -$123.0 million in 2025, then dropped by 11.38% to -$137.0 million in 2026.
- Per Business Quant data, the three most recent Non Operating Income figures were -$137.0 million in Q2 2026, -$132.0 million in Q1 2026, and -$123.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (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 | -466.00 Mn |
| 4 | Xcel Energy | 44.99 Bn | 42.98 Bn | 3.12 Bn | - |
| 5 | Wec Energy | 33.53 Bn | 33.88 Bn | 1.45 Bn | -104.80 Mn |
| 6 | Ameren | 28.13 Bn | 28.25 Bn | - | - |
| 7 | Fortis | 27.32 Bn | 28.61 Bn | 1.60 Bn | 86.03 Mn |
| 8 | American Water Works Company | 26.60 Bn | 26.40 Bn | 874.00 Mn | -137.00 Mn |
| 9 | Atmos Energy | 26.60 Bn | 26.07 Bn | - | - |
| 10 | Firstenergy | 25.89 Bn | 27.19 Bn | 2.51 Bn | -233.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -137.00 Mn |
| Mar 31, 2026 | -132.00 Mn |
| Dec 31, 2025 | -123.00 Mn |
| Sep 30, 2025 | -120.00 Mn |
| Jun 30, 2025 | -113.00 Mn |
| Mar 31, 2025 | -101.00 Mn |
| Dec 31, 2024 | -97.00 Mn |
| Sep 30, 2024 | -90.00 Mn |
| Jun 30, 2024 | -88.00 Mn |
| Mar 31, 2024 | -84.00 Mn |
| Dec 31, 2023 | -81.00 Mn |
| Sep 30, 2023 | -71.00 Mn |
| Jun 30, 2023 | -75.00 Mn |
| Mar 31, 2023 | -81.00 Mn |
| Dec 31, 2022 | -83.00 Mn |
| Sep 30, 2022 | -72.00 Mn |
| Jun 30, 2022 | -57.00 Mn |
| Mar 31, 2022 | -53.00 Mn |
| Dec 31, 2021 | 674.00 Mn |
| Sep 30, 2021 | -77.00 Mn |
American Water Works Company Non Operating Income 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=non-operating-income&ticker=AWK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "ticker": "AWK", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=non-operating-income&ticker=AWK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();