National Fuel Gas (NFG) Income from Non-Controlling Interests (2009 - 2010)
National Fuel Gas' (NFG) quarterly Income from Non-Controlling Interests came in at $82.1 million in Q3 2010, up 1.96% year-over-year from $80.5 million in Q3 2009, and up 1.96% quarter-over-quarter from $80.5 million in Q3 2009.
National Fuel Gas (NFG) Income from Non-Controlling Interests (2009 - 2010) Analysis & Trends
National Fuel Gas has disclosed Income from Non-Controlling Interests across 2 years of filings, most recently posting $82.1 million for Q3 2010.
- In Q3 2010, Income from Non-Controlling Interests rose 1.96% year-over-year to $82.1 million; the TTM figure through Sep 2010 stood at $82.1 million (up 1.96% YoY), while the FY2010 annual figure was $82.1 million, up 1.96% from the prior year.
- Income from Non-Controlling Interests came in at $82.1 million for Q3 2010 at National Fuel Gas, up from $80.5 million in the prior quarter.
- In the past five years, Income from Non-Controlling Interests ranged from a high of $82.1 million in Q3 2010 to a low of $80.5 million in Q3 2009.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (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 | -141.69 Mn |
| 3 | Eog Resources | 75.64 Bn | 70.73 Bn | - | - |
| 4 | Diamondback Energy | 53.99 Bn | 59.61 Bn | 5.55 Bn | 173.00 Mn |
| 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 | 4.00 Mn |
| 9 | Apa | 15.72 Bn | 16.20 Bn | 2.28 Bn | 80.00 Mn |
| 10 | National Fuel Gas | 7.69 Bn | 6.46 Bn | 507.62 Mn | - |
National Fuel Gas Income from Non-Controlling Interests 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-non-controlling-interests&ticker=NFG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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-non-controlling-interests&ticker=NFG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();