American Water Works Company (AWK) FCF Margin (2010 - 2026)
American Water Works Company's (AWK) quarterly FCF Margin came in at 19.04% in Q2 2026, up 1482.0% year-over-year from 1.2% in Q2 2025, and up 35.08% quarter-over-quarter from 29.33% in Q1 2026.
American Water Works Company (AWK) FCF Margin (2010 - 2026) Analysis & Trends
American Water Works Company has disclosed FCF Margin across 17 years of filings, most recently posting 19.04% for Q2 2026.
- In Q2 2026, FCF Margin rose 1482.0% year-over-year to 19.04%; the TTM figure through Jun 2026 stood at 19.49% (down 112.0% YoY), while the FY2025 annual figure was 20.76%, down 344.0% from the prior year.
- FCF Margin came in at 19.04% for Q2 2026 at American Water Works Company, up from 29.33% in the prior quarter.
- In the past five years, FCF Margin ranged from a high of 0.6% in Q3 2023 to a low of 56.46% in Q2 2022.
- Average FCF Margin over 5 years is 22.51%, with a median of 24.07% recorded in 2023.
- Year-over-year, FCF Margin tumbled 4955 bps in 2022 and jumped 3841 bps in 2023.
- Over 5 years, FCF Margin stood at 38.24% in 2022, then jumped by 32 bps to 26.07% in 2023, then gained by 19 bps to 21.23% in 2024, then plunged by 43 bps to 30.29% in 2025, then surged by 37 bps to 19.04% in 2026.
- Per Business Quant data, the three most recent FCF Margin figures were 19.04% in Q2 2026, 29.33% in Q1 2026, and 30.29% in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF Margin (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 | 33.21% |
| 4 | Xcel Energy | 44.99 Bn | 42.98 Bn | 3.12 Bn | -59.25% |
| 5 | Wec Energy | 33.53 Bn | 33.88 Bn | 1.45 Bn | -13.08% |
| 6 | Ameren | 28.13 Bn | 28.25 Bn | - | -14.77% |
| 7 | Fortis | 27.32 Bn | 28.61 Bn | 1.60 Bn | 93.14% |
| 8 | American Water Works Company | 26.60 Bn | 26.40 Bn | 874.00 Mn | -19.04% |
| 9 | Atmos Energy | 26.60 Bn | 26.07 Bn | - | -45.44% |
| 10 | Firstenergy | 25.89 Bn | 27.19 Bn | 2.51 Bn | -9.68% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -19.04% |
| Mar 31, 2026 | -29.33% |
| Dec 31, 2025 | -30.29% |
| Sep 30, 2025 | -2.27% |
| Jun 30, 2025 | -33.86% |
| Mar 31, 2025 | -19.00% |
| Dec 31, 2024 | -21.23% |
| Sep 30, 2024 | -0.30% |
| Jun 30, 2024 | -28.29% |
| Mar 31, 2024 | -22.45% |
| Dec 31, 2023 | -26.07% |
| Sep 30, 2023 | 0.60% |
| Jun 30, 2023 | -18.05% |
| Mar 31, 2023 | -25.69% |
| Dec 31, 2022 | -38.24% |
| Sep 30, 2022 | -3.14% |
| Jun 30, 2022 | -56.46% |
| Mar 31, 2022 | -32.07% |
| Dec 31, 2021 | -15.46% |
| Sep 30, 2021 | 5.13% |
American Water Works Company FCF Margin 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=fcf-margin&ticker=AWK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-margin", "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=fcf-margin&ticker=AWK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();