National Grid (NGG) Cash & Equivalents Growth (1y) (2010 - 2026)
Analysis
National Grid (NGG) Cash & Equivalents Growth (1y) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Enel Chile | 306.41 Bn | 306.41 Bn | 890.00 Mn | - |
| 2 | National Grid | 79.91 Bn | 76.14 Bn | - | -65.93% |
| 3 | Dominion Energy | 54.94 Bn | 58.84 Bn | 3.50 Bn | -13.95% |
| 4 | Xcel Energy | 44.99 Bn | 42.98 Bn | 3.12 Bn | - |
| 5 | Wec Energy | 33.53 Bn | 33.88 Bn | 1.45 Bn | 117.39% |
| 6 | Ameren | 28.13 Bn | 28.25 Bn | - | 9.09% |
| 7 | Fortis | 27.32 Bn | 28.61 Bn | 1.60 Bn | 74.05% |
| 8 | American Water Works Company | 26.60 Bn | 26.40 Bn | 874.00 Mn | 103.19% |
| 9 | Atmos Energy | 26.60 Bn | 26.07 Bn | - | -26.32% |
| 10 | Firstenergy | 25.89 Bn | 27.19 Bn | 2.51 Bn | -88.93% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -65.93% |
| Sep 30, 2025 | -18.12% |
| May 15, 2025 | 117.09% |
| Mar 31, 2025 | 109.24% |
| Dec 31, 2024 | 254.65% |
| Sep 30, 2024 | 411.48% |
| May 23, 2024 | 251.49% |
| Mar 31, 2024 | 257.90% |
| Dec 31, 2023 | -15.45% |
| Sep 30, 2023 | -6.38% |
| Mar 31, 2023 | -27.62% |
| Dec 31, 2022 | 13.06% |
| Mar 31, 2022 | 26.44% |
| Mar 31, 2021 | 131.35% |
| Mar 31, 2020 | -71.48% |
| Mar 31, 2019 | -28.31% |
| Sep 30, 2018 | 73.20% |
| Mar 31, 2018 | -67.56% |
| Sep 30, 2017 | -96.78% |
| May 18, 2017 | 688.70% |
API Access
National Grid Cash & Equivalents 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=cash-and-equivalents-growth-1y&ticker=NGG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-1y", "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=cash-and-equivalents-growth-1y&ticker=NGG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();