National Grid (NGG) Cash from Investing Activities (2009 - 2025)
National Grid (NGG) posted Cash from Investing Activities of -$723.3 million for Q3 2025, up 91.33% on a QoQ basis from -$8.3 billion in Q3 2024, and up 91.33% year-over-year from -$378.0 million in Q3 2024.
National Grid (NGG) Cash from Investing Activities (2009 - 2025) Analysis & Trends
National Grid has reported Cash from Investing Activities for 10 years, with the latest figure at -$723.3 million in Q3 2025.
- On a quarterly basis, Cash from Investing Activities rose 91.33% year-over-year to -$723.3 million in Q3 2025; TTM through Sep 2025 was -$6.6 billion, a 20.28% increase from a year earlier, with the FY2026 full-year figure at -$5.6 billion, up 57.99% from the prior year.
- Cash from Investing Activities was -$723.3 million for Q3 2025 at National Grid, up from -$8.3 billion in the prior quarter.
- The five-year high for Cash from Investing Activities was -$723.3 million in Q3 2025, with the low at -$8.3 billion in Q3 2024.
- Average Cash from Investing Activities over 3 years is -$4.0 billion, with a median of -$3.0 billion recorded in 2023.
- The sharpest annual moves came in 2024 and 2025: Cash from Investing Activities sank 174.84% in 2024, then soared 91.33% in 2025.
- Over 3 years, Cash from Investing Activities stood at -$3.0 billion in 2023, then tumbled by 174.84% to -$8.3 billion in 2024, then soared by 91.33% to -$723.3 million in 2025.
- The last three Cash from Investing Activities figures came in at -$723.3 million (Q3 2025), -$8.3 billion (Q3 2024), and -$3.0 billion (Q3 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (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 | -2.89 Bn |
| 4 | Xcel Energy | 44.99 Bn | 42.98 Bn | 3.12 Bn | -2.94 Bn |
| 5 | Wec Energy | 33.53 Bn | 33.88 Bn | 1.45 Bn | -1.31 Bn |
| 6 | Ameren | 28.13 Bn | 28.25 Bn | - | -1.09 Bn |
| 7 | Fortis | 27.32 Bn | 28.61 Bn | 1.60 Bn | -969.44 Mn |
| 8 | American Water Works Company | 26.60 Bn | 26.40 Bn | 874.00 Mn | -1.22 Bn |
| 9 | Atmos Energy | 26.60 Bn | 26.07 Bn | - | -1.04 Bn |
| 10 | Firstenergy | 25.89 Bn | 27.19 Bn | 2.51 Bn | -1.46 Bn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | -723.26 Mn |
| Sep 30, 2024 | -8.34 Bn |
| Sep 30, 2023 | -3.03 Bn |
| Sep 30, 2017 | 5.46 Bn |
| Sep 30, 2016 | -2.41 Bn |
| Sep 30, 2015 | -2.08 Bn |
| Sep 30, 2014 | -804.90 Mn |
| Sep 30, 2013 | 124.98 Mn |
| Sep 30, 2012 | -2.98 Bn |
| Sep 30, 2009 | -1.54 Bn |
National Grid Cash from Investing Activities 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-from-investing-activities&ticker=NGG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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-from-investing-activities&ticker=NGG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();