Murphy USA (MUSA) Invested Capital (2012 - 2026)
Murphy USA's (MUSA) quarterly Invested Capital came in at $3.0 billion in Q2 2026, up 8.85% year-over-year from $2.7 billion in Q2 2025, and up 5.46% quarter-over-quarter from $2.8 billion in Q1 2026.
Murphy USA (MUSA) Invested Capital (2012 - 2026) Analysis & Trends
Murphy USA has disclosed Invested Capital across 15 years of filings, most recently posting $3.0 billion for Q2 2026.
- In Q2 2026, Invested Capital rose 8.85% year-over-year to $3.0 billion; the TTM figure through Jun 2026 stood at $3.0 billion (up 8.85% YoY), while the FY2025 annual figure was $2.8 billion, up 4.37% from the prior year.
- Invested Capital came in at $3.0 billion for Q2 2026 at Murphy USA, up from $2.8 billion in the prior quarter.
- In the past five years, Invested Capital ranged from a high of $3.0 billion in Q2 2026 to a low of $2.4 billion in Q4 2022.
- Average Invested Capital over 5 years is $2.7 billion, with a median of $2.6 billion recorded in 2023.
- Year-over-year, Invested Capital fell 6.66% in 2022 and increased 8.85% in 2026.
- Over 5 years, Invested Capital stood at $2.4 billion in 2022, then increased by 7.39% to $2.6 billion in 2023, then grew by 2.28% to $2.7 billion in 2024, then rose by 4.37% to $2.8 billion in 2025, then rose by 5.8% to $3.0 billion in 2026.
- Per Business Quant data, the three most recent Invested Capital figures were $3.0 billion in Q2 2026, $2.8 billion in Q1 2026, and $2.8 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Invested Cap. (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 22.08 Bn | 21.56 Bn | 1.24 Bn | 6.52 Bn |
| 2 | Murphy USA | 9.67 Bn | 9.49 Bn | 746.50 Mn | 2.97 Bn |
| 3 | Arko | 473.42 Mn | 281.56 Mn | - | 1.15 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.97 Bn |
| Mar 31, 2026 | 2.82 Bn |
| Dec 31, 2025 | 2.81 Bn |
| Sep 30, 2025 | 2.79 Bn |
| Jun 30, 2025 | 2.73 Bn |
| Mar 31, 2025 | 2.71 Bn |
| Dec 31, 2024 | 2.69 Bn |
| Sep 30, 2024 | 2.67 Bn |
| Jun 30, 2024 | 2.61 Bn |
| Mar 31, 2024 | 2.58 Bn |
| Dec 31, 2023 | 2.63 Bn |
| Sep 30, 2023 | 2.65 Bn |
| Jun 30, 2023 | 2.55 Bn |
| Mar 31, 2023 | 2.52 Bn |
| Dec 31, 2022 | 2.45 Bn |
| Sep 30, 2022 | 2.58 Bn |
| Jun 30, 2022 | 2.57 Bn |
| Mar 31, 2022 | 2.60 Bn |
| Dec 31, 2021 | 2.62 Bn |
| Sep 30, 2021 | 2.64 Bn |
Murphy USA Invested Capital 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=invested-capital&ticker=MUSA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "invested-capital", "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=invested-capital&ticker=MUSA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();