NPK International (NPKI) FCF Margin (2010 - 2026)
NPK International's (NPKI) quarterly FCF Margin came in at 6.6% in Q2 2026, down 768.0% year-over-year from 0.99% in Q2 2025, and up 11.93% quarter-over-quarter from 5.9% in Q1 2026.
NPK International (NPKI) FCF Margin (2010 - 2026) Analysis & Trends
NPK International has disclosed FCF Margin across 17 years of filings, most recently posting 6.6% for Q2 2026.
- In Q2 2026, FCF Margin fell 768.0% year-over-year to 6.6%; the TTM figure through Jun 2026 stood at 9.17% (up 1592.0% YoY), while the FY2025 annual figure was 9.5%, up 1196.0% from the prior year.
- FCF Margin came in at 6.6% for Q2 2026 at NPK International, up from 5.9% in the prior quarter.
- In the past five years, FCF Margin ranged from a high of 58.25% in Q4 2023 to a low of 30.8% in Q4 2024.
- Average FCF Margin over 5 years is 6.56%, with a median of 3.89% recorded in 2022.
- Year-over-year, FCF Margin soared 5637 bps in 2023 and plunged 8905 bps in 2024.
- Over 5 years, FCF Margin stood at 1.88% in 2022, then surged by 2995 bps to 58.25% in 2023, then sank by 153 bps to 30.8% in 2024, then surged by 125 bps to 7.65% in 2025, then decreased by 14 bps to 6.6% in 2026.
- Per Business Quant data, the three most recent FCF Margin figures were 6.6% in Q2 2026, 5.9% in Q1 2026, and 7.65% in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 2.60% |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn | 2.41% |
| 3 | EquipmentShare.com | 3.88 Bn | 3.43 Bn | 411.00 Mn | - |
| 4 | WillScot Holdings | 3.29 Bn | 3.29 Bn | 306.26 Mn | 6.57% |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn | -7.14% |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn | 100.35% |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn | -8.93% |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | 6.60% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 6.60% |
| Mar 31, 2026 | 5.90% |
| Dec 31, 2025 | 7.65% |
| Sep 30, 2025 | 17.44% |
| Jun 30, 2025 | 14.28% |
| Mar 31, 2025 | -1.83% |
| Dec 31, 2024 | -30.80% |
| Sep 30, 2024 | -15.17% |
| Jun 30, 2024 | 31.43% |
| Mar 31, 2024 | -3.95% |
| Dec 31, 2023 | 58.25% |
| Sep 30, 2023 | 38.78% |
| Jun 30, 2023 | -0.53% |
| Mar 31, 2023 | 11.23% |
| Dec 31, 2022 | 1.88% |
| Sep 30, 2022 | -6.04% |
| Jun 30, 2022 | -14.27% |
| Mar 31, 2022 | -2.74% |
| Dec 31, 2021 | -10.79% |
| Sep 30, 2021 | -13.70% |
NPK International FCF Margin 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-margin&ticker=NPKI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-margin", "ticker": "NPKI", "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-margin&ticker=NPKI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();