Eog Resources (EOG) Income from Non-Controlling Interests (2012 - 2022)
Eog Resources' (EOG) quarterly Income from Non-Controlling Interests came in at $1.0 million in Q3 2022, up 200.0% quarter-over-quarter from -$1.0 million in Q2 2022.
Eog Resources (EOG) Income from Non-Controlling Interests (2012 - 2022) Analysis & Trends
Eog Resources has disclosed Income from Non-Controlling Interests across 8 years of filings, most recently posting $1.0 million for Q3 2022.
- In Q3 2022, Income from Non-Controlling Interests changed N/A year-over-year to $1.0 million; the TTM figure through Jun 2023 stood at $1.0 million (changed N/A YoY), while the FY2021 annual figure was $1.0 million, changed N/A from the prior year.
- Income from Non-Controlling Interests came in at $1.0 million for Q3 2022 at Eog Resources, up from -$1.0 million in the prior quarter.
- In the past five years, Income from Non-Controlling Interests ranged from a high of $1.1 million in Q4 2018 to a low of -$1.0 million in Q2 2022.
- Average Income from Non-Controlling Interests over 4 years is $193000.0, with a median of $6000.0 recorded in 2018.
- Year-over-year, Income from Non-Controlling Interests surged 136.69% in 2018 and tumbled 101.63% in 2019.
- Over 4 years, Income from Non-Controlling Interests stood at $1.1 million in 2018, then plunged by 101.63% to -$18000.0 in 2019, then jumped by 5655.56% to $1.0 million in 2021, then changed by 0.0% to $1.0 million in 2022.
- Per Business Quant data, the three most recent Income from Non-Controlling Interests figures were $1.0 million in Q3 2022, -$1.0 million in Q2 2022, and $1.0 million in Q4 2021.
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 | Antero Resources | 10.76 Bn | 10.19 Bn | 1.56 Bn | 7.76 Mn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2022 | 1.00 Mn |
| Jun 30, 2022 | -1.00 Mn |
| Dec 31, 2021 | 1.00 Mn |
| Dec 31, 2019 | -18,000.00 |
| Sep 30, 2019 | 6,000.00 |
| Jun 30, 2019 | 6,000.00 |
| Mar 31, 2019 | 6,000.00 |
| Dec 31, 2018 | 1.11 Mn |
| Sep 30, 2018 | 6,000.00 |
| Jun 30, 2018 | 6,000.00 |
| Mar 31, 2018 | 6,000.00 |
| Dec 31, 2017 | -3.01 Mn |
| Sep 30, 2017 | -25,000.00 |
| Jun 30, 2017 | -86,000.00 |
| Mar 31, 2017 | 37,000.00 |
| Dec 31, 2016 | 2.16 Mn |
| Sep 30, 2016 | 23,000.00 |
| Jun 30, 2016 | 23,000.00 |
| Sep 30, 2013 | 1.50 Mn |
| Jun 30, 2013 | -700,000.00 |
Eog Resources 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=EOG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "ticker": "EOG", "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=EOG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();