National Grid (NGG) Accounts Payables (2009 - 2026)
National Grid (NGG) posted Accounts Payables of -$6.8 billion for Q1 2026, down 18.31% on a QoQ basis from -$5.8 billion in Q3 2025, and down 20.85% year-over-year from -$8.6 billion in Q1 2025.
National Grid (NGG) Accounts Payables (2009 - 2026) Analysis & Trends
National Grid has reported Accounts Payables for 18 years, with the latest figure at -$6.8 billion in Q1 2026.
- On a quarterly basis, Accounts Payables fell 20.85% year-over-year to -$6.8 billion in Q1 2026; TTM through Mar 2026 was -$6.8 billion, a 20.85% decrease from a year earlier, with the FY2026 full-year figure at -$6.8 billion, down 20.85% from the prior year.
- Accounts Payables was -$6.8 billion for Q1 2026 at National Grid, down from -$5.8 billion in the prior quarter.
- The five-year high for Accounts Payables was -$5.1 billion in Q2 2024, with the low at -$6.8 billion in Q1 2026.
- Average Accounts Payables over 5 years is -$5.8 billion, with a median of -$5.8 billion recorded in 2025.
- The sharpest annual moves came in 2022 and 2024: Accounts Payables sank 35.99% in 2022, then rose 17.57% in 2024.
- Over 5 years, Accounts Payables stood at -$5.8 billion in 2022, then slipped by 9.11% to -$6.3 billion in 2023, then advanced by 16.83% to -$5.2 billion in 2024, then decreased by 9.98% to -$5.8 billion in 2025, then retreated by 18.31% to -$6.8 billion in 2026.
- The last three Accounts Payables figures came in at -$6.8 billion (Q1 2026), -$5.8 billion (Q3 2025), and -$5.8 billion (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Accounts Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Enel Chile | 306.41 Bn | 306.41 Bn | 890.00 Mn | - |
| 2 | National Grid | 79.91 Bn | 76.14 Bn | - | -6.81 Bn |
| 3 | Dominion Energy | 54.94 Bn | 58.84 Bn | 3.50 Bn | 1.24 Bn |
| 4 | Xcel Energy | 44.99 Bn | 42.98 Bn | 3.12 Bn | 2.32 Bn |
| 5 | Wec Energy | 33.53 Bn | 33.88 Bn | 1.45 Bn | 1.02 Bn |
| 6 | Ameren | 28.13 Bn | 28.25 Bn | - | 998.00 Mn |
| 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 | 326.00 Mn |
| 9 | Atmos Energy | 26.60 Bn | 26.07 Bn | - | 436.66 Mn |
| 10 | Firstenergy | 25.89 Bn | 27.19 Bn | 2.51 Bn | 2.12 Bn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -6.81 Bn |
| Sep 30, 2025 | -5.75 Bn |
| May 15, 2025 | -5.81 Bn |
| Mar 31, 2025 | -5.63 Bn |
| Dec 31, 2024 | -5.23 Bn |
| Sep 30, 2024 | -5.16 Bn |
| May 23, 2024 | -5.14 Bn |
| Mar 31, 2024 | -5.17 Bn |
| Dec 31, 2023 | -6.29 Bn |
| Sep 30, 2023 | -5.62 Bn |
| May 18, 2023 | -6.24 Bn |
| Mar 31, 2023 | -6.16 Bn |
| Dec 31, 2022 | -5.76 Bn |
| Sep 30, 2022 | -5.23 Bn |
| Mar 31, 2022 | -6.60 Bn |
| Dec 31, 2021 | -4.74 Bn |
| Jun 14, 2021 | 741.35 Mn |
| Mar 31, 2021 | -4.85 Bn |
| Mar 31, 2020 | -4.62 Bn |
| Mar 31, 2019 | -4.91 Bn |
National Grid Accounts 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=accounts-payables&ticker=NGG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "accounts-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=accounts-payables&ticker=NGG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();