Cvr Energy (CVI) Raw Materials (2010 - 2013)
Cvr Energy (CVI) recorded quarterly Raw Materials of $44.3 million in Q2 2013, down 1.7% on a QoQ basis from $45.1 million in Q1 2013, and up 13.06% YoY from $39.2 million in Q2 2012.
Cvr Energy (CVI) Raw Materials (2010 - 2013) Analysis & Trends
Cvr Energy (CVI) has reported Raw Materials for 4 consecutive years, with $44.3 million the latest figure, recorded in Q2 2013.
- For the quarter ending Q2 2013, Raw Materials rose 13.06% year-over-year to $44.3 million; the trailing twelve-month figure through Jun 2013 stood at $44.3 million (up 13.06% YoY), and the FY2012 full-year result was $45.8 million, up 15.65% from the prior year.
- Raw Materials was $44.3 million for Q2 2013 at Cvr Energy, down from $45.1 million in the prior quarter.
- The five-year high for Raw Materials was $46.7 million in Q3 2012, with the low at $24.1 million in Q4 2010.
- Historically, Raw Materials has averaged $40.5 million across 4 years, with a median of $42.0 million in 2011.
- Annual changes were most pronounced in 2011 — Raw Materials surged 64.19% — and 2013, when it climbed 13.06%.
- Tracing CVI's Raw Materials over 4 years: stood at $24.1 million in 2010, then surged by 64.19% to $39.6 million in 2011, then climbed by 15.65% to $45.8 million in 2012, then declined by 3.28% to $44.3 million in 2013.
- Per Business Quant data, the three most recent Raw Materials figures were $44.3 million in Q2 2013, $45.1 million in Q1 2013, and $45.8 million in Q4 2012.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Marathon Petroleum | 109.49 Bn | 108.36 Bn | 9.27 Bn |
| 2 | Valero Energy | 108.59 Bn | 103.98 Bn | 5.47 Bn |
| 3 | HF Sinclair | 18.97 Bn | 16.77 Bn | 1.57 Bn |
| 4 | Sunoco | 10.01 Bn | 9.24 Bn | 1.46 Bn |
| 5 | PBF Energy | 8.52 Bn | 7.77 Bn | 1.15 Bn |
| 6 | Ultrapar Holdings | 8.23 Bn | 6.52 Bn | 912.61 Mn |
| 7 | Cvr Energy | 5.25 Bn | 4.73 Bn | 117.00 Mn |
| 8 | Icahn Enterprises | 5.06 Bn | 3.09 Bn | 198.00 Mn |
| 9 | Delek US Holdings | 4.49 Bn | 4.10 Bn | 365.10 Mn |
| 10 | Par Pacific Holdings | 3.96 Bn | 3.81 Bn | 852.68 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2013 | 44.30 Mn |
| Mar 31, 2013 | 45.07 Mn |
| Dec 31, 2012 | 45.80 Mn |
| Sep 30, 2012 | 46.72 Mn |
| Jun 30, 2012 | 39.18 Mn |
| Mar 31, 2012 | 39.38 Mn |
| Dec 31, 2011 | 39.60 Mn |
| Dec 31, 2010 | 24.12 Mn |
Cvr Energy Raw Materials 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=raw-materials&ticker=CVI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "raw-materials", "ticker": "CVI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=raw-materials&ticker=CVI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();