GrabAGun Digital Holdings Inc. (PEW-WT) Net Income towards Common Stockholders (2024 - 2026)
GrabAGun Digital Holdings (PEW-WT) posted Net Income towards Common Stockholders of -$1.8 million for Q2 2026, up 1.36% on a QoQ basis from -$1.8 million in Q1 2026, and down 319.93% year-over-year from $823000.0 in Q2 2025.
GrabAGun Digital Holdings Inc. (PEW-WT) Net Income towards Common Stockholders (2024 - 2026) Analysis & Trends
GrabAGun Digital Holdings has reported Net Income towards Common Stockholders for 3 years, with the latest figure at -$1.8 million in Q2 2026.
- On a quarterly basis, Net Income towards Common Stockholders fell 319.93% year-over-year to -$1.8 million in Q2 2026; TTM through Jun 2026 was -$6.9 million, a 282.18% decrease from a year earlier, with the FY2025 full-year figure at -$2.5 million, down 155.6% from the prior year.
- Net Income towards Common Stockholders was -$1.8 million for Q2 2026 at GrabAGun Digital Holdings, up from -$1.8 million in the prior quarter.
- The five-year high for Net Income towards Common Stockholders was $2.3 million in Q4 2024, with the low at -$3.3 million in Q3 2025.
- Average Net Income towards Common Stockholders over 3 years is -$232666.7, with a median of $95000.0 recorded in 2025.
- The sharpest annual moves came in 2025 and 2026: Net Income towards Common Stockholders plunged 90.67% in 2025, then slumped 2031.58% in 2026.
- Over 3 years, Net Income towards Common Stockholders stood at $2.3 million in 2024, then plunged by 100.04% to -$1000.0 in 2025, then plunged by 180900.0% to -$1.8 million in 2026.
- The last three Net Income towards Common Stockholders figures came in at -$1.8 million (Q2 2026), -$1.8 million (Q1 2026), and -$1000.0 (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.81 Mn |
| Mar 31, 2026 | -1.84 Mn |
| Dec 31, 2025 | -1,000.00 |
| Sep 30, 2025 | -3.25 Mn |
| Jun 30, 2025 | 823,000.00 |
| Mar 31, 2025 | 95,000.00 |
| Dec 31, 2024 | 2.32 Mn |
| Sep 30, 2024 | 554,000.00 |
| Mar 31, 2024 | 1.02 Mn |
GrabAGun Digital Holdings Inc. Net Income towards Common Stockholders 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=net-income-towards-common-stockholders&ticker=PEW-WT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "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=net-income-towards-common-stockholders&ticker=PEW-WT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();