Murphy USA (MUSA) Cash from Operations (2012 - 2026)
Murphy USA's (MUSA) quarterly Cash from Operations came in at $235.0 million in Q2 2026, down 7.88% year-over-year from $255.1 million in Q2 2025, and down 26.56% quarter-over-quarter from $320.0 million in Q1 2026.
Murphy USA (MUSA) Cash from Operations (2012 - 2026) Analysis & Trends
Murphy USA has disclosed Cash from Operations across 15 years of filings, most recently posting $235.0 million for Q2 2026.
- In Q2 2026, Cash from Operations fell 7.88% year-over-year to $235.0 million; the TTM figure through Jun 2026 stood at $985.3 million (up 18.08% YoY), while the FY2025 annual figure was $813.9 million, down 3.98% from the prior year.
- Cash from Operations came in at $235.0 million for Q2 2026 at Murphy USA, down from $320.0 million in the prior quarter.
- In the past five years, Cash from Operations ranged from a high of $339.2 million in Q1 2022 to a low of $128.5 million in Q1 2025.
- Average Cash from Operations over 5 years is $222.0 million, with a median of $229.1 million recorded in 2022.
- Year-over-year, Cash from Operations plunged 55.87% in 2023 and surged 149.03% in 2026.
- Over 5 years, Cash from Operations stood at $223.2 million in 2022, then gained by 22.36% to $273.1 million in 2023, then dropped by 8.93% to $248.7 million in 2024, then retreated by 1.29% to $245.5 million in 2025, then fell by 4.28% to $235.0 million in 2026.
- Per Business Quant data, the three most recent Cash from Operations figures were $235.0 million in Q2 2026, $320.0 million in Q1 2026, and $245.5 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Operations (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 22.08 Bn | 21.56 Bn | 1.24 Bn | 384.07 Mn |
| 2 | Murphy USA | 9.67 Bn | 9.49 Bn | 746.50 Mn | 235.00 Mn |
| 3 | Arko | 473.42 Mn | 281.56 Mn | - | 42.21 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 235.00 Mn |
| Mar 31, 2026 | 320.00 Mn |
| Dec 31, 2025 | 245.50 Mn |
| Sep 30, 2025 | 184.80 Mn |
| Jun 30, 2025 | 255.10 Mn |
| Mar 31, 2025 | 128.50 Mn |
| Dec 31, 2024 | 248.70 Mn |
| Sep 30, 2024 | 202.10 Mn |
| Jun 30, 2024 | 260.80 Mn |
| Mar 31, 2024 | 136.00 Mn |
| Dec 31, 2023 | 273.10 Mn |
| Sep 30, 2023 | 190.00 Mn |
| Jun 30, 2023 | 171.20 Mn |
| Mar 31, 2023 | 149.70 Mn |
| Dec 31, 2022 | 223.20 Mn |
| Sep 30, 2022 | 255.00 Mn |
| Jun 30, 2022 | 177.30 Mn |
| Mar 31, 2022 | 339.20 Mn |
| Dec 31, 2021 | 150.40 Mn |
| Sep 30, 2021 | 256.20 Mn |
Murphy USA Cash from Operations 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=cash-from-operations&ticker=MUSA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "ticker": "MUSA", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=cash-from-operations&ticker=MUSA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();