Antero Resources (AR) Change in Account Payables (2012 - 2026)
Antero Resources (AR) posted Change in Account Payables of -$36.9 million for Q2 2026, down 160.78% on a QoQ basis from $60.7 million in Q1 2026, and down 36.01% year-over-year from -$57.7 million in Q2 2025.
Antero Resources (AR) Change in Account Payables (2012 - 2026) Analysis & Trends
Antero Resources has reported Change in Account Payables for 15 years, with the latest figure at -$36.9 million in Q2 2026.
- On a quarterly basis, Change in Account Payables fell 36.01% year-over-year to -$36.9 million in Q2 2026; TTM through Jun 2026 was $36.6 million, a 170.26% increase from a year earlier, with the FY2025 full-year figure at -$2.3 million, down 106.64% from the prior year.
- Change in Account Payables was -$36.9 million for Q2 2026 at Antero Resources, down from $60.7 million in the prior quarter.
- The five-year high for Change in Account Payables was $60.7 million in Q1 2026, with the low at -$36.9 million in Q2 2026.
- Average Change in Account Payables over 5 years is $4.0 million, with a median of $3.3 million recorded in 2024.
- The largest YoY upside for Change in Account Payables was 632.71% in 2025 against a maximum downside of 904.69% in 2025.
- Over 5 years, Change in Account Payables stood at -$26.8 million in 2022, then decreased by 8.29% to -$29.1 million in 2023, then soared by 206.71% to $31.0 million in 2024, then tumbled by 98.92% to $334000.0 in 2025, then tumbled by 11149.4% to -$36.9 million in 2026.
- The last three Change in Account Payables figures came in at -$36.9 million (Q2 2026), $60.7 million (Q1 2026), and $334000.0 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | -176.00 Mn |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | - |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | 176.00 Mn |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | - |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn | - |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn | - |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - | - |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn | - |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn | -52.00 Mn |
| 10 | Antero Resources | 10.48 Bn | 9.91 Bn | 1.56 Bn | -36.91 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -36.91 Mn |
| Mar 31, 2026 | 60.72 Mn |
| Dec 31, 2025 | 334,000.00 |
| Sep 30, 2025 | 12.46 Mn |
| Jun 30, 2025 | -27.13 Mn |
| Mar 31, 2025 | 12.00 Mn |
| Dec 31, 2024 | 31.02 Mn |
| Sep 30, 2024 | -2.34 Mn |
| Jun 30, 2024 | 3.37 Mn |
| Mar 31, 2024 | 3.24 Mn |
| Dec 31, 2023 | -29.07 Mn |
| Sep 30, 2023 | -465,000.00 |
| Jun 30, 2023 | -21.90 Mn |
| Mar 31, 2023 | 34.60 Mn |
| Dec 31, 2022 | -26.85 Mn |
| Sep 30, 2022 | 8.84 Mn |
| Jun 30, 2022 | 12.71 Mn |
| Mar 31, 2022 | 37.66 Mn |
| Dec 31, 2021 | -40.29 Mn |
| Sep 30, 2021 | 32.43 Mn |
Antero Resources Change in Account Payables 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=change-in-account-payables&ticker=AR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "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=change-in-account-payables&ticker=AR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();