Murphy USA (MUSA) Non-Current Assets (2012 - 2026)
Murphy USA's (MUSA) quarterly Non-Current Assets came in at $4.1 billion in Q2 2026, up 6.01% year-over-year from $3.8 billion in Q2 2025, and up 2.05% quarter-over-quarter from $4.0 billion in Q1 2026.
Murphy USA (MUSA) Non-Current Assets (2012 - 2026) Analysis & Trends
Murphy USA has disclosed Non-Current Assets across 15 years of filings, most recently posting $4.1 billion for Q2 2026.
- In Q2 2026, Non-Current Assets rose 6.01% year-over-year to $4.1 billion; the TTM figure through Jun 2026 stood at $16.0 billion (up 5.45% YoY), while the FY2025 annual figure was $4.0 billion, up 4.86% from the prior year.
- Non-Current Assets came in at $4.1 billion for Q2 2026 at Murphy USA, up from $4.0 billion in the prior quarter.
- In the past five years, Non-Current Assets ranged from a high of $4.1 billion in Q2 2026 to a low of $3.3 billion in Q1 2022.
- Average Non-Current Assets over 5 years is $3.6 billion, with a median of $3.6 billion recorded in 2024.
- Year-over-year, Non-Current Assets advanced 2.76% in 2023 and advanced 7.97% in 2024.
- Over 5 years, Non-Current Assets stood at $3.4 billion in 2022, then rose by 3.45% to $3.5 billion in 2023, then grew by 7.97% to $3.8 billion in 2024, then climbed by 4.86% to $4.0 billion in 2025, then advanced by 2.49% to $4.1 billion in 2026.
- Per Business Quant data, the three most recent Non-Current Assets figures were $4.1 billion in Q2 2026, $4.0 billion in Q1 2026, and $4.0 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 22.08 Bn | 21.56 Bn | 1.24 Bn | 7.73 Bn |
| 2 | Murphy USA | 9.67 Bn | 9.49 Bn | 746.50 Mn | 4.08 Bn |
| 3 | Arko | 473.42 Mn | 281.56 Mn | - | 2.81 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.08 Bn |
| Mar 31, 2026 | 4.00 Bn |
| Dec 31, 2025 | 3.98 Bn |
| Sep 30, 2025 | 3.91 Bn |
| Jun 30, 2025 | 3.85 Bn |
| Mar 31, 2025 | 3.79 Bn |
| Dec 31, 2024 | 3.79 Bn |
| Sep 30, 2024 | 3.71 Bn |
| Jun 30, 2024 | 3.61 Bn |
| Mar 31, 2024 | 3.54 Bn |
| Dec 31, 2023 | 3.51 Bn |
| Sep 30, 2023 | 3.47 Bn |
| Jun 30, 2023 | 3.44 Bn |
| Mar 31, 2023 | 3.41 Bn |
| Dec 31, 2022 | 3.40 Bn |
| Sep 30, 2022 | 3.37 Bn |
| Jun 30, 2022 | 3.34 Bn |
| Mar 31, 2022 | 3.30 Bn |
| Dec 31, 2021 | 3.28 Bn |
| Sep 30, 2021 | 3.27 Bn |
Murphy USA Non-Current Assets 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-assets&ticker=MUSA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-assets", "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-assets&ticker=MUSA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();