Antero Resources (AR) Cash from Investing Activities (2012 - 2026)
Antero Resources (AR) posted Cash from Investing Activities of -$341.2 million for Q2 2026, up 85.06% on a QoQ basis from -$2.3 billion in Q1 2026, and down 72.79% year-over-year from -$1.3 billion in Q2 2025.
Antero Resources (AR) Cash from Investing Activities (2012 - 2026) Analysis & Trends
Antero Resources has reported Cash from Investing Activities for 15 years, with the latest figure at -$341.2 million in Q2 2026.
- On a quarterly basis, Cash from Investing Activities fell 72.79% year-over-year to -$341.2 million in Q2 2026; TTM through Jun 2026 was -$3.3 billion, a 367.41% decrease from a year earlier, with the FY2025 full-year figure at -$1.1 billion, down 50.92% from the prior year.
- Cash from Investing Activities was -$341.2 million for Q2 2026 at Antero Resources, up from -$2.3 billion in the prior quarter.
- The five-year high for Cash from Investing Activities was -$125.9 million in Q4 2024, with the low at -$2.3 billion in Q1 2026.
- Average Cash from Investing Activities over 5 years is -$361.2 million, with a median of -$226.7 million recorded in 2023.
- The sharpest annual moves came in 2024 and 2026: Cash from Investing Activities surged 44.45% in 2024, then slumped 998.41% in 2026.
- Over 5 years, Cash from Investing Activities stood at -$225.2 million in 2022, then dropped by 0.61% to -$226.6 million in 2023, then surged by 44.45% to -$125.9 million in 2024, then slumped by 77.62% to -$223.6 million in 2025, then sank by 52.59% to -$341.2 million in 2026.
- The last three Cash from Investing Activities figures came in at -$341.2 million (Q2 2026), -$2.3 billion (Q1 2026), and -$223.6 million (Q4 2025), per Business Quant data.
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 | -341.24 Mn |
| Mar 31, 2026 | -2.28 Bn |
| Dec 31, 2025 | -223.62 Mn |
| Sep 30, 2025 | -448.81 Mn |
| Jun 30, 2025 | -197.49 Mn |
| Mar 31, 2025 | -207.89 Mn |
| Dec 31, 2024 | -125.90 Mn |
| Sep 30, 2024 | -174.13 Mn |
| Jun 30, 2024 | -187.32 Mn |
| Mar 31, 2024 | -226.81 Mn |
| Dec 31, 2023 | -226.63 Mn |
| Sep 30, 2023 | -276.10 Mn |
| Jun 30, 2023 | -287.24 Mn |
| Mar 31, 2023 | -350.80 Mn |
| Dec 31, 2022 | -225.25 Mn |
| Sep 30, 2022 | -243.53 Mn |
| Jun 30, 2022 | -259.72 Mn |
| Mar 31, 2022 | -215.12 Mn |
| Dec 31, 2021 | -205.33 Mn |
| Sep 30, 2021 | -202.58 Mn |
Antero Resources 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=AR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "AR", "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=AR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();