Marathon Petroleum (MPC) Interest & Investment Income (2010 - 2012)
Marathon Petroleum's (MPC) quarterly Interest & Investment Income came in at -$45.0 million in Q4 2012, down 104.55% year-over-year from $990.0 million in Q1 2012, and down 73.08% quarter-over-quarter from -$26.0 million in Q3 2012.
Marathon Petroleum (MPC) Interest & Investment Income (2010 - 2012) Analysis & Trends
Marathon Petroleum has disclosed Interest & Investment Income across 3 years of filings, most recently posting -$45.0 million for Q4 2012.
- In Q4 2012, Interest & Investment Income fell 104.55% year-over-year to -$45.0 million; the TTM figure through Dec 2012 stood at -$110.0 million (down 80.33% YoY), while the FY2012 annual figure was -$110.0 million, down 80.33% from the prior year.
- Interest & Investment Income came in at -$45.0 million for Q4 2012 at Marathon Petroleum, down from -$26.0 million in the prior quarter.
- In the past five years, Interest & Investment Income ranged from a high of $1.0 million in Q2 2010 to a low of -$45.0 million in Q4 2012.
- Average Interest & Investment Income over 3 years is -$16.3 million, with a median of -$15.0 million recorded in 2011.
- Year-over-year, Interest & Investment Income sank 1100.0% in 2011 and slumped 57.14% in 2012.
- Over 3 years, Interest & Investment Income stood at -$3.0 million in 2010, then tumbled by 633.33% to -$22.0 million in 2011, then slumped by 104.55% to -$45.0 million in 2012.
- Per Business Quant data, the three most recent Interest & Investment Income figures were -$45.0 million in Q4 2012, -$26.0 million in Q3 2012, and -$17.0 million in Q2 2012.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Int & Inv 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 | 15.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 | 40.90 Mn |
| 7 | Cvr Energy | 5.25 Bn | 4.73 Bn | 117.00 Mn | -25.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 | -100.10 Mn |
| 10 | Par Pacific Holdings | 3.96 Bn | 3.81 Bn | 852.68 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2012 | -45.00 Mn |
| Sep 30, 2012 | -26.00 Mn |
| Jun 30, 2012 | -17.00 Mn |
| Mar 31, 2012 | -22.00 Mn |
| Dec 31, 2011 | -22.00 Mn |
| Sep 30, 2011 | -15.00 Mn |
| Jun 30, 2011 | -10.00 Mn |
| Mar 31, 2011 | -14.00 Mn |
| Dec 31, 2010 | -3.00 Mn |
| Sep 30, 2010 | -6.00 Mn |
| Jun 30, 2010 | 1.00 Mn |
Marathon Petroleum Interest & Investment 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=interest-and-investment-income&ticker=MPC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-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=interest-and-investment-income&ticker=MPC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();