GrabAGun Digital Holdings Inc. (PEW-WT) FCF Payout Ratio (2024 - 2025)
GrabAGun Digital Holdings (PEW-WT) posted FCF Payout Ratio of 0.47 for Q3 2025, up 49.91% on a QoQ basis from 0.93 in Q2 2025.
Analysis
GrabAGun Digital Holdings Inc. (PEW-WT) FCF Payout Ratio (2024 - 2025) Analysis & Trends
GrabAGun Digital Holdings has reported FCF Payout Ratio for 2 years, with the latest figure at 0.47 in Q3 2025.
- On a quarterly basis, FCF Payout Ratio changed N/A year-over-year to 0.47 in Q3 2025; TTM through Jun 2026 was 0.08, a N/A change from a year earlier, with the FY2025 full-year figure at 0.4, down 115.98% from the prior year.
- FCF Payout Ratio was 0.47 for Q3 2025 at GrabAGun Digital Holdings, up from 0.93 in the prior quarter.
- The five-year high for FCF Payout Ratio was 0.8 in Q1 2025, with the low at 0.93 in Q2 2025.
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | -0.47 |
| Jun 30, 2025 | -0.93 |
| Mar 31, 2025 | 0.80 |
| Dec 31, 2024 | 0.39 |
API Access
GrabAGun Digital Holdings Inc. FCF Payout 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=fcf-payout-ratio&ticker=PEW-WT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-payout-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=fcf-payout-ratio&ticker=PEW-WT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();