Murphy USA (MUSA) Total Non-Current Liabilities (2012 - 2026)
Murphy USA's (MUSA) quarterly Total Non-Current Liabilities came in at $4.2 billion in Q2 2026, up 8.2% year-over-year from $3.9 billion in Q2 2025, and up 2.25% quarter-over-quarter from $4.2 billion in Q1 2026.
Murphy USA (MUSA) Total Non-Current Liabilities (2012 - 2026) Analysis & Trends
Murphy USA has disclosed Total Non-Current Liabilities across 15 years of filings, most recently posting $4.2 billion for Q2 2026.
- In Q2 2026, Total Non-Current Liabilities rose 8.2% year-over-year to $4.2 billion; the TTM figure through Jun 2026 stood at $4.2 billion (up 8.2% YoY), while the FY2025 annual figure was $4.0 billion, up 10.88% from the prior year.
- Total Non-Current Liabilities came in at $4.2 billion for Q2 2026 at Murphy USA, up from $4.2 billion in the prior quarter.
- In the past five years, Total Non-Current Liabilities ranged from a high of $4.2 billion in Q2 2026 to a low of $3.3 billion in Q3 2022.
- Average Total Non-Current Liabilities over 5 years is $3.6 billion, with a median of $3.5 billion recorded in 2024.
- Year-over-year, Total Non-Current Liabilities fell 0.5% in 2023 and increased 15.73% in 2025.
- Over 5 years, Total Non-Current Liabilities stood at $3.4 billion in 2022, then grew by 0.75% to $3.5 billion in 2023, then increased by 5.41% to $3.7 billion in 2024, then gained by 10.88% to $4.0 billion in 2025, then grew by 4.89% to $4.2 billion in 2026.
- Per Business Quant data, the three most recent Total Non-Current Liabilities figures were $4.2 billion in Q2 2026, $4.2 billion in Q1 2026, and $4.0 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Total Non-Current Liabilities (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 22.08 Bn | 21.56 Bn | 1.24 Bn | 4.95 Bn |
| 2 | Murphy USA | 9.67 Bn | 9.49 Bn | 746.50 Mn | 4.25 Bn |
| 3 | Arko | 473.42 Mn | 281.56 Mn | - | 2.79 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.25 Bn |
| Mar 31, 2026 | 4.15 Bn |
| Dec 31, 2025 | 4.05 Bn |
| Sep 30, 2025 | 4.08 Bn |
| Jun 30, 2025 | 3.93 Bn |
| Mar 31, 2025 | 3.73 Bn |
| Dec 31, 2024 | 3.65 Bn |
| Sep 30, 2024 | 3.52 Bn |
| Jun 30, 2024 | 3.57 Bn |
| Mar 31, 2024 | 3.48 Bn |
| Dec 31, 2023 | 3.47 Bn |
| Sep 30, 2023 | 3.42 Bn |
| Jun 30, 2023 | 3.41 Bn |
| Mar 31, 2023 | 3.36 Bn |
| Dec 31, 2022 | 3.44 Bn |
| Sep 30, 2022 | 3.33 Bn |
| Jun 30, 2022 | 3.42 Bn |
| Mar 31, 2022 | 3.38 Bn |
| Dec 31, 2021 | 3.20 Bn |
| Sep 30, 2021 | 3.23 Bn |
Murphy USA Total Non-Current 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-non-current-liabilities&ticker=MUSA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-non-current-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-non-current-liabilities&ticker=MUSA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();