National Grid (NGG) Current Deferred Revenue (2017 - 2026)
National Grid (NGG) posted Current Deferred Revenue of -$148.3 million for Q1 2026, down 27.79% on a QoQ basis from -$116.0 million in Q3 2025, and down 22.65% year-over-year from -$191.7 million in Q1 2025.
National Grid (NGG) Current Deferred Revenue (2017 - 2026) Analysis & Trends
National Grid has reported Current Deferred Revenue for 9 years, with the latest figure at -$148.3 million in Q1 2026.
- On a quarterly basis, Current Deferred Revenue fell 22.65% year-over-year to -$148.3 million in Q1 2026; TTM through Mar 2026 was -$148.3 million, a 22.65% decrease from a year earlier, with the FY2026 full-year figure at -$148.3 million, down 22.65% from the prior year.
- Current Deferred Revenue was -$148.3 million for Q1 2026 at National Grid, down from -$116.0 million in the prior quarter.
- The five-year high for Current Deferred Revenue was -$116.0 million in Q3 2025, with the low at -$312.8 million in Q4 2023.
- Average Current Deferred Revenue over 5 years is -$183.3 million, with a median of -$161.1 million recorded in 2024.
- The sharpest annual moves came in 2023 and 2024: Current Deferred Revenue plunged 105.12% in 2023, then jumped 48.35% in 2024.
- Over 5 years, Current Deferred Revenue stood at -$152.5 million in 2022, then slumped by 105.12% to -$312.8 million in 2023, then surged by 47.88% to -$163.0 million in 2024, then grew by 28.81% to -$116.0 million in 2025, then slipped by 27.79% to -$148.3 million in 2026.
- The last three Current Deferred Revenue figures came in at -$148.3 million (Q1 2026), -$116.0 million (Q3 2025), and -$124.8 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 | -148.30 Mn |
| Sep 30, 2025 | -116.05 Mn |
| May 15, 2025 | -124.76 Mn |
| Mar 31, 2025 | -120.91 Mn |
| Dec 31, 2024 | -163.00 Mn |
| Sep 30, 2024 | -118.24 Mn |
| May 23, 2024 | -160.21 Mn |
| Mar 31, 2024 | -161.10 Mn |
| Dec 31, 2023 | -312.77 Mn |
| Sep 30, 2023 | -200.17 Mn |
| May 18, 2023 | -310.17 Mn |
| Mar 31, 2023 | -306.31 Mn |
| Dec 31, 2022 | -152.48 Mn |
| Sep 30, 2022 | -180.32 Mn |
| Mar 31, 2022 | -174.44 Mn |
| Dec 31, 2021 | -88.97 Mn |
| Mar 31, 2021 | -91.01 Mn |
| Mar 31, 2020 | -97.42 Mn |
| Mar 31, 2019 | -79.41 Mn |
| May 18, 2017 | -1.15 Bn |
National Grid Current Deferred Revenue 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=current-deferred-revenue&ticker=NGG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-deferred-revenue", "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=current-deferred-revenue&ticker=NGG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();