Eog Resources (EOG) Net Equity Issued and Repurchased (2011)
Eog Resources' (EOG) quarterly Net Equity Issued and Repurchased came in at -$5000.0 in Q4 2011, down 108.47% quarter-over-quarter from $59000.0 in Q2 2011.
Eog Resources (EOG) Net Equity Issued and Repurchased (2011) Analysis & Trends
Eog Resources has disclosed Net Equity Issued and Repurchased across 1 years of filings, most recently posting -$5000.0 for Q4 2011.
- In Q4 2011, Net Equity Issued and Repurchased changed N/A year-over-year to -$5000.0; the TTM figure through Sep 2012 stood at -$5000.0 (down 100.0% YoY), while the FY2011 annual figure was $1.4 billion, changed N/A from the prior year.
- Net Equity Issued and Repurchased came in at -$5000.0 for Q4 2011 at Eog Resources, down from $59000.0 in the prior quarter.
- In the past five years, Net Equity Issued and Repurchased ranged from a high of $1.4 billion in Q1 2011 to a low of -$5000.0 in Q4 2011.
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, 2011 | -5,000.00 |
| Jun 30, 2011 | 59,000.00 |
| Mar 31, 2011 | 1.39 Bn |
Eog 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=EOG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-equity-issued-and-repurchased", "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=net-equity-issued-and-repurchased&ticker=EOG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();