Murphy USA (MUSA) Total Liabilities (2012 - 2026)
Murphy USA's (MUSA) quarterly Total Liabilities came in at $4.3 billion in Q2 2026, up 8.2% year-over-year from $4.0 billion in Q2 2025, and up 2.25% quarter-over-quarter from $4.2 billion in Q1 2026.
Murphy USA (MUSA) Total Liabilities (2012 - 2026) Analysis & Trends
Murphy USA has disclosed Total Liabilities across 15 years of filings, most recently posting $4.3 billion for Q2 2026.
- In Q2 2026, Total Liabilities rose 8.2% year-over-year to $4.3 billion; the TTM figure through Jun 2026 stood at $4.3 billion (up 8.2% YoY), while the FY2025 annual figure was $4.1 billion, up 10.83% from the prior year.
- Total Liabilities came in at $4.3 billion for Q2 2026 at Murphy USA, up from $4.2 billion in the prior quarter.
- In the past five years, Total Liabilities ranged from a high of $4.3 billion in Q2 2026 to a low of $3.4 billion in Q3 2022.
- Average Total Liabilities over 5 years is $3.7 billion, with a median of $3.5 billion recorded in 2024.
- Year-over-year, Total Liabilities declined 0.36% in 2023 and rose 15.63% in 2025.
- Over 5 years, Total Liabilities stood at $3.5 billion in 2022, then rose by 0.82% to $3.5 billion in 2023, then increased by 5.42% to $3.7 billion in 2024, then grew by 10.83% to $4.1 billion in 2025, then grew by 4.88% to $4.3 billion in 2026.
- Per Business Quant data, the three most recent Total Liabilities figures were $4.3 billion in Q2 2026, $4.2 billion in Q1 2026, and $4.1 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Total Liabilities (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 22.08 Bn | 21.56 Bn | 1.24 Bn | 5.03 Bn |
| 2 | Murphy USA | 9.67 Bn | 9.49 Bn | 746.50 Mn | 4.30 Bn |
| 3 | Arko | 473.42 Mn | 281.56 Mn | - | 2.99 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.30 Bn |
| Mar 31, 2026 | 4.21 Bn |
| Dec 31, 2025 | 4.10 Bn |
| Sep 30, 2025 | 4.13 Bn |
| Jun 30, 2025 | 3.98 Bn |
| Mar 31, 2025 | 3.78 Bn |
| Dec 31, 2024 | 3.70 Bn |
| Sep 30, 2024 | 3.57 Bn |
| Jun 30, 2024 | 3.62 Bn |
| Mar 31, 2024 | 3.53 Bn |
| Dec 31, 2023 | 3.51 Bn |
| Sep 30, 2023 | 3.46 Bn |
| Jun 30, 2023 | 3.45 Bn |
| Mar 31, 2023 | 3.40 Bn |
| Dec 31, 2022 | 3.48 Bn |
| Sep 30, 2022 | 3.37 Bn |
| Jun 30, 2022 | 3.46 Bn |
| Mar 31, 2022 | 3.41 Bn |
| Dec 31, 2021 | 3.24 Bn |
| Sep 30, 2021 | 3.27 Bn |
Murphy USA Total Liabilities 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=total-liabilities&ticker=MUSA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-liabilities", "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=total-liabilities&ticker=MUSA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();