American Water Works Company (AWK) Cash from Investing Activities (2010 - 2026)
American Water Works Company's (AWK) quarterly Cash from Investing Activities came in at -$1.2 billion in Q2 2026, down 58.03% year-over-year from -$2.9 billion in Q2 2025, and down 1411.83% quarter-over-quarter from $93.0 million in Q1 2026.
American Water Works Company (AWK) Cash from Investing Activities (2010 - 2026) Analysis & Trends
American Water Works Company has disclosed Cash from Investing Activities across 17 years of filings, most recently posting -$1.2 billion for Q2 2026.
- In Q2 2026, Cash from Investing Activities fell 58.03% year-over-year to -$1.2 billion; the TTM figure through Jun 2026 stood at -$3.1 billion (up 4.68% YoY), while the FY2025 annual figure was -$3.3 billion, up 2.07% from the prior year.
- Cash from Investing Activities came in at -$1.2 billion for Q2 2026 at American Water Works Company, down from $93.0 million in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of $159.0 million in Q1 2022 to a low of -$1.2 billion in Q4 2024.
- Average Cash from Investing Activities over 5 years is -$708.7 million, with a median of -$735.5 million recorded in 2024.
- Year-over-year, Cash from Investing Activities surged 143.8% in 2022 and plunged 452.83% in 2023.
- Over 5 years, Cash from Investing Activities stood at -$765.0 million in 2022, then fell by 15.95% to -$887.0 million in 2023, then sank by 37.54% to -$1.2 billion in 2024, then climbed by 7.38% to -$1.1 billion in 2025, then decreased by 7.96% to -$1.2 billion in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$1.2 billion in Q2 2026, $93.0 million in Q1 2026, and -$1.1 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (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 | -2.89 Bn |
| 4 | Xcel Energy | 44.99 Bn | 42.98 Bn | 3.12 Bn | -2.94 Bn |
| 5 | Wec Energy | 33.53 Bn | 33.88 Bn | 1.45 Bn | -1.31 Bn |
| 6 | Ameren | 28.13 Bn | 28.25 Bn | - | -1.09 Bn |
| 7 | Fortis | 27.32 Bn | 28.61 Bn | 1.60 Bn | -969.44 Mn |
| 8 | American Water Works Company | 26.60 Bn | 26.40 Bn | 874.00 Mn | -1.22 Bn |
| 9 | Atmos Energy | 26.60 Bn | 26.07 Bn | - | -1.04 Bn |
| 10 | Firstenergy | 25.89 Bn | 27.19 Bn | 2.51 Bn | -1.46 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.22 Bn |
| Mar 31, 2026 | 93.00 Mn |
| Dec 31, 2025 | -1.13 Bn |
| Sep 30, 2025 | -839.00 Mn |
| Jun 30, 2025 | -772.00 Mn |
| Mar 31, 2025 | -568.00 Mn |
| Dec 31, 2024 | -1.22 Bn |
| Sep 30, 2024 | -688.00 Mn |
| Jun 30, 2024 | -738.00 Mn |
| Mar 31, 2024 | -733.00 Mn |
| Dec 31, 2023 | -887.00 Mn |
| Sep 30, 2023 | -664.00 Mn |
| Jun 30, 2023 | -703.00 Mn |
| Mar 31, 2023 | -561.00 Mn |
| Dec 31, 2022 | -765.00 Mn |
| Sep 30, 2022 | -686.00 Mn |
| Jun 30, 2022 | -835.00 Mn |
| Mar 31, 2022 | 159.00 Mn |
| Dec 31, 2021 | -183.00 Mn |
| Sep 30, 2021 | -519.00 Mn |
American Water Works Company Cash from Investing Activities 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=cash-from-investing-activities&ticker=AWK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=AWK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();