National Fuel Gas (NFG) Non Operating Investment Income (2011)
National Fuel Gas' (NFG) quarterly Non Operating Investment Income came in at $50.9 million in Q1 2011.
National Fuel Gas (NFG) Non Operating Investment Income (2011) Analysis & Trends
National Fuel Gas has disclosed Non Operating Investment Income across 1 years of filings, most recently posting $50.9 million for Q1 2011.
- In Q1 2011, Non Operating Investment Income changed N/A year-over-year to $50.9 million; the TTM figure through Jun 2012 stood at $50.9 million (changed N/A YoY), while the FY2011 annual figure was $50.9 million, changed N/A from the prior year.
- Non Operating Investment Income came in at $50.9 million for Q1 2011 at National Fuel Gas.
- In the past five years, Non Operating Investment Income ranged from a high of $50.9 million in Q1 2011 to a low of $50.9 million in Q1 2011.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Operating Investment Income (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 | - |
National Fuel Gas Non Operating Investment 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=non-operating-investment-income&ticker=NFG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-income", "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=non-operating-investment-income&ticker=NFG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();