Conocophillips (COP) Other Non Operating Income (2009 - 2026)
Conocophillips' (COP) quarterly Other Non Operating Income came in at $25.0 million in Q2 2026, up 733.33% year-over-year from $3.0 million in Q2 2025, and up 933.33% quarter-over-quarter from -$3.0 million in Q1 2026.
Conocophillips (COP) Other Non Operating Income (2009 - 2026) Analysis & Trends
Conocophillips (COP) has reported Other Non Operating Income for 18 consecutive years, with $25.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Other Non Operating Income rose 733.33% year-over-year to $25.0 million in Q2 2026; TTM through Jun 2026 was $29.0 million, a 113.36% increase from a year earlier, with the FY2025 full-year figure at -$20.0 million, up 88.95% from the prior year.
- Other Non Operating Income was $25.0 million for Q2 2026 at Conocophillips, up from -$3.0 million in the prior quarter.
- Over five years, Other Non Operating Income peaked at $136.0 million in Q1 2022 and troughed at -$218.0 million in Q4 2024.
- A 5-year average of -$8.9 million and a median of $2.0 million in 2025 frame the typical range for Other Non Operating Income.
- Across the five-year window, Other Non Operating Income tumbled 266.67% in 2025 and surged 733.33% in 2026, its largest moves.
- Over 5 years, Other Non Operating Income stood at -$39.0 million in 2022, then tumbled by 148.72% to -$97.0 million in 2023, then sank by 124.74% to -$218.0 million in 2024, then surged by 100.46% to $1.0 million in 2025, then surged by 2400.0% to $25.0 million in 2026.
- The last three Other Non Operating Income figures came in at $25.0 million (Q2 2026), -$3.0 million (Q1 2026), and $1.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 | Antero Resources | 10.76 Bn | 10.19 Bn | 1.56 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 25.00 Mn |
| Mar 31, 2026 | -3.00 Mn |
| Dec 31, 2025 | 1.00 Mn |
| Sep 30, 2025 | 6.00 Mn |
| Jun 30, 2025 | 3.00 Mn |
| Mar 31, 2025 | -30.00 Mn |
| Dec 31, 2024 | -218.00 Mn |
| Sep 30, 2024 | 28.00 Mn |
| Jun 30, 2024 | -9.00 Mn |
| Mar 31, 2024 | 18.00 Mn |
| Dec 31, 2023 | -97.00 Mn |
| Sep 30, 2023 | -55.00 Mn |
| Jun 30, 2023 | 23.00 Mn |
| Mar 31, 2023 | 44.00 Mn |
| Dec 31, 2022 | -39.00 Mn |
| Sep 30, 2022 | 93.00 Mn |
| Jun 30, 2022 | -86.00 Mn |
| Mar 31, 2022 | 136.00 Mn |
| Dec 31, 2021 | -24.00 Mn |
| Sep 30, 2021 | -17.00 Mn |
Conocophillips 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=COP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "ticker": "COP", "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=COP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();