Antero Resources (AR) Net Equity Issued and Repurchased (2015 - 2016)
Antero Resources (AR) posted Net Equity Issued and Repurchased of $175.0 million for Q4 2016, up 106.35% on a QoQ basis from $84.8 million in Q3 2016.
Antero Resources (AR) Net Equity Issued and Repurchased (2015 - 2016) Analysis & Trends
Antero Resources has reported Net Equity Issued and Repurchased for 2 years, with the latest figure at $175.0 million in Q4 2016.
- On a quarterly basis, Net Equity Issued and Repurchased changed N/A year-over-year to $175.0 million in Q4 2016; TTM through Dec 2016 was $260.0 million, a 51.66% decrease from a year earlier, with the FY2016 full-year figure at $1.0 billion, up 88.24% from the prior year.
- Net Equity Issued and Repurchased was $175.0 million for Q4 2016 at Antero Resources, up from $84.8 million in the prior quarter.
- The five-year high for Net Equity Issued and Repurchased was $537.9 million in Q1 2015, with the low at -$182000.0 in Q2 2015.
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 | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2016 | 175.02 Mn |
| Sep 30, 2016 | 84.82 Mn |
| Sep 30, 2015 | 139,000.00 |
| Jun 30, 2015 | -182,000.00 |
| Mar 31, 2015 | 537.88 Mn |
Antero 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=AR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-equity-issued-and-repurchased", "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=net-equity-issued-and-repurchased&ticker=AR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();