National Grid (NGG) Operating Leases (2017 - 2020)
National Grid (NGG) posted Operating Leases of -$607.6 million for Q1 2020, down 72.86% on a QoQ basis from -$351.5 million in Q1 2019, and down 72.86% year-over-year from -$2.2 billion in Q2 2019.
National Grid (NGG) Operating Leases (2017 - 2020) Analysis & Trends
National Grid has reported Operating Leases for 4 years, with the latest figure at -$607.6 million in Q1 2020.
- On a quarterly basis, Operating Leases fell 72.86% year-over-year to -$607.6 million in Q1 2020; TTM through Mar 2020 was -$607.6 million, a 72.86% decrease from a year earlier, with the FY2020 full-year figure at -$607.6 million, down 72.86% from the prior year.
- Operating Leases was -$607.6 million for Q1 2020 at National Grid, down from -$351.5 million in the prior quarter.
- The five-year high for Operating Leases was -$248.9 million in Q2 2017, with the low at -$35.7 billion in Q1 2018.
- Average Operating Leases over 4 years is -$12.4 billion, with a median of -$2.2 billion recorded in 2018.
- The sharpest annual moves came in 2019 and 2020: Operating Leases soared 99.01% in 2019, then sank 72.86% in 2020.
- Over 4 years, Operating Leases stood at -$248.9 million in 2017, then slumped by 1421.94% to -$3.8 billion in 2018, then soared by 90.72% to -$351.5 million in 2019, then tumbled by 72.86% to -$607.6 million in 2020.
- The last three Operating Leases figures came in at -$607.6 million (Q1 2020), -$351.5 million (Q1 2019), and -$3.8 billion (Q3 2018), 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, 2020 | -607.60 Mn |
| Mar 31, 2019 | -351.51 Mn |
| Sep 30, 2018 | -3.79 Bn |
| Mar 31, 2018 | -35.66 Bn |
| May 18, 2017 | -248.88 Mn |
| Mar 31, 2017 | -33.56 Bn |
National Grid Operating Leases 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=operating-leases&ticker=NGG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-leases", "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=operating-leases&ticker=NGG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();