National Grid (NGG) Asset Utilization Ratio (2009 - 2016)
National Grid (NGG) posted Asset Utilization Ratio of 0.16 for Q1 2016, down 71.37% on a QoQ basis from 0.56 in Q4 2015.
Analysis
National Grid (NGG) Asset Utilization Ratio (2009 - 2016) Analysis & Trends
National Grid has reported Asset Utilization Ratio for 5 years, with the latest figure at 0.16 in Q1 2016.
- On a quarterly basis, Asset Utilization Ratio changed N/A year-over-year to 0.16 in Q1 2016; TTM through Mar 2016 was 0.16, a N/A change from a year earlier, with the FY2022 full-year figure at 0.23, changed N/A from the prior year.
- Asset Utilization Ratio was 0.16 for Q1 2016 at National Grid, down from 0.56 in the prior quarter.
- The five-year high for Asset Utilization Ratio was 0.56 in Q4 2015, with the low at 0.16 in Q1 2016.
- Average Asset Utilization Ratio over 4 years is 0.34, with a median of 0.33 recorded in 2012.
- The largest YoY upside for Asset Utilization Ratio was 30.18% in 2013 against a maximum downside of 30.18% in 2013.
- Over 4 years, Asset Utilization Ratio stood at 0.29 in 2012, then soared by 30.18% to 0.37 in 2013, then surged by 50.46% to 0.56 in 2015, then slumped by 71.37% to 0.16 in 2016.
- The last three Asset Utilization Ratio figures came in at 0.16 (Q1 2016), 0.56 (Q4 2015), and 0.37 (Q3 2013), per Business Quant data.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Asset Util. (Qtr) |
|---|---|---|---|---|---|
| 1 | Enel Chile | 306.41 Bn | 306.41 Bn | 890.00 Mn | 0.73 |
| 2 | National Grid | 79.91 Bn | 76.14 Bn | - | - |
| 3 | Dominion Energy | 54.94 Bn | 58.84 Bn | 3.50 Bn | 0.15 |
| 4 | Xcel Energy | 44.99 Bn | 42.98 Bn | 3.12 Bn | 0.17 |
| 5 | Wec Energy | 33.53 Bn | 33.88 Bn | 1.45 Bn | 0.15 |
| 6 | Ameren | 28.13 Bn | 28.25 Bn | - | 0.17 |
| 7 | Fortis | 27.32 Bn | 28.61 Bn | 1.60 Bn | 0.16 |
| 8 | American Water Works Company | 26.60 Bn | 26.40 Bn | 874.00 Mn | 0.15 |
| 9 | Atmos Energy | 26.60 Bn | 26.07 Bn | - | 0.16 |
| 10 | Firstenergy | 25.89 Bn | 27.19 Bn | 2.51 Bn | 0.27 |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2016 | 0.16 |
| Dec 31, 2015 | 0.56 |
| Sep 30, 2013 | 0.37 |
| Sep 30, 2012 | 0.29 |
| Sep 30, 2009 | 0.20 |
API Access
National Grid Asset Utilization Ratio 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=asset-utilization-ratio&ticker=NGG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "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=asset-utilization-ratio&ticker=NGG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();