American Water Works Company (AWK) Property, Plant & Equipment (Net) Growth (1y) (2010 - 2026)
Analysis
American Water Works Company (AWK) Property, Plant & Equipment (Net) Growth (1y) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Enel Chile | 306.41 Bn | 306.41 Bn | 890.00 Mn | - |
| 2 | National Grid | 79.91 Bn | 76.14 Bn | - | 17.77% |
| 3 | Dominion Energy | 54.94 Bn | 58.84 Bn | 3.50 Bn | 11.54% |
| 4 | Xcel Energy | 44.99 Bn | 42.98 Bn | 3.12 Bn | - |
| 5 | Wec Energy | 33.53 Bn | 33.88 Bn | 1.45 Bn | 10.45% |
| 6 | Ameren | 28.13 Bn | 28.25 Bn | - | 9.40% |
| 7 | Fortis | 27.32 Bn | 28.61 Bn | 1.60 Bn | 8.99% |
| 8 | American Water Works Company | 26.60 Bn | 26.40 Bn | 874.00 Mn | 10.32% |
| 9 | Atmos Energy | 26.60 Bn | 26.07 Bn | - | 14.92% |
| 10 | Firstenergy | 25.89 Bn | 27.19 Bn | 2.51 Bn | 8.49% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 10.32% |
| Mar 31, 2026 | 9.50% |
| Dec 31, 2025 | 9.05% |
| Sep 30, 2025 | 9.65% |
| Jun 30, 2025 | 9.05% |
| Mar 31, 2025 | 9.05% |
| Dec 31, 2024 | 10.22% |
| Sep 30, 2024 | 9.39% |
| Jun 30, 2024 | 9.69% |
| Mar 31, 2024 | 10.12% |
| Dec 31, 2023 | 9.54% |
| Sep 30, 2023 | 9.07% |
| Jun 30, 2023 | 9.44% |
| Mar 31, 2023 | 10.44% |
| Dec 31, 2022 | 10.15% |
| Sep 30, 2022 | 9.96% |
| Jun 30, 2022 | 9.34% |
| Mar 31, 2022 | 7.50% |
| Dec 31, 2021 | 6.97% |
| Sep 30, 2021 | 6.84% |
API Access
American Water Works Company Property, Plant & Equipment (Net) Growth (1y) 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=property-plant-and-equipment-net-growth-1y&ticker=AWK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-growth-1y", "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=property-plant-and-equipment-net-growth-1y&ticker=AWK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();