Murphy USA (MUSA) Selling, General & Administrative (2012 - 2026)
Analysis
Murphy USA (MUSA) Selling, General & Administrative (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | SG&A (Qtr) |
|---|---|---|---|---|---|
| 1 | Caseys General Stores | 22.08 Bn | 21.56 Bn | 1.24 Bn | - |
| 2 | Murphy USA | 9.67 Bn | 9.49 Bn | 746.50 Mn | 60.50 Mn |
| 3 | Arko | 473.42 Mn | 281.56 Mn | - | 43.72 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 60.50 Mn |
| Mar 31, 2026 | 56.60 Mn |
| Dec 31, 2025 | 65.20 Mn |
| Sep 30, 2025 | 55.30 Mn |
| Jun 30, 2025 | 50.90 Mn |
| Mar 31, 2025 | 60.10 Mn |
| Dec 31, 2024 | 54.20 Mn |
| Sep 30, 2024 | 60.00 Mn |
| Jun 30, 2024 | 59.10 Mn |
| Mar 31, 2024 | 62.10 Mn |
| Dec 31, 2023 | 62.10 Mn |
| Sep 30, 2023 | 60.00 Mn |
| Jun 30, 2023 | 59.40 Mn |
| Mar 31, 2023 | 59.00 Mn |
| Dec 31, 2022 | 81.70 Mn |
| Sep 30, 2022 | 52.40 Mn |
| Jun 30, 2022 | 52.20 Mn |
| Mar 31, 2022 | 46.20 Mn |
| Dec 31, 2021 | 53.60 Mn |
| Sep 30, 2021 | 47.20 Mn |
API Access
Murphy USA Selling, General & Administrative 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=selling-general-and-administrative&ticker=MUSA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=MUSA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();