National Grid (NGG) Gains from Investment Securities (2016 - 2025)
National Grid (NGG) posted Gains from Investment Securities of $129.5 million for Q3 2025, down 14.96% on a QoQ basis from $152.3 million in Q3 2023.
National Grid (NGG) Gains from Investment Securities (2016 - 2025) Analysis & Trends
National Grid has reported Gains from Investment Securities for 4 years, with the latest figure at $129.5 million in Q3 2025.
- On a quarterly basis, Gains from Investment Securities changed N/A year-over-year to $129.5 million in Q3 2025; TTM through Sep 2025 was $319.4 million, a 24.15% increase from a year earlier, with the FY2021 full-year figure at $104.6 million, up 8.82% from the prior year.
- Gains from Investment Securities was $129.5 million for Q3 2025 at National Grid, down from $152.3 million in the prior quarter.
- The five-year high for Gains from Investment Securities was $152.3 million in Q3 2023, with the low at $129.5 million in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 4 | Xcel Energy | 44.99 Bn | 42.98 Bn | 3.12 Bn |
| 5 | Wec Energy | 33.53 Bn | 33.88 Bn | 1.45 Bn |
| 6 | Ameren | 28.13 Bn | 28.25 Bn | - |
| 7 | Fortis | 27.32 Bn | 28.61 Bn | 1.60 Bn |
| 8 | American Water Works Company | 26.60 Bn | 26.40 Bn | 874.00 Mn |
| 9 | Atmos Energy | 26.60 Bn | 26.07 Bn | - |
| 10 | Firstenergy | 25.89 Bn | 27.19 Bn | 2.51 Bn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | 129.54 Mn |
| Sep 30, 2023 | 152.33 Mn |
| Sep 30, 2017 | 37.49 Mn |
| Sep 30, 2016 | 67.40 Mn |
National Grid Gains from Investment Securities 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=gains-from-investment-securities&ticker=NGG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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=gains-from-investment-securities&ticker=NGG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();