National Fuel Gas (NFG) Income from Discontinued Operations (2009 - 2011)
National Fuel Gas' (NFG) quarterly Income from Discontinued Operations came in at $6.3 million in Q3 2011, up 4.84% year-over-year from $6.0 million in Q3 2010, and up 4.84% quarter-over-quarter from $6.0 million in Q3 2010.
National Fuel Gas (NFG) Income from Discontinued Operations (2009 - 2011) Analysis & Trends
National Fuel Gas has disclosed Income from Discontinued Operations across 3 years of filings, most recently posting $6.3 million for Q3 2011.
- In Q3 2011, Income from Discontinued Operations rose 4.84% year-over-year to $6.3 million; the TTM figure through Sep 2011 stood at $6.3 million (down 7.08% YoY), while the FY2010 annual figure was $6.8 million, up 250.17% from the prior year.
- Income from Discontinued Operations came in at $6.3 million for Q3 2011 at National Fuel Gas, up from $6.0 million in the prior quarter.
- In the past five years, Income from Discontinued Operations ranged from a high of $6.3 million in Q3 2011 to a low of -$57000.0 in Q2 2010.
- Average Income from Discontinued Operations over 3 years is $2.6 million, with a median of $554000.0 recorded in 2010.
- The largest YoY upside for Income from Discontinued Operations was 4.84% in 2011 against a maximum downside of 4.84% in 2011.
- Over 3 years, Income from Discontinued Operations stood at $274000.0 in 2009, then jumped by 2093.07% to $6.0 million in 2010, then gained by 4.84% to $6.3 million in 2011.
- Per Business Quant data, the three most recent Income from Discontinued Operations figures were $6.3 million in Q3 2011, $6.0 million in Q3 2010, and -$57000.0 in Q2 2010.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 158.35 Bn | 150.66 Bn | 12.81 Bn | - |
| 2 | Canadian Natural Resources | 103.29 Bn | 101.40 Bn | 8.84 Bn | - |
| 3 | Eog Resources | 75.64 Bn | 70.73 Bn | - | - |
| 4 | Diamondback Energy | 53.99 Bn | 59.61 Bn | 5.55 Bn | - |
| 5 | Devon Energy | 53.46 Bn | 52.45 Bn | 6.02 Bn | - |
| 6 | Expand Energy | 20.25 Bn | 18.99 Bn | 2.33 Bn | - |
| 7 | Permian Resources | 19.06 Bn | 18.80 Bn | - | - |
| 8 | Ovintiv | 17.25 Bn | 16.37 Bn | 2.83 Bn | - |
| 9 | Apa | 15.72 Bn | 16.20 Bn | 2.28 Bn | - |
| 10 | National Fuel Gas | 7.69 Bn | 6.46 Bn | 507.62 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2011 | 6.30 Mn |
| Sep 30, 2010 | 6.01 Mn |
| Jun 30, 2010 | -57,000.00 |
| Mar 31, 2010 | 554,000.00 |
| Dec 31, 2009 | 274,000.00 |
National Fuel Gas Income from Discontinued Operations 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=income-from-discontinued-operations&ticker=NFG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "ticker": "NFG", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=income-from-discontinued-operations&ticker=NFG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();