Murphy USA Inc. has paid 24 recorded cash distributions, spanning 2020 to 2026.
The highest single cash dividend paid by Murphy USA Inc. is $0.65. The latest distribution of $0.65 was recorded on Sep 3, 2026.
The most recently recorded trailing dividend yield for Murphy USA Inc. stands at 46.95%, peaking at 3,937.48% on Oct 8, 2013, and averaging — across the selected range.
View 24 recorded historical distributions for Murphy USA Inc., covering a time period spanning from 2020 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Aug 24, 2026 | $0.65 | Cash | Sep 3, 2026 |
| 2 | May 18, 2026 | $0.64 | Cash | Jun 1, 2026 |
| 3 | Feb 23, 2026 | $0.63 | Cash | Mar 5, 2026 |
| 4 | Nov 10, 2025 | $0.63 | Cash | Dec 1, 2025 |
| 5 | Aug 25, 2025 | $0.53 | Cash | Sep 4, 2025 |
| 6 | May 12, 2025 | $0.50 | Cash | Jun 2, 2025 |
| 7 | Feb 24, 2025 | $0.49 | Cash | Mar 5, 2025 |
| 8 | Nov 4, 2024 | $0.48 | Cash | Dec 2, 2024 |
| 9 | Aug 26, 2024 | $0.45 | Cash | Sep 5, 2024 |
| 10 | May 17, 2024 | $0.44 | Cash | Jun 3, 2024 |
| 11 | Feb 23, 2024 | $0.42 | Cash | Mar 7, 2024 |
| 12 | Nov 3, 2023 | $0.41 | Cash | Dec 1, 2023 |
| 13 | Aug 25, 2023 | $0.39 | Cash | Sep 7, 2023 |
| 14 | May 12, 2023 | $0.38 | Cash | Jun 1, 2023 |
| 15 | Feb 17, 2023 | $0.37 | Cash | Mar 1, 2023 |
| 16 | Nov 7, 2022 | $0.35 | Cash | Dec 1, 2022 |
| 17 | Aug 29, 2022 | $0.32 | Cash | Sep 8, 2022 |
| 18 | May 16, 2022 | $0.31 | Cash | Jun 1, 2022 |
| 19 | Feb 17, 2022 | $0.29 | Cash | Mar 3, 2022 |
| 20 | Nov 5, 2021 | $0.29 | Cash | Dec 1, 2021 |
Pull Murphy USA Inc.'s full dividend history (per-share payouts or trailing yield) into your own models, spreadsheets and apps with the Business Quant Dividends API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/dividends?ticker=MUSA&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "MUSA", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=MUSA&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();