Marathon Petroleum (MPC) Dividend Yield (2011 - 2026)
Marathon Petroleum's (MPC) quarterly Dividend Yield came in at 0.57% in Q2 2026, down 16.0% year-over-year from 0.67% in Q2 2025, and down 0.96% quarter-over-quarter from 0.57% in Q1 2026.
Marathon Petroleum (MPC) Dividend Yield (2011 - 2026) Analysis & Trends
Marathon Petroleum has disclosed Dividend Yield across 16 years of filings, most recently posting 0.57% for Q2 2026.
- In Q2 2026, Dividend Yield fell 16.0% year-over-year to 0.57%; the TTM figure through Jun 2026 stood at 2.21% (down 65.0% YoY), while the FY2025 annual figure was 3.16%, changed 0.0% from the prior year.
- Dividend Yield came in at 0.57% for Q2 2026 at Marathon Petroleum, down from 0.57% in the prior quarter.
- In the past five years, Dividend Yield ranged from a high of 0.85% in Q4 2025 to a low of 0.47% in Q1 2024.
- Average Dividend Yield over 5 years is 0.66%, with a median of 0.63% recorded in 2024.
- Year-over-year, Dividend Yield sank 37 bps in 2022 and surged 35 bps in 2025.
- Over 5 years, Dividend Yield stood at 0.68% in 2022, then dropped by 9 bps to 0.62% in 2023, then jumped by 38 bps to 0.85% in 2024, then climbed by 0 bps to 0.85% in 2025, then plunged by 34 bps to 0.57% in 2026.
- Per Business Quant data, the three most recent Dividend Yield figures were 0.57% in Q2 2026, 0.57% in Q1 2026, and 0.85% in Q4 2025.
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, 2026 | 0.57% |
| Mar 31, 2026 | 0.57% |
| Dec 31, 2025 | 0.85% |
| Sep 30, 2025 | 0.63% |
| Jun 30, 2025 | 0.73% |
| Mar 31, 2025 | 0.83% |
| Dec 31, 2024 | 0.85% |
| Sep 30, 2024 | 0.64% |
| Jun 30, 2024 | 0.58% |
| Mar 31, 2024 | 0.47% |
| Dec 31, 2023 | 0.62% |
| Sep 30, 2023 | 0.52% |
| Jun 30, 2023 | 0.68% |
| Mar 31, 2023 | 0.59% |
| Dec 31, 2022 | 0.68% |
| Sep 30, 2022 | 0.61% |
| Jun 30, 2022 | 0.76% |
| Mar 31, 2022 | 0.71% |
| Dec 31, 2021 | 0.98% |
| Sep 30, 2021 | 0.97% |
Marathon Petroleum Dividend Yield 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=dividend-yield&ticker=MPC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-yield", "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=dividend-yield&ticker=MPC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();