Permian Resources (PR) Cash & Equivalents Growth (1y) (2016 - 2026)
Analysis
Permian Resources (PR) Cash & Equivalents Growth (1y) (2016 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | 34.14% |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | 2,470.98% |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | -5.92% |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | 110.96% |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn | -42.64% |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn | -9.30% |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - | -70.79% |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn | 3,584.21% |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn | 314.95% |
| 10 | Antero Resources | 10.48 Bn | 9.91 Bn | 1.56 Bn | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -70.79% |
| Mar 31, 2026 | -75.68% |
| Dec 31, 2025 | -67.94% |
| Sep 30, 2025 | -58.90% |
| Jun 30, 2025 | 842.55% |
| Mar 31, 2025 | 5,432.90% |
| Dec 31, 2024 | 554.04% |
| Sep 30, 2024 | 28.49% |
| Jun 30, 2024 | 161.76% |
| Mar 31, 2024 | -50.41% |
| Dec 31, 2023 | 23.08% |
| Sep 30, 2023 | 365.14% |
| Jun 30, 2023 | -90.91% |
| Mar 31, 2023 | -49.44% |
| Dec 31, 2022 | 534.81% |
| Sep 30, 2022 | 813.02% |
| Jun 30, 2022 | 4,176.73% |
| Mar 31, 2022 | 362.91% |
| Dec 31, 2021 | 61.72% |
| Sep 30, 2021 | -3.71% |
API Access
Permian Resources Cash & Equivalents 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=cash-and-equivalents-growth-1y&ticker=PR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-1y", "ticker": "PR", "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-and-equivalents-growth-1y&ticker=PR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();