Marathon Petroleum (MPC) Non Operating Income (2010 - 2014)
Marathon Petroleum's (MPC) quarterly Non Operating Income came in at -$50.0 million in Q3 2014, down 6.38% year-over-year from -$53.4 million in Q3 2013, and down 4.17% quarter-over-quarter from -$48.0 million in Q2 2014.
Marathon Petroleum (MPC) Non Operating Income (2010 - 2014) Analysis & Trends
Marathon Petroleum has disclosed Non Operating Income across 5 years of filings, most recently posting -$50.0 million for Q3 2014.
- In Q3 2014, Non Operating Income fell 6.38% year-over-year to -$50.0 million; the TTM figure through Sep 2014 stood at -$183.0 million (up 1.61% YoY), while the FY2013 annual figure was -$179.0 million, down 62.73% from the prior year.
- Non Operating Income came in at -$50.0 million for Q3 2014 at Marathon Petroleum, down from -$48.0 million in the prior quarter.
- In the past five years, Non Operating Income ranged from a high of $3.0 million in Q2 2011 to a low of -$62.0 million in Q4 2011.
- Average Non Operating Income over 5 years is -$31.2 million, with a median of -$45.0 million recorded in 2013.
- Year-over-year, Non Operating Income surged 116.67% in 2011 and plunged 2600.0% in 2012.
- Over 5 years, Non Operating Income stood at -$3.0 million in 2010, then tumbled by 1966.67% to -$62.0 million in 2011, then climbed by 25.81% to -$46.0 million in 2012, then increased by 15.22% to -$39.0 million in 2013, then slipped by 28.21% to -$50.0 million in 2014.
- Per Business Quant data, the three most recent Non Operating Income figures were -$50.0 million in Q3 2014, -$48.0 million in Q2 2014, and -$46.0 million in Q1 2014.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (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.00 Mn |
| 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 | -80.50 Mn |
| 10 | Par Pacific Holdings | 3.96 Bn | 3.81 Bn | 852.68 Mn | -27.57 Mn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2014 | -50.00 Mn |
| Jun 30, 2014 | -48.00 Mn |
| Mar 31, 2014 | -46.00 Mn |
| Dec 31, 2013 | -39.00 Mn |
| Sep 30, 2013 | -47.00 Mn |
| Jun 30, 2013 | -45.00 Mn |
| Mar 31, 2013 | -48.00 Mn |
| Dec 31, 2012 | -46.00 Mn |
| Sep 30, 2012 | -25.00 Mn |
| Jun 30, 2012 | -7.00 Mn |
| Dec 31, 2011 | -62.00 Mn |
| Sep 30, 2011 | 1.00 Mn |
| Jun 30, 2011 | 3.00 Mn |
| Dec 31, 2010 | -3.00 Mn |
| Sep 30, 2010 | -6.00 Mn |
Marathon Petroleum Non Operating Income 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=non-operating-income&ticker=MPC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "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=non-operating-income&ticker=MPC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();