Eog Resources (EOG) Share-based Compensation Growth (3y) (2012 - 2026)
Analysis
Eog Resources (EOG) Share-based Compensation Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (3y) (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 | -67.73% |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | 50.30% |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | - |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn | 41.61% |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn | 10.06% |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - | -18.50% |
| 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 | 41.52% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 50.30% |
| Mar 31, 2026 | 46.05% |
| Dec 31, 2025 | -13.59% |
| Sep 30, 2025 | -25.66% |
| Jun 30, 2025 | 40.04% |
| Mar 31, 2025 | -38.31% |
| Dec 31, 2024 | 13.37% |
| Sep 30, 2024 | 31.54% |
| Jun 30, 2024 | -33.01% |
| Mar 31, 2024 | 16.05% |
| Dec 31, 2023 | -17.25% |
| Sep 30, 2023 | 49.84% |
| Jun 30, 2023 | 39.59% |
| Mar 31, 2023 | 3.57% |
| Dec 31, 2022 | 36.49% |
| Sep 30, 2022 | 11.60% |
| Jun 30, 2022 | 48.72% |
| Mar 31, 2022 | 75.97% |
| Dec 31, 2021 | -3.58% |
| Sep 30, 2021 | -60.61% |
API Access
Eog Resources Share-based Compensation Growth (3y) 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-3y&ticker=EOG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-3y", "ticker": "EOG", "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-3y&ticker=EOG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();