Murphy USA (MUSA) Non Operating Income (2012 - 2026)
Murphy USA's (MUSA) quarterly Non Operating Income came in at -$27.3 million in Q2 2026, down 2.25% year-over-year from -$27.9 million in Q2 2025, and up 5.86% quarter-over-quarter from -$29.0 million in Q1 2026.
Murphy USA (MUSA) Non Operating Income (2012 - 2026) Analysis & Trends
Murphy USA has disclosed Non Operating Income across 15 years of filings, most recently posting -$27.3 million for Q2 2026.
- In Q2 2026, Non Operating Income fell 2.25% year-over-year to -$27.3 million; the TTM figure through Jun 2026 stood at -$112.8 million (down 16.41% YoY), while the FY2025 annual figure was -$109.3 million, down 19.72% from the prior year.
- Non Operating Income came in at -$27.3 million for Q2 2026 at Murphy USA, up from -$29.0 million in the prior quarter.
- In the past five years, Non Operating Income ranged from a high of -$20.3 million in Q1 2022 to a low of -$29.0 million in Q1 2026.
- Average Non Operating Income over 5 years is -$24.1 million, with a median of -$23.6 million recorded in 2023.
- Year-over-year, Non Operating Income grew 5.43% in 2023 and sank 32.55% in 2025.
- Over 5 years, Non Operating Income stood at -$22.1 million in 2022, then advanced by 5.43% to -$20.9 million in 2023, then retreated by 1.44% to -$21.2 million in 2024, then slumped by 32.55% to -$28.1 million in 2025, then increased by 2.85% to -$27.3 million in 2026.
- Per Business Quant data, the three most recent Non Operating Income figures were -$27.3 million in Q2 2026, -$29.0 million in Q1 2026, and -$28.1 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 22.08 Bn | 21.56 Bn | 1.24 Bn | - |
| 2 | Murphy USA | 9.67 Bn | 9.49 Bn | 746.50 Mn | -27.30 Mn |
| 3 | Arko | 473.42 Mn | 281.56 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -27.30 Mn |
| Mar 31, 2026 | -29.00 Mn |
| Dec 31, 2025 | -28.10 Mn |
| Sep 30, 2025 | -28.40 Mn |
| Jun 30, 2025 | -26.70 Mn |
| Mar 31, 2025 | -26.10 Mn |
| Dec 31, 2024 | -21.20 Mn |
| Sep 30, 2024 | -22.90 Mn |
| Jun 30, 2024 | -23.90 Mn |
| Mar 31, 2024 | -23.30 Mn |
| Dec 31, 2023 | -20.90 Mn |
| Sep 30, 2023 | -23.90 Mn |
| Jun 30, 2023 | -23.00 Mn |
| Mar 31, 2023 | -23.80 Mn |
| Dec 31, 2022 | -22.10 Mn |
| Sep 30, 2022 | -21.20 Mn |
| Jun 30, 2022 | -21.00 Mn |
| Mar 31, 2022 | -20.30 Mn |
| Dec 31, 2021 | -20.00 Mn |
| Sep 30, 2021 | -20.60 Mn |
Murphy USA 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=MUSA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "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=non-operating-income&ticker=MUSA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();