Antero Resources (AR) Share-based Compensation Growth (1y) (2013 - 2026)
Analysis
Antero Resources (AR) Share-based Compensation Growth (1y) (2013 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | - |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | -2,554.12% |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | 13.21% |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | - |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn | 208.70% |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn | -7.69% |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - | -4.18% |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn | - |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn | - |
| 10 | Antero Resources | 10.48 Bn | 9.91 Bn | 1.56 Bn | -16.33% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -16.33% |
| Mar 31, 2026 | -113.11% |
| Dec 31, 2025 | 11.30% |
| Sep 30, 2025 | -3.51% |
| Jun 30, 2025 | 191.48% |
| Mar 31, 2025 | -80.61% |
| Dec 31, 2024 | -17.68% |
| Sep 30, 2024 | -12.96% |
| Jun 30, 2024 | -9.01% |
| Mar 31, 2024 | 21.25% |
| Dec 31, 2023 | -67.72% |
| Sep 30, 2023 | 77.45% |
| Jun 30, 2023 | 70.80% |
| Mar 31, 2023 | -10.43% |
| Dec 31, 2022 | 394.24% |
| Sep 30, 2022 | 72.66% |
| Jun 30, 2022 | -790.14% |
| Mar 31, 2022 | -203.77% |
| Dec 31, 2021 | 197.83% |
| Sep 30, 2021 | -39.76% |
API Access
Antero Resources Share-based Compensation Growth (1y) 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=share-based-compensation-growth-1y&ticker=AR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-1y", "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=share-based-compensation-growth-1y&ticker=AR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();