National Grid (NGG) Dividends Paid - Common Growth (1y) (2013 - 2025)
Analysis
National Grid (NGG) Dividends Paid - Common Growth (1y) (2013 - 2025) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Div. Paid (Common) Growth (1y) (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 | 3.16% |
| 4 | Xcel Energy | 44.99 Bn | 42.98 Bn | 3.12 Bn | - |
| 5 | Wec Energy | 33.53 Bn | 33.88 Bn | 1.45 Bn | 8.80% |
| 6 | Ameren | 28.13 Bn | 28.25 Bn | - | 6.74% |
| 7 | Fortis | 27.32 Bn | 28.61 Bn | 1.60 Bn | -29.88% |
| 8 | American Water Works Company | 26.60 Bn | 26.40 Bn | 874.00 Mn | 7.41% |
| 9 | Atmos Energy | 26.60 Bn | 26.07 Bn | - | 20.04% |
| 10 | Firstenergy | 25.89 Bn | 27.19 Bn | 2.51 Bn | 4.67% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | -14.48% |
| May 15, 2025 | 8.32% |
| Dec 31, 2024 | -10.56% |
| Sep 30, 2024 | 36.83% |
| May 23, 2024 | -9.57% |
| Dec 31, 2023 | -84.43% |
| Sep 30, 2017 | -321.66% |
| Sep 30, 2016 | -2.40% |
| Sep 30, 2015 | 0.08% |
| Sep 30, 2014 | -54.66% |
| Sep 30, 2013 | -7.95% |
API Access
National Grid Dividends Paid - Common 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=dividends-paid-common-growth-1y&ticker=NGG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common-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=dividends-paid-common-growth-1y&ticker=NGG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();