National Grid (NGG) Construction in Progress (2019 - 2020)
National Grid (NGG) posted Construction in Progress of $5.7 billion for Q1 2020, down 13.71% on a QoQ basis from $6.6 billion in Q1 2019, and down 13.71% year-over-year from $6.6 billion in Q2 2019.
National Grid (NGG) Construction in Progress (2019 - 2020) Analysis & Trends
National Grid has reported Construction in Progress for 2 years, with the latest figure at $5.7 billion in Q1 2020.
- On a quarterly basis, Construction in Progress fell 13.71% year-over-year to $5.7 billion in Q1 2020; TTM through Mar 2020 was $5.7 billion, a 13.71% decrease from a year earlier, with the FY2020 full-year figure at $5.7 billion, down 13.71% from the prior year.
- Construction in Progress was $5.7 billion for Q1 2020 at National Grid, down from $6.6 billion in the prior quarter.
- The five-year high for Construction in Progress was $6.6 billion in Q1 2019, with the low at $5.7 billion in Q1 2020.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Construction in Progress (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 | 9.84 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 | 3.93 Bn |
National Grid Construction in Progress 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=construction-in-progress&ticker=NGG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "construction-in-progress", "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=construction-in-progress&ticker=NGG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();