Apa (APA) Other Non Operating Income (2020 - 2026)
Apa's (APA) quarterly Other Non Operating Income came in at $8.0 million in Q2 2026, down 94.2% year-over-year from $138.0 million in Q2 2025, and up 107.08% quarter-over-quarter from -$113.0 million in Q1 2026.
Apa (APA) Other Non Operating Income (2020 - 2026) Analysis & Trends
Apa has disclosed Other Non Operating Income across 7 years of filings, most recently posting $8.0 million for Q2 2026.
- In Q2 2026, Other Non Operating Income fell 94.2% year-over-year to $8.0 million; the TTM figure through Jun 2026 stood at -$268.0 million (down 350.47% YoY), while the FY2025 annual figure was -$53.0 million, down 430.0% from the prior year.
- Other Non Operating Income came in at $8.0 million for Q2 2026 at Apa, up from -$113.0 million in the prior quarter.
- In the past five years, Other Non Operating Income ranged from a high of $138.0 million in Q2 2025 to a low of -$113.0 million in Q1 2026.
- Average Other Non Operating Income over 5 years is -$10.8 million, with a median of -$5.0 million recorded in 2023.
- The largest YoY upside for Other Non Operating Income was 4700.0% in 2025 against a maximum downside of 1042.86% in 2025.
- Over 5 years, Other Non Operating Income stood at $24.0 million in 2022, then sank by 120.83% to -$5.0 million in 2023, then surged by 240.0% to $7.0 million in 2024, then tumbled by 1042.86% to -$66.0 million in 2025, then soared by 112.12% to $8.0 million in 2026.
- Per Business Quant data, the three most recent Other Non Operating Income figures were $8.0 million in Q2 2026, -$113.0 million in Q1 2026, and -$66.0 million in Q4 2025.
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 | 8.00 Mn |
| Mar 31, 2026 | -113.00 Mn |
| Dec 31, 2025 | -66.00 Mn |
| Sep 30, 2025 | -97.00 Mn |
| Jun 30, 2025 | 138.00 Mn |
| Mar 31, 2025 | -28.00 Mn |
| Dec 31, 2024 | 7.00 Mn |
| Sep 30, 2024 | -10.00 Mn |
| Jun 30, 2024 | -3.00 Mn |
| Mar 31, 2024 | -4.00 Mn |
| Dec 31, 2023 | -5.00 Mn |
| Jun 30, 2023 | 51.00 Mn |
| Mar 31, 2023 | 53.00 Mn |
| Dec 31, 2022 | 24.00 Mn |
| Sep 30, 2022 | -44.00 Mn |
| Jun 30, 2022 | -32.00 Mn |
| Mar 31, 2022 | -62.00 Mn |
| Dec 31, 2021 | 49.00 Mn |
| Jun 30, 2021 | -113.00 Mn |
| Mar 31, 2021 | 158.00 Mn |
Apa 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=APA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "ticker": "APA", "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=APA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();