Cvr Energy (CVI) Receivables - Other (2010 - 2019)
Cvr Energy (CVI) recorded quarterly Receivables - Other of $4.0 million in Q1 2019, little changed on a QoQ basis from $4.0 million in Q4 2018.
Cvr Energy (CVI) Receivables - Other (2010 - 2019) Analysis & Trends
Cvr Energy (CVI) has reported Receivables - Other for 10 consecutive years, with $4.0 million the latest figure, recorded in Q1 2019.
- For the quarter ending Q1 2019, Receivables - Other changed N/A year-over-year to $4.0 million; the trailing twelve-month figure through Mar 2019 stood at $4.0 million (changed N/A YoY), and the FY2018 full-year result was $4.0 million, down 21.57% from the prior year.
- Receivables - Other was $4.0 million for Q1 2019 at Cvr Energy, roughly flat from $4.0 million in the prior quarter.
- The five-year high for Receivables - Other was $14.6 million in Q2 2016, with the low at -$16.0 million in Q2 2018.
- Historically, Receivables - Other has averaged $4.4 million across 5 years, with a median of $4.5 million in 2017.
- Annual changes were most pronounced in 2016 — Receivables - Other gained 28.89% — and 2018, when it dropped 20.0%.
- Tracing CVI's Receivables - Other over 5 years: stood at $9.0 million in 2015, then plunged by 70.0% to $2.7 million in 2016, then surged by 85.19% to $5.0 million in 2017, then declined by 20.0% to $4.0 million in 2018, then changed by 0.0% to $4.0 million in 2019.
- Per Business Quant data, the three most recent Receivables - Other figures were $4.0 million in Q1 2019, $4.0 million in Q4 2018, and -$16.0 million in Q2 2018.
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 |
|---|---|
| Mar 31, 2019 | 4.00 Mn |
| Dec 31, 2018 | 4.00 Mn |
| Jun 30, 2018 | -16.00 Mn |
| Dec 31, 2017 | 5.00 Mn |
| Sep 30, 2016 | 2.70 Mn |
| Jun 30, 2016 | 14.60 Mn |
| Mar 31, 2016 | 11.60 Mn |
| Mar 31, 2015 | 9.00 Mn |
| Dec 31, 2014 | 44.50 Mn |
| Sep 30, 2014 | 500,000.00 |
| Sep 30, 2013 | -1.30 Mn |
| Jun 30, 2013 | -1.30 Mn |
| Mar 31, 2013 | -1.30 Mn |
| Dec 31, 2012 | 700,000.00 |
| Sep 30, 2012 | 1.20 Mn |
| Jun 30, 2012 | 1.20 Mn |
| Mar 31, 2012 | 1.20 Mn |
| Dec 31, 2011 | -25,000.00 |
| Sep 30, 2011 | 4.08 Mn |
| Jun 30, 2011 | 3.86 Mn |
Cvr Energy Receivables - Other 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=receivables-other&ticker=CVI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables-other", "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=receivables-other&ticker=CVI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();