GrabAGun Digital Holdings Inc. (PEW-WT) Asset Utilization Ratio (2025 - 2026)
GrabAGun Digital Holdings (PEW-WT) posted Asset Utilization Ratio of 0.81 for Q2 2026, up 5.9% on a QoQ basis from 0.76 in Q1 2026, and down 87.39% year-over-year from 6.4 in Q2 2025.
GrabAGun Digital Holdings Inc. (PEW-WT) Asset Utilization Ratio (2025 - 2026) Analysis & Trends
GrabAGun Digital Holdings has reported Asset Utilization Ratio for 2 years, with the latest figure at 0.81 in Q2 2026.
- On a quarterly basis, Asset Utilization Ratio fell 87.39% year-over-year to 0.81 in Q2 2026; TTM through Jun 2026 was 0.81, a 87.39% decrease from a year earlier, with the FY2025 full-year figure at 1.33, down 78.68% from the prior year.
- Asset Utilization Ratio was 0.81 for Q2 2026 at GrabAGun Digital Holdings, up from 0.76 in the prior quarter.
- The five-year high for Asset Utilization Ratio was 6.4 in Q2 2025, with the low at 0.76 in Q1 2026.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.81 |
| Mar 31, 2026 | 0.76 |
| Dec 31, 2025 | 0.77 |
| Sep 30, 2025 | 1.40 |
| Jun 30, 2025 | 6.40 |
GrabAGun Digital Holdings Inc. Asset Utilization Ratio 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=asset-utilization-ratio&ticker=PEW-WT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "ticker": "PEW-WT", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=asset-utilization-ratio&ticker=PEW-WT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();