National Grid (NGG) Dividends Paid - Common (2009 - 2025)
National Grid (NGG) posted Dividends Paid - Common of -$1.2 billion for Q3 2025, up 39.29% on a QoQ basis from -$2.0 billion in Q2 2025, and down 14.48% year-over-year from -$1.4 billion in Q3 2024.
National Grid (NGG) Dividends Paid - Common (2009 - 2025) Analysis & Trends
National Grid has reported Dividends Paid - Common for 11 years, with the latest figure at -$1.2 billion in Q3 2025.
- On a quarterly basis, Dividends Paid - Common fell 14.48% year-over-year to -$1.2 billion in Q3 2025; TTM through Sep 2025 was -$6.5 billion, a 6.27% increase from a year earlier, with the FY2026 full-year figure at -$2.2 billion, down 13.62% from the prior year.
- Dividends Paid - Common was -$1.2 billion for Q3 2025 at National Grid, up from -$2.0 billion in the prior quarter.
- The five-year high for Dividends Paid - Common was -$1.1 billion in Q3 2024, with the low at -$2.2 billion in Q4 2024.
- Average Dividends Paid - Common over 4 years is -$1.7 billion, with a median of -$2.0 billion recorded in 2023.
- The sharpest annual moves came in 2023 and 2024: Dividends Paid - Common tumbled 84.43% in 2023, then surged 36.83% in 2024.
- Over 4 years, Dividends Paid - Common stood at -$1.1 billion in 2022, then sank by 84.43% to -$2.0 billion in 2023, then retreated by 10.56% to -$2.2 billion in 2024, then soared by 45.29% to -$1.2 billion in 2025.
- The last three Dividends Paid - Common figures came in at -$1.2 billion (Q3 2025), -$2.0 billion (Q2 2025), and -$2.2 billion (Q4 2024), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Div. Paid (Common) (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 | 587.00 Mn |
| 4 | Xcel Energy | 44.99 Bn | 42.98 Bn | 3.12 Bn | 361.00 Mn |
| 5 | Wec Energy | 33.53 Bn | 33.88 Bn | 1.45 Bn | 310.20 Mn |
| 6 | Ameren | 28.13 Bn | 28.25 Bn | - | 206.00 Mn |
| 7 | Fortis | 27.32 Bn | 28.61 Bn | 1.60 Bn | 5.06 Mn |
| 8 | American Water Works Company | 26.60 Bn | 26.40 Bn | 874.00 Mn | 174.00 Mn |
| 9 | Atmos Energy | 26.60 Bn | 26.07 Bn | - | 166.19 Mn |
| 10 | Firstenergy | 25.89 Bn | 27.19 Bn | 2.51 Bn | 269.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | -1.21 Bn |
| May 15, 2025 | -1.99 Bn |
| Dec 31, 2024 | -2.21 Bn |
| Sep 30, 2024 | -1.05 Bn |
| May 23, 2024 | -2.17 Bn |
| Dec 31, 2023 | -1.99 Bn |
| Sep 30, 2023 | -1.67 Bn |
| May 18, 2023 | -1.98 Bn |
| Dec 31, 2022 | -1.08 Bn |
| Sep 30, 2017 | -5.35 Bn |
| Sep 30, 2016 | -1.27 Bn |
| Sep 30, 2015 | -1.24 Bn |
| Sep 30, 2014 | -1.24 Bn |
| Sep 30, 2013 | -802.33 Mn |
| Sep 30, 2012 | -743.24 Mn |
| Sep 30, 2009 | -669.59 Mn |
National Grid Dividends Paid - Common 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=dividends-paid-common&ticker=NGG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common", "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=dividends-paid-common&ticker=NGG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();