Murphy USA (MUSA) Non-Current Debt (2012 - 2026)
Murphy USA's (MUSA) quarterly Non-Current Debt came in at $2.2 billion in Q2 2026, up 4.85% year-over-year from $2.1 billion in Q2 2025, and up 1.39% quarter-over-quarter from $2.1 billion in Q1 2026.
Murphy USA (MUSA) Non-Current Debt (2012 - 2026) Analysis & Trends
Murphy USA has disclosed Non-Current Debt across 15 years of filings, most recently posting $2.2 billion for Q2 2026.
- In Q2 2026, Non-Current Debt rose 4.85% year-over-year to $2.2 billion; the TTM figure through Jun 2026 stood at $2.2 billion (up 4.85% YoY), while the FY2025 annual figure was $2.2 billion, up 18.06% from the prior year.
- Non-Current Debt came in at $2.2 billion for Q2 2026 at Murphy USA, up from $2.1 billion in the prior quarter.
- In the past five years, Non-Current Debt ranged from a high of $2.2 billion in Q3 2025 to a low of $1.8 billion in Q2 2024.
- Average Non-Current Debt over 5 years is $1.9 billion, with a median of $1.8 billion recorded in 2022.
- Year-over-year, Non-Current Debt slipped 0.46% in 2023 and climbed 22.14% in 2025.
- Over 5 years, Non-Current Debt stood at $1.8 billion in 2022, then decreased by 0.4% to $1.8 billion in 2023, then gained by 2.69% to $1.8 billion in 2024, then gained by 18.06% to $2.2 billion in 2025, then gained by 0.16% to $2.2 billion in 2026.
- Per Business Quant data, the three most recent Non-Current Debt figures were $2.2 billion in Q2 2026, $2.1 billion in Q1 2026, and $2.2 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Debt (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 22.08 Bn | 21.56 Bn | 1.24 Bn | 2.33 Bn |
| 2 | Murphy USA | 9.67 Bn | 9.49 Bn | 746.50 Mn | 2.17 Bn |
| 3 | Arko | 473.42 Mn | 281.56 Mn | - | 658.50 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.17 Bn |
| Mar 31, 2026 | 2.14 Bn |
| Dec 31, 2025 | 2.16 Bn |
| Sep 30, 2025 | 2.22 Bn |
| Jun 30, 2025 | 2.07 Bn |
| Mar 31, 2025 | 1.97 Bn |
| Dec 31, 2024 | 1.83 Bn |
| Sep 30, 2024 | 1.82 Bn |
| Jun 30, 2024 | 1.78 Bn |
| Mar 31, 2024 | 1.78 Bn |
| Dec 31, 2023 | 1.78 Bn |
| Sep 30, 2023 | 1.79 Bn |
| Jun 30, 2023 | 1.79 Bn |
| Mar 31, 2023 | 1.79 Bn |
| Dec 31, 2022 | 1.79 Bn |
| Sep 30, 2022 | 1.79 Bn |
| Jun 30, 2022 | 1.80 Bn |
| Mar 31, 2022 | 1.80 Bn |
| Dec 31, 2021 | 1.80 Bn |
| Sep 30, 2021 | 1.80 Bn |
Murphy USA Non-Current Debt 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-current-debt&ticker=MUSA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-debt", "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-current-debt&ticker=MUSA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();