Antero Resources (AR) Other Non Operating Income (2013 - 2026)
Antero Resources (AR) posted Other Non Operating Income of -$6.7 million for Q1 2026, down 184.24% on a QoQ basis from $8.0 million in Q4 2025, and down 132.56% year-over-year from $20.7 million in Q1 2025.
Antero Resources (AR) Other Non Operating Income (2013 - 2026) Analysis & Trends
Antero Resources has reported Other Non Operating Income for 10 years, with the latest figure at -$6.7 million in Q1 2026.
- On a quarterly basis, Other Non Operating Income fell 132.56% year-over-year to -$6.7 million in Q1 2026; TTM through Jun 2026 was $1.3 million, a 99.13% decrease from a year earlier, with the FY2025 full-year figure at $4.4 million, down 97.06% from the prior year.
- Other Non Operating Income was -$6.7 million for Q1 2026 at Antero Resources, down from $8.0 million in the prior quarter.
- The five-year high for Other Non Operating Income was $149.4 million in Q4 2024, with the low at -$30.3 million in Q3 2022.
- Average Other Non Operating Income over 4 years is $10.0 million, with a median of -$1.8 million recorded in 2025.
- The sharpest annual moves came in 2022 and 2026: Other Non Operating Income jumped 93.48% in 2022, then tumbled 132.56% in 2026.
- Over 4 years, Other Non Operating Income stood at -$652000.0 in 2022, then jumped by 23012.42% to $149.4 million in 2024, then sank by 94.64% to $8.0 million in 2025, then plunged by 184.24% to -$6.7 million in 2026.
- The last three Other Non Operating Income figures came in at -$6.7 million (Q1 2026), $8.0 million (Q4 2025), and -$729000.0 (Q2 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 |
|---|---|
| Mar 31, 2026 | -6.74 Mn |
| Dec 31, 2025 | 8.00 Mn |
| Jun 30, 2025 | -729,000.00 |
| Mar 31, 2025 | -2.90 Mn |
| Dec 31, 2024 | 149.39 Mn |
| Sep 30, 2024 | -528,000.00 |
| Dec 31, 2022 | -652,000.00 |
| Sep 30, 2022 | -30.31 Mn |
| Jun 30, 2022 | -4.41 Mn |
| Mar 31, 2022 | -10.65 Mn |
| Dec 31, 2021 | -10.00 Mn |
| Sep 30, 2021 | -16.57 Mn |
| Jun 30, 2021 | -23.07 Mn |
| Mar 31, 2021 | -43.20 Mn |
| Dec 31, 2020 | 597,000.00 |
| Sep 30, 2020 | 55.63 Mn |
| Jun 30, 2020 | 39.17 Mn |
| Mar 31, 2020 | 80.56 Mn |
| Dec 31, 2019 | 36.00 Mn |
| Mar 12, 2019 | 1.40 Bn |
Antero Resources 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=AR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=AR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();