National Grid (NGG) Other Non Operating Income (2009 - 2016)
National Grid (NGG) posted Other Non Operating Income of -$987.7 million for Q3 2016, down 1681.21% on a QoQ basis from -$55.5 million in Q3 2015, and down 1681.21% year-over-year from $62.5 million in Q4 2015.
National Grid (NGG) Other Non Operating Income (2009 - 2016) Analysis & Trends
National Grid has reported Other Non Operating Income for 5 years, with the latest figure at -$987.7 million in Q3 2016.
- On a quarterly basis, Other Non Operating Income fell 1681.21% year-over-year to -$987.7 million in Q3 2016; TTM through Sep 2016 was -$1.2 billion, a 281.42% decrease from a year earlier, with the FY2016 full-year figure at -$148.3 million, up 28.83% from the prior year.
- Other Non Operating Income was -$987.7 million for Q3 2016 at National Grid, down from -$55.5 million in the prior quarter.
- The five-year high for Other Non Operating Income was -$30.0 million in Q3 2012, with the low at -$987.7 million in Q3 2016.
- Average Other Non Operating Income over 3 years is -$295.8 million, with a median of -$82.7 million recorded in 2012.
- The largest YoY upside for Other Non Operating Income was 1681.21% in 2016 against a maximum downside of 1681.21% in 2016.
- Over 3 years, Other Non Operating Income stood at -$30.0 million in 2012, then slumped by 84.55% to -$55.5 million in 2015, then tumbled by 1681.21% to -$987.7 million in 2016.
- The last three Other Non Operating Income figures came in at -$987.7 million (Q3 2016), -$55.5 million (Q3 2015), and -$30.0 million (Q3 2012), 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 | Firstenergy | 25.89 Bn | 27.19 Bn | 2.51 Bn |
| 9 | Hydro One | 21.93 Bn | 21.54 Bn | - |
| 10 | Edison International | 21.17 Bn | 20.93 Bn | 3.29 Bn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2016 | -987.69 Mn |
| Sep 30, 2015 | -55.45 Mn |
| Sep 30, 2012 | -30.05 Mn |
| Mar 31, 2012 | -109.98 Mn |
| Dec 31, 2011 | -114.72 Mn |
| Sep 30, 2009 | -2.27 Bn |
National Grid Other Non Operating Income 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=other-non-operating-income&ticker=NGG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=NGG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();