National Grid (NGG) Income from Non-Controlling Interests (2009 - 2025)
National Grid (NGG) posted Income from Non-Controlling Interests of $1.3 million for Q3 2025, up 3.85% on a QoQ basis from $1.3 million in Q3 2024, and up 3.85% year-over-year from $1.3 million in Q3 2024.
National Grid (NGG) Income from Non-Controlling Interests (2009 - 2025) Analysis & Trends
National Grid has reported Income from Non-Controlling Interests for 10 years, with the latest figure at $1.3 million in Q3 2025.
- On a quarterly basis, Income from Non-Controlling Interests rose 3.85% year-over-year to $1.3 million in Q3 2025; TTM through Sep 2025 was $5.2 million, a 1.1% increase from a year earlier, with the FY2026 full-year figure at $2.7 million, down 28.64% from the prior year.
- Income from Non-Controlling Interests was $1.3 million for Q3 2025 at National Grid, up from $1.3 million in the prior quarter.
- The five-year high for Income from Non-Controlling Interests was $1.3 million in Q3 2025, with the low at $1.3 million in Q3 2023.
- Average Income from Non-Controlling Interests over 3 years is $1.3 million, with a median of $1.3 million recorded in 2024.
- The sharpest annual moves came in 2024 and 2025: Income from Non-Controlling Interests advanced 3.21% in 2024, then advanced 3.85% in 2025.
- Over 3 years, Income from Non-Controlling Interests stood at $1.3 million in 2023, then increased by 3.21% to $1.3 million in 2024, then increased by 3.85% to $1.3 million in 2025.
- The last three Income from Non-Controlling Interests figures came in at $1.3 million (Q3 2025), $1.3 million (Q3 2024), and $1.3 million (Q2 2024), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Enel Chile | 306.41 Bn | 306.41 Bn | 890.00 Mn | 21.00 Mn |
| 2 | National Grid | 79.91 Bn | 76.14 Bn | - | - |
| 3 | Dominion Energy | 54.94 Bn | 58.84 Bn | 3.50 Bn | -11.00 Mn |
| 4 | Xcel Energy | 44.99 Bn | 42.98 Bn | 3.12 Bn | - |
| 5 | Wec Energy | 33.53 Bn | 33.88 Bn | 1.45 Bn | 1.50 Mn |
| 6 | Ameren | 28.13 Bn | 28.25 Bn | - | 2.00 Mn |
| 7 | Fortis | 27.32 Bn | 28.61 Bn | 1.60 Bn | 31.09 Mn |
| 8 | Firstenergy | 25.89 Bn | 27.19 Bn | 2.51 Bn | - |
| 9 | Hydro One | 21.93 Bn | 21.54 Bn | - | 2.89 Mn |
| 10 | Edison International | 21.17 Bn | 20.93 Bn | 3.29 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | 1.35 Mn |
| Sep 30, 2024 | 1.30 Mn |
| May 23, 2024 | 1.26 Mn |
| Sep 30, 2023 | 1.26 Mn |
| Sep 30, 2017 | 1.29 Mn |
| Sep 30, 2016 | -1.38 Mn |
| Sep 30, 2015 | 3.08 Mn |
| Sep 30, 2014 | 1.68 Mn |
| Sep 30, 2013 | -10.80 Mn |
| Sep 30, 2012 | 1.58 Mn |
| Sep 30, 2009 | 3.19 Mn |
National Grid Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=NGG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=NGG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();