National Grid (NGG) Property, Plant & Equipment (Net) (2009 - 2026)
Analysis
National Grid (NGG) Property, Plant & Equipment (Net) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) (Qtr) |
|---|---|---|---|---|---|
| 1 | Enel Chile | 306.41 Bn | 306.41 Bn | 890.00 Mn | - |
| 2 | National Grid | 79.91 Bn | 76.14 Bn | - | 109.90 Bn |
| 3 | Dominion Energy | 54.94 Bn | 58.84 Bn | 3.50 Bn | 81.74 Bn |
| 4 | Xcel Energy | 44.99 Bn | 42.98 Bn | 3.12 Bn | 69.50 Bn |
| 5 | Wec Energy | 33.53 Bn | 33.88 Bn | 1.45 Bn | 39.83 Bn |
| 6 | Ameren | 28.13 Bn | 28.25 Bn | - | 41.37 Bn |
| 7 | Fortis | 27.32 Bn | 28.61 Bn | 1.60 Bn | 38.94 Bn |
| 8 | American Water Works Company | 26.60 Bn | 26.40 Bn | 874.00 Mn | 31.92 Bn |
| 9 | Atmos Energy | 26.60 Bn | 26.07 Bn | - | 28.02 Bn |
| 10 | Firstenergy | 25.89 Bn | 27.19 Bn | 2.51 Bn | 46.29 Bn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 109.90 Bn |
| Nov 28, 2025 | 1.28 Bn |
| Sep 30, 2025 | 103.02 Bn |
| May 15, 2025 | 96.29 Bn |
| Mar 31, 2025 | 93.32 Bn |
| Dec 31, 2024 | 88.44 Bn |
| Sep 30, 2024 | 89.91 Bn |
| May 23, 2024 | 86.93 Bn |
| Mar 31, 2024 | 111.56 Bn |
| Dec 31, 2023 | 79.97 Bn |
| Sep 30, 2023 | 84.85 Bn |
| May 18, 2023 | 79.31 Bn |
| Mar 31, 2023 | 101.60 Bn |
| Dec 31, 2022 | 67.48 Bn |
| Sep 30, 2022 | 77.13 Bn |
| Mar 31, 2022 | 103.18 Bn |
| Dec 31, 2021 | 63.41 Bn |
| Jun 14, 2021 | 20.32 Bn |
| Mar 31, 2021 | 64.87 Bn |
| Mar 31, 2020 | 63.79 Bn |
API Access
National Grid Property, Plant & Equipment (Net) 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&ticker=NGG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "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&ticker=NGG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();