Permian Resources (PR) Net Equity Issued and Repurchased (2017)
Permian Resources (PR) posted Net Equity Issued and Repurchased of $340.8 million for Q4 2017.
Analysis
Permian Resources (PR) Net Equity Issued and Repurchased (2017) Analysis & Trends
Permian Resources has reported Net Equity Issued and Repurchased for 1 years, with the latest figure at $340.8 million in Q4 2017.
- On a quarterly basis, Net Equity Issued and Repurchased changed N/A year-over-year to $340.8 million in Q4 2017; TTM through Dec 2023 was $340.8 million, a N/A change from a year earlier, with the FY2024 full-year figure at $402.2 million, changed N/A from the prior year.
- Net Equity Issued and Repurchased was $340.8 million for Q4 2017 at Permian Resources.
- The five-year high for Net Equity Issued and Repurchased was $340.8 million in Q4 2017, with the low at $340.8 million in Q4 2017.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Equity Issued (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | -4.00 Mn |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | - |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | - |
| 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 | - |
| 10 | Antero Resources | 10.48 Bn | 9.91 Bn | 1.56 Bn | - |
API Access
Permian Resources Net Equity Issued and Repurchased 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=net-equity-issued-and-repurchased&ticker=PR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-equity-issued-and-repurchased", "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=net-equity-issued-and-repurchased&ticker=PR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();