National Grid (NGG) Property, Plant & Equipment (Net) Growth (3y) (2012 - 2026)
Analysis
National Grid (NGG) Property, Plant & Equipment (Net) Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Enel Chile | 306.41 Bn | 306.41 Bn | 890.00 Mn | - |
| 2 | National Grid | 79.91 Bn | 76.14 Bn | - | 2.65% |
| 3 | Dominion Energy | 54.94 Bn | 58.84 Bn | 3.50 Bn | 7.10% |
| 4 | Xcel Energy | 44.99 Bn | 42.98 Bn | 3.12 Bn | - |
| 5 | Wec Energy | 33.53 Bn | 33.88 Bn | 1.45 Bn | 8.70% |
| 6 | Ameren | 28.13 Bn | 28.25 Bn | - | 8.54% |
| 7 | Fortis | 27.32 Bn | 28.61 Bn | 1.60 Bn | 7.78% |
| 8 | American Water Works Company | 26.60 Bn | 26.40 Bn | 874.00 Mn | 9.68% |
| 9 | Atmos Energy | 26.60 Bn | 26.07 Bn | - | 13.78% |
| 10 | Firstenergy | 25.89 Bn | 27.19 Bn | 2.51 Bn | 7.61% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 2.65% |
| Sep 30, 2025 | 10.13% |
| Mar 31, 2025 | -3.29% |
| Dec 31, 2024 | 11.73% |
| Mar 31, 2024 | 19.81% |
| Mar 31, 2023 | 16.78% |
| Mar 31, 2022 | 20.89% |
| Mar 31, 2021 | 4.61% |
| Mar 31, 2020 | 112.94% |
| Mar 31, 2019 | -2.05% |
| Sep 30, 2018 | 11,899.99% |
| Mar 31, 2018 | 14,869.13% |
| Sep 30, 2017 | -7.41% |
| May 18, 2017 | -6.96% |
| Mar 31, 2017 | -52.47% |
| Dec 31, 2016 | -9.64% |
| Sep 30, 2016 | 4.14% |
| Mar 31, 2016 | 2.99% |
| Dec 31, 2015 | -2.63% |
| Sep 30, 2015 | -99.31% |
API Access
National Grid Property, Plant & Equipment (Net) Growth (3y) 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-3y&ticker=NGG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-growth-3y", "ticker": "NGG", "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-3y&ticker=NGG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();