National Grid (NGG) Notes Payables (2009 - 2026)
National Grid (NGG) posted Notes Payables of -$361.3 million for Q1 2026, up 25.21% on a QoQ basis from -$483.1 million in Q3 2025, and up 24.71% year-over-year from -$289.7 million in Q1 2025.
National Grid (NGG) Notes Payables (2009 - 2026) Analysis & Trends
National Grid has reported Notes Payables for 18 years, with the latest figure at -$361.3 million in Q1 2026.
- On a quarterly basis, Notes Payables rose 24.71% year-over-year to -$361.3 million in Q1 2026; TTM through Mar 2026 was -$361.3 million, a 24.71% increase from a year earlier, with the FY2026 full-year figure at -$361.3 million, up 24.71% from the prior year.
- Notes Payables was -$361.3 million for Q1 2026 at National Grid, up from -$483.1 million in the prior quarter.
- The five-year high for Notes Payables was -$168.9 million in Q4 2022, with the low at -$649.4 million in Q3 2022.
- Average Notes Payables over 5 years is -$391.7 million, with a median of -$422.6 million recorded in 2024.
- The largest YoY upside for Notes Payables was 37.77% in 2023 against a maximum downside of 63.13% in 2023.
- Over 5 years, Notes Payables stood at -$168.9 million in 2022, then slumped by 63.13% to -$275.5 million in 2023, then slumped by 56.05% to -$430.0 million in 2024, then slipped by 12.35% to -$483.1 million in 2025, then advanced by 25.21% to -$361.3 million in 2026.
- The last three Notes Payables figures came in at -$361.3 million (Q1 2026), -$483.1 million (Q3 2025), and -$495.1 million (Q2 2025), per Business Quant data.
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 |
|---|---|
| Mar 31, 2026 | -361.31 Mn |
| Sep 30, 2025 | -483.07 Mn |
| May 15, 2025 | -495.15 Mn |
| Mar 31, 2025 | -479.87 Mn |
| Dec 31, 2024 | -429.97 Mn |
| Sep 30, 2024 | -544.41 Mn |
| May 23, 2024 | -422.61 Mn |
| Mar 31, 2024 | -424.95 Mn |
| Dec 31, 2023 | -275.54 Mn |
| Sep 30, 2023 | -404.12 Mn |
| May 18, 2023 | -273.25 Mn |
| Mar 31, 2023 | -269.84 Mn |
| Dec 31, 2022 | -168.90 Mn |
| Sep 30, 2022 | -649.38 Mn |
| Mar 31, 2022 | -193.22 Mn |
| Dec 31, 2021 | -195.46 Mn |
| Mar 31, 2021 | -199.94 Mn |
| Mar 31, 2020 | -487.11 Mn |
| Mar 31, 2019 | -455.66 Mn |
| Sep 30, 2018 | -75.60 Mn |
National Grid Notes Payables 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=notes-payables&ticker=NGG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "notes-payables", "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=notes-payables&ticker=NGG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();