GrabAGun Digital Holdings Inc. (PEW-WT) Tax Provisions (2026)
GrabAGun Digital Holdings (PEW-WT) posted Tax Provisions of $3000.0 for Q2 2026.
Analysis
GrabAGun Digital Holdings Inc. (PEW-WT) Tax Provisions (2026) Analysis & Trends
GrabAGun Digital Holdings has reported Tax Provisions for 1 years, with the latest figure at $3000.0 in Q2 2026.
- On a quarterly basis, Tax Provisions changed N/A year-over-year to $3000.0 in Q2 2026; TTM through Jun 2026 was $3000.0, a N/A change from a year earlier, with the FY2025 full-year figure at -$524000.0, down 155.33% from the prior year.
- Tax Provisions was $3000.0 for Q2 2026 at GrabAGun Digital Holdings.
- The five-year high for Tax Provisions was $3000.0 in Q2 2026, with the low at $3000.0 in Q2 2026.
Peer Set
Peer Comparison
API Access
GrabAGun Digital Holdings Inc. Tax Provisions 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=tax-provisions&ticker=PEW-WT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-provisions", "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=tax-provisions&ticker=PEW-WT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();