Murphy USA (MUSA) Property, Plant & Equipment (Net) Growth (1y) (2013 - 2026)
Analysis
Murphy USA (MUSA) Property, Plant & Equipment (Net) Growth (1y) (2013 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 22.08 Bn | 21.56 Bn | 1.24 Bn | 8.31% |
| 2 | Murphy USA | 9.67 Bn | 9.49 Bn | 746.50 Mn | 6.39% |
| 3 | Arko | 473.42 Mn | 281.56 Mn | - | 2.93% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 6.39% |
| Mar 31, 2026 | 6.16% |
| Dec 31, 2025 | 5.32% |
| Sep 30, 2025 | 6.47% |
| Jun 30, 2025 | 7.50% |
| Mar 31, 2025 | 8.27% |
| Dec 31, 2024 | 9.39% |
| Sep 30, 2024 | 8.72% |
| Jun 30, 2024 | 6.19% |
| Mar 31, 2024 | 4.75% |
| Dec 31, 2023 | 4.57% |
| Sep 30, 2023 | 3.40% |
| Jun 30, 2023 | 3.78% |
| Mar 31, 2023 | 3.53% |
| Dec 31, 2022 | 3.40% |
| Sep 30, 2022 | 2.78% |
| Jun 30, 2022 | 2.88% |
| Mar 31, 2022 | 3.92% |
| Dec 31, 2021 | 27.35% |
| Sep 30, 2021 | 27.90% |
API Access
Murphy USA Property, Plant & Equipment (Net) Growth (1y) 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=property-plant-and-equipment-net-growth-1y&ticker=MUSA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-growth-1y", "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=property-plant-and-equipment-net-growth-1y&ticker=MUSA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();