NPK International (NPKI) Enterprise Value (2010 - 2026)
NPK International's (NPKI) quarterly Enterprise Value came in at $1.3 billion in Q2 2026, up 93.87% year-over-year from $692.5 million in Q2 2025, and up 10.31% quarter-over-quarter from $1.2 billion in Q1 2026.
NPK International (NPKI) Enterprise Value (2010 - 2026) Analysis & Trends
NPK International has disclosed Enterprise Value across 17 years of filings, most recently posting $1.3 billion for Q2 2026.
- In Q2 2026, Enterprise Value rose 93.87% year-over-year to $1.3 billion; the TTM figure through Jun 2026 stood at $1.3 billion (up 93.87% YoY), while the FY2025 annual figure was $1.1 billion, up 66.95% from the prior year.
- Enterprise Value came in at $1.3 billion for Q2 2026 at NPK International, up from $1.2 billion in the prior quarter.
- In the past five years, Enterprise Value ranged from a high of $1.3 billion in Q2 2026 to a low of $216.5 million in Q3 2022.
- Average Enterprise Value over 5 years is $623.8 million, with a median of $567.1 million recorded in 2023.
- Year-over-year, Enterprise Value fell 20.74% in 2022 and jumped 159.23% in 2023.
- Over 5 years, Enterprise Value stood at $384.7 million in 2022, then jumped by 48.94% to $572.9 million in 2023, then grew by 11.79% to $640.5 million in 2024, then soared by 66.95% to $1.1 billion in 2025, then rose by 25.56% to $1.3 billion in 2026.
- Per Business Quant data, the three most recent Enterprise Value figures were $1.3 billion in Q2 2026, $1.2 billion in Q1 2026, and $1.1 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn |
| 3 | EquipmentShare.com | 3.88 Bn | 3.43 Bn | 411.00 Mn |
| 4 | WillScot Holdings | 3.29 Bn | 3.29 Bn | 306.26 Mn |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.34 Bn |
| Mar 31, 2026 | 1.22 Bn |
| Dec 31, 2025 | 1.07 Bn |
| Sep 30, 2025 | 920.00 Mn |
| Jun 30, 2025 | 692.51 Mn |
| Mar 31, 2025 | 470.24 Mn |
| Dec 31, 2024 | 640.48 Mn |
| Sep 30, 2024 | 556.52 Mn |
| Jun 30, 2024 | 683.44 Mn |
| Mar 31, 2024 | 577.46 Mn |
| Dec 31, 2023 | 572.91 Mn |
| Sep 30, 2023 | 561.35 Mn |
| Jun 30, 2023 | 431.68 Mn |
| Mar 31, 2023 | 303.96 Mn |
| Dec 31, 2022 | 384.67 Mn |
| Sep 30, 2022 | 216.55 Mn |
| Jun 30, 2022 | 270.30 Mn |
| Mar 31, 2022 | 316.71 Mn |
| Dec 31, 2021 | 297.35 Mn |
| Sep 30, 2021 | 273.21 Mn |
NPK International Enterprise Value 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=enterprise-value&ticker=NPKI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "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=enterprise-value&ticker=NPKI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();