Marathon Petroleum (MPC) Finished Goods (2010 - 2013)
Marathon Petroleum's (MPC) quarterly Finished Goods came in at $2.5 billion in Q2 2013, up 54.05% year-over-year from $1.6 billion in Q2 2012, and up 2.28% quarter-over-quarter from $2.4 billion in Q1 2013.
Marathon Petroleum (MPC) Finished Goods (2010 - 2013) Analysis & Trends
Marathon Petroleum has disclosed Finished Goods across 4 years of filings, most recently posting $2.5 billion for Q2 2013.
- In Q2 2013, Finished Goods rose 54.05% year-over-year to $2.5 billion; the TTM figure through Jun 2013 stood at $2.5 billion (up 54.05% YoY), while the FY2012 annual figure was $1.8 billion, up 2.09% from the prior year.
- Finished Goods came in at $2.5 billion for Q2 2013 at Marathon Petroleum, up from $2.4 billion in the prior quarter.
- In the past five years, Finished Goods ranged from a high of $2.5 billion in Q2 2013 to a low of $1.6 billion in Q2 2012.
- Average Finished Goods over 4 years is $1.9 billion, with a median of $1.8 billion recorded in 2011.
- Year-over-year, Finished Goods decreased 19.28% in 2012 and surged 54.05% in 2013.
- Over 4 years, Finished Goods stood at $1.7 billion in 2010, then advanced by 0.52% to $1.7 billion in 2011, then grew by 2.09% to $1.8 billion in 2012, then jumped by 40.32% to $2.5 billion in 2013.
- Per Business Quant data, the three most recent Finished Goods figures were $2.5 billion in Q2 2013, $2.4 billion in Q1 2013, and $1.8 billion 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 | 2.47 Bn |
| Mar 31, 2013 | 2.42 Bn |
| Dec 31, 2012 | 1.76 Bn |
| Sep 30, 2012 | 2.04 Bn |
| Jun 30, 2012 | 1.60 Bn |
| Mar 31, 2012 | 1.85 Bn |
| Dec 31, 2011 | 1.73 Bn |
| Sep 30, 2011 | 1.80 Bn |
| Jun 30, 2011 | 1.99 Bn |
| Dec 31, 2010 | 1.72 Bn |
Marathon Petroleum Finished Goods 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=finished-goods&ticker=MPC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "finished-goods", "ticker": "MPC", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=finished-goods&ticker=MPC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();