National Grid (NGG) Total Liabilities (2009 - 2026)
National Grid (NGG) posted Total Liabilities of -$93.0 billion for Q1 2026, down 21140.97% on a QoQ basis from $441.8 million in Q4 2025, and down 7.1% year-over-year from -$100.1 billion in Q1 2025.
National Grid (NGG) Total Liabilities (2009 - 2026) Analysis & Trends
National Grid has reported Total Liabilities for 18 years, with the latest figure at -$93.0 billion in Q1 2026.
- On a quarterly basis, Total Liabilities fell 7.1% year-over-year to -$93.0 billion in Q1 2026; TTM through Mar 2026 was -$93.0 billion, a 7.1% decrease from a year earlier, with the FY2026 full-year figure at -$93.0 billion, down 7.1% from the prior year.
- Total Liabilities was -$93.0 billion for Q1 2026 at National Grid, down from $441.8 million in the prior quarter.
- The five-year high for Total Liabilities was $441.8 million in Q4 2025, with the low at -$95.3 billion in Q1 2022.
- Average Total Liabilities over 5 years is -$63.1 billion, with a median of -$79.1 billion recorded in 2023.
- The largest YoY upside for Total Liabilities was 56.17% in 2022 against a maximum downside of 45.9% in 2022.
- Over 5 years, Total Liabilities stood at -$28.0 billion in 2022, then tumbled by 31.13% to -$36.7 billion in 2023, then slipped by 4.57% to -$38.4 billion in 2024, then surged by 101.15% to $441.8 million in 2025, then slumped by 21140.97% to -$93.0 billion in 2026.
- The last three Total Liabilities figures came in at -$93.0 billion (Q1 2026), $441.8 million (Q4 2025), and -$89.8 billion (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Total Liabilities (Qtr) |
|---|---|---|---|---|---|
| 1 | Enel Chile | 306.41 Bn | 306.41 Bn | 890.00 Mn | 6.83 Bn |
| 2 | National Grid | 79.91 Bn | 76.14 Bn | - | -92.96 Bn |
| 3 | Dominion Energy | 54.94 Bn | 58.84 Bn | 3.50 Bn | 88.28 Bn |
| 4 | Xcel Energy | 44.99 Bn | 42.98 Bn | 3.12 Bn | 63.11 Bn |
| 5 | Wec Energy | 33.53 Bn | 33.88 Bn | 1.45 Bn | 38.62 Bn |
| 6 | Ameren | 28.13 Bn | 28.25 Bn | - | 37.40 Bn |
| 7 | Fortis | 27.32 Bn | 28.61 Bn | 1.60 Bn | 37.09 Bn |
| 8 | American Water Works Company | 26.60 Bn | 26.40 Bn | 874.00 Mn | 24.79 Bn |
| 9 | Atmos Energy | 26.60 Bn | 26.07 Bn | - | 16.33 Bn |
| 10 | Firstenergy | 25.89 Bn | 27.19 Bn | 2.51 Bn | 43.80 Bn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -92.96 Bn |
| Nov 28, 2025 | 441.80 Mn |
| Sep 30, 2025 | -89.79 Bn |
| May 15, 2025 | -49.16 Bn |
| Mar 31, 2025 | -86.80 Bn |
| Dec 31, 2024 | -38.37 Bn |
| Sep 30, 2024 | -85.74 Bn |
| May 23, 2024 | -37.71 Bn |
| Mar 31, 2024 | -86.81 Bn |
| Dec 31, 2023 | -36.69 Bn |
| Sep 30, 2023 | -81.54 Bn |
| May 18, 2023 | -36.39 Bn |
| Mar 31, 2023 | -76.74 Bn |
| Dec 31, 2022 | -27.98 Bn |
| Sep 30, 2022 | -87.94 Bn |
| Mar 31, 2022 | -95.28 Bn |
| Dec 31, 2021 | -63.84 Bn |
| Jun 14, 2021 | 15.41 Bn |
| Mar 31, 2021 | -65.30 Bn |
| Mar 31, 2020 | -61.23 Bn |
National Grid Total Liabilities 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=total-liabilities&ticker=NGG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-liabilities", "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=total-liabilities&ticker=NGG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();