NPK International (NPKI) EV to FCF (2010 - 2026)
NPK International's (NPKI) quarterly EV to FCF came in at 249.32 in Q2 2026, up 250.87% year-over-year from 71.06 in Q2 2025, and down 9.32% quarter-over-quarter from 274.93 in Q1 2026.
NPK International (NPKI) EV to FCF (2010 - 2026) Analysis & Trends
NPK International has disclosed EV to FCF across 17 years of filings, most recently posting 249.32 for Q2 2026.
- In Q2 2026, EV to FCF rose 250.87% year-over-year to 249.32; the TTM figure through Jun 2026 stood at 48.7 (up 211.56% YoY), while the FY2025 annual figure was 40.63, up 134.01% from the prior year.
- EV to FCF came in at 249.32 for Q2 2026 at NPK International, down from 274.93 in the prior quarter.
- In the past five years, EV to FCF ranged from a high of 274.93 in Q1 2026 to a low of 444.57 in Q2 2023.
- Average EV to FCF over 5 years is 25.15, with a median of 1.88 recorded in 2023.
- Year-over-year, EV to FCF slumped 4455.09% in 2023 and surged 614.25% in 2025.
- Over 5 years, EV to FCF stood at 51.42 in 2022, then surged by 141.17% to 21.17 in 2023, then sank by 270.74% to 36.15 in 2024, then surged by 614.25% to 185.89 in 2025, then surged by 34.12% to 249.32 in 2026.
- Per Business Quant data, the three most recent EV to FCF figures were 249.32 in Q2 2026, 274.93 in Q1 2026, and 185.89 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 31.01 Bn | 30.98 Bn | 1.25 Bn |
| 2 | Herc Holdings | 4.81 Bn | 4.77 Bn | 713.00 Mn |
| 3 | EquipmentShare.com | 3.99 Bn | 3.55 Bn | 411.00 Mn |
| 4 | WillScot Holdings | 3.32 Bn | 3.32 Bn | 306.26 Mn |
| 5 | Mcgrath Rentcorp | 2.77 Bn | 2.77 Bn | 107.91 Mn |
| 6 | Custom Truck One Source | 2.19 Bn | 2.18 Bn | 123.97 Mn |
| 7 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn |
| 8 | NPK International | 997.69 Mn | 989.34 Mn | 30.16 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 249.32 |
| Mar 31, 2026 | 274.93 |
| Dec 31, 2025 | 185.89 |
| Sep 30, 2025 | 76.65 |
| Jun 30, 2025 | 71.06 |
| Mar 31, 2025 | -397.50 |
| Dec 31, 2024 | -36.15 |
| Sep 30, 2024 | -82.98 |
| Jun 30, 2024 | 32.55 |
| Mar 31, 2024 | -298.89 |
| Dec 31, 2023 | 21.17 |
| Sep 30, 2023 | 25.28 |
| Jun 30, 2023 | -444.57 |
| Mar 31, 2023 | 13.53 |
| Dec 31, 2022 | -51.42 |
| Sep 30, 2022 | -16.30 |
| Jun 30, 2022 | -9.76 |
| Mar 31, 2022 | -65.56 |
| Dec 31, 2021 | -15.35 |
| Sep 30, 2021 | -13.14 |
NPK International EV to FCF 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=ev-to-fcf&ticker=NPKI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-to-fcf", "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=ev-to-fcf&ticker=NPKI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();