Apa (APA) Cash from Investing Activities (2020 - 2026)
Apa's (APA) quarterly Cash from Investing Activities came in at -$591.0 million in Q2 2026, down 522.11% year-over-year from $140.0 million in Q2 2025, and down 9.04% quarter-over-quarter from -$542.0 million in Q1 2026.
Apa (APA) Cash from Investing Activities (2020 - 2026) Analysis & Trends
Apa has disclosed Cash from Investing Activities across 7 years of filings, most recently posting -$591.0 million for Q2 2026.
- In Q2 2026, Cash from Investing Activities fell 522.11% year-over-year to -$591.0 million; the TTM figure through Jun 2026 stood at -$2.4 billion (down 45.49% YoY), while the FY2025 annual figure was -$2.2 billion, down 133.01% from the prior year.
- Cash from Investing Activities came in at -$591.0 million for Q2 2026 at Apa, down from -$542.0 million in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of $466.0 million in Q1 2022 to a low of -$910.0 million in Q3 2022.
- Average Cash from Investing Activities over 5 years is -$436.6 million, with a median of -$557.0 million recorded in 2025.
- Year-over-year, Cash from Investing Activities jumped 274.53% in 2022 and tumbled 793.18% in 2025.
- Over 5 years, Cash from Investing Activities stood at -$617.0 million in 2022, then jumped by 42.3% to -$356.0 million in 2023, then jumped by 123.31% to $83.0 million in 2024, then slumped by 789.16% to -$572.0 million in 2025, then slipped by 3.32% to -$591.0 million in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$591.0 million in Q2 2026, -$542.0 million in Q1 2026, and -$572.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | -3.51 Bn |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | -1.78 Bn |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | -1.78 Bn |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | -1.40 Bn |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn | -3.38 Bn |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn | -698.00 Mn |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - | -852.26 Mn |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn | 2.22 Bn |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn | -591.00 Mn |
| 10 | Antero Resources | 10.48 Bn | 9.91 Bn | 1.56 Bn | -341.24 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -591.00 Mn |
| Mar 31, 2026 | -542.00 Mn |
| Dec 31, 2025 | -572.00 Mn |
| Sep 30, 2025 | -700.00 Mn |
| Jun 30, 2025 | -95.00 Mn |
| Mar 31, 2025 | -786.00 Mn |
| Dec 31, 2024 | 83.00 Mn |
| Sep 30, 2024 | -855.00 Mn |
| Jun 30, 2024 | -64.00 Mn |
| Mar 31, 2024 | -88.00 Mn |
| Dec 31, 2023 | -356.00 Mn |
| Sep 30, 2023 | -667.00 Mn |
| Jun 30, 2023 | -583.00 Mn |
| Mar 31, 2023 | -532.00 Mn |
| Dec 31, 2022 | -617.00 Mn |
| Sep 30, 2022 | -910.00 Mn |
| Jun 30, 2022 | -450.00 Mn |
| Mar 31, 2022 | 466.00 Mn |
| Dec 31, 2021 | -291.00 Mn |
| Sep 30, 2021 | -149.00 Mn |
Apa Cash from Investing Activities 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=cash-from-investing-activities&ticker=APA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=APA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();