National Grid (NGG) Total Current Liabilities (2009 - 2026)
National Grid (NGG) posted Total Current Liabilities of -$13.2 billion for Q1 2026, down 6.57% on a QoQ basis from -$12.4 billion in Q3 2025, and up 1.26% year-over-year from -$13.0 billion in Q1 2025.
National Grid (NGG) Total Current Liabilities (2009 - 2026) Analysis & Trends
National Grid has reported Total Current Liabilities for 18 years, with the latest figure at -$13.2 billion in Q1 2026.
- On a quarterly basis, Total Current Liabilities rose 1.26% year-over-year to -$13.2 billion in Q1 2026; TTM through Mar 2026 was -$13.2 billion, a 1.26% increase from a year earlier, with the FY2026 full-year figure at -$13.2 billion, up 1.26% from the prior year.
- Total Current Liabilities was -$13.2 billion for Q1 2026 at National Grid, down from -$12.4 billion in the prior quarter.
- The five-year high for Total Current Liabilities was -$10.4 billion in Q3 2023, with the low at -$33.2 billion in Q1 2022.
- Average Total Current Liabilities over 5 years is -$15.9 billion, with a median of -$13.4 billion recorded in 2025.
- The sharpest annual moves came in 2022 and 2023: Total Current Liabilities slumped 157.3% in 2022, then jumped 66.61% in 2023.
- Over 5 years, Total Current Liabilities stood at -$29.1 billion in 2022, then surged by 61.0% to -$11.3 billion in 2023, then fell by 29.0% to -$14.6 billion in 2024, then increased by 15.21% to -$12.4 billion in 2025, then decreased by 6.57% to -$13.2 billion in 2026.
- The last three Total Current Liabilities figures came in at -$13.2 billion (Q1 2026), -$12.4 billion (Q3 2025), and -$13.8 billion (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Total Current Liabilities (Qtr) |
|---|---|---|---|---|---|
| 1 | Enel Chile | 306.41 Bn | 306.41 Bn | 890.00 Mn | 2.23 Bn |
| 2 | National Grid | 79.91 Bn | 76.14 Bn | - | -13.21 Bn |
| 3 | Dominion Energy | 54.94 Bn | 58.84 Bn | 3.50 Bn | 12.01 Bn |
| 4 | Xcel Energy | 44.99 Bn | 42.98 Bn | 3.12 Bn | 8.67 Bn |
| 5 | Wec Energy | 33.53 Bn | 33.88 Bn | 1.45 Bn | 5.21 Bn |
| 6 | Ameren | 28.13 Bn | 28.25 Bn | - | 4.98 Bn |
| 7 | Fortis | 27.32 Bn | 28.61 Bn | 1.60 Bn | 5.39 Bn |
| 8 | American Water Works Company | 26.60 Bn | 26.40 Bn | 874.00 Mn | 3.27 Bn |
| 9 | Atmos Energy | 26.60 Bn | 26.07 Bn | - | 1.84 Bn |
| 10 | Firstenergy | 25.89 Bn | 27.19 Bn | 2.51 Bn | 5.93 Bn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -13.21 Bn |
| Sep 30, 2025 | -12.39 Bn |
| May 15, 2025 | -13.80 Bn |
| Mar 31, 2025 | -13.38 Bn |
| Dec 31, 2024 | -14.62 Bn |
| Sep 30, 2024 | -11.68 Bn |
| May 23, 2024 | -14.37 Bn |
| Mar 31, 2024 | -14.45 Bn |
| Dec 31, 2023 | -11.33 Bn |
| Sep 30, 2023 | -10.42 Bn |
| May 18, 2023 | -11.24 Bn |
| Mar 31, 2023 | -11.10 Bn |
| Dec 31, 2022 | -29.05 Bn |
| Sep 30, 2022 | -23.81 Bn |
| Mar 31, 2022 | -33.24 Bn |
| Dec 31, 2021 | -12.63 Bn |
| Jun 14, 2021 | 1.81 Bn |
| Mar 31, 2021 | -12.92 Bn |
| Mar 31, 2020 | -10.98 Bn |
| Mar 31, 2019 | -11.88 Bn |
National Grid Total Current 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-current-liabilities&ticker=NGG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-current-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-current-liabilities&ticker=NGG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();