National Grid (NGG) Cash from Financing Activities (2009 - 2025)
National Grid (NGG) posted Cash from Financing Activities of -$4.6 billion for Q3 2025, down 177.19% on a QoQ basis from $6.0 billion in Q3 2024, and down 177.19% year-over-year from $6.0 billion in Q3 2024.
National Grid (NGG) Cash from Financing Activities (2009 - 2025) Analysis & Trends
National Grid has reported Cash from Financing Activities for 10 years, with the latest figure at -$4.6 billion in Q3 2025.
- On a quarterly basis, Cash from Financing Activities fell 177.19% year-over-year to -$4.6 billion in Q3 2025; TTM through Sep 2025 was -$8.2 billion, a 76.41% decrease from a year earlier, with the FY2026 full-year figure at -$6.2 billion, down 209.22% from the prior year.
- Cash from Financing Activities was -$4.6 billion for Q3 2025 at National Grid, down from $6.0 billion in the prior quarter.
- The five-year high for Cash from Financing Activities was $6.0 billion in Q3 2024, with the low at -$4.6 billion in Q3 2025.
- Average Cash from Financing Activities over 3 years is $289.7 million, with a median of -$488.5 million recorded in 2023.
- The sharpest annual moves came in 2024 and 2025: Cash from Financing Activities surged 1318.51% in 2024, then slumped 177.19% in 2025.
- Over 3 years, Cash from Financing Activities stood at -$488.5 million in 2023, then jumped by 1318.51% to $6.0 billion in 2024, then plunged by 177.19% to -$4.6 billion in 2025.
- The last three Cash from Financing Activities figures came in at -$4.6 billion (Q3 2025), $6.0 billion (Q3 2024), and -$488.5 million (Q3 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (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 | 1.19 Bn |
| 4 | Xcel Energy | 44.99 Bn | 42.98 Bn | 3.12 Bn | 2.09 Bn |
| 5 | Wec Energy | 33.53 Bn | 33.88 Bn | 1.45 Bn | 310.40 Mn |
| 6 | Ameren | 28.13 Bn | 28.25 Bn | - | 307.00 Mn |
| 7 | Fortis | 27.32 Bn | 28.61 Bn | 1.60 Bn | 159.77 Mn |
| 8 | American Water Works Company | 26.60 Bn | 26.40 Bn | 874.00 Mn | 675.00 Mn |
| 9 | Atmos Energy | 26.60 Bn | 26.07 Bn | - | 799.15 Mn |
| 10 | Firstenergy | 25.89 Bn | 27.19 Bn | 2.51 Bn | 578.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | -4.59 Bn |
| Sep 30, 2024 | 5.95 Bn |
| Sep 30, 2023 | -488.47 Mn |
| Sep 30, 2017 | -9.11 Bn |
| Sep 30, 2016 | -1.02 Bn |
| Sep 30, 2015 | -1.82 Bn |
| Sep 30, 2014 | -459.46 Mn |
| Sep 30, 2013 | -2.96 Bn |
| Sep 30, 2012 | 420.64 Mn |
| Sep 30, 2009 | -1.59 Bn |
National Grid Cash from Financing 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-financing-activities&ticker=NGG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-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-financing-activities&ticker=NGG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();