NPK International (NPKI) Price to Book (2010 - 2026)
NPK International's (NPKI) quarterly Price to Book came in at 3.64 in Q2 2026, up 66.48% year-over-year from 2.19 in Q2 2025, and up 6.96% quarter-over-quarter from 3.4 in Q1 2026.
NPK International (NPKI) Price to Book (2010 - 2026) Analysis & Trends
NPK International has disclosed Price to Book across 17 years of filings, most recently posting 3.64 for Q2 2026.
- In Q2 2026, Price to Book rose 66.48% year-over-year to 3.64; the TTM figure through Jun 2026 stood at 3.64 (up 66.48% YoY), while the FY2025 annual figure was 3.06, up 51.76% from the prior year.
- Price to Book came in at 3.64 for Q2 2026 at NPK International, up from 3.4 in the prior quarter.
- In the past five years, Price to Book ranged from a high of 3.64 in Q2 2026 to a low of 0.56 in Q3 2022.
- Average Price to Book over 5 years is 1.73, with a median of 1.48 recorded in 2024.
- Year-over-year, Price to Book declined 14.09% in 2022 and surged 152.88% in 2023.
- Over 5 years, Price to Book stood at 0.91 in 2022, then surged by 51.86% to 1.38 in 2023, then jumped by 45.96% to 2.02 in 2024, then soared by 51.76% to 3.06 in 2025, then grew by 18.89% to 3.64 in 2026.
- Per Business Quant data, the three most recent Price to Book figures were 3.64 in Q2 2026, 3.4 in Q1 2026, and 3.06 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 | 3.64 |
| Mar 31, 2026 | 3.40 |
| Dec 31, 2025 | 3.06 |
| Sep 30, 2025 | 2.86 |
| Jun 30, 2025 | 2.19 |
| Mar 31, 2025 | 1.50 |
| Dec 31, 2024 | 2.02 |
| Sep 30, 2024 | 1.89 |
| Jun 30, 2024 | 1.68 |
| Mar 31, 2024 | 1.46 |
| Dec 31, 2023 | 1.38 |
| Sep 30, 2023 | 1.42 |
| Jun 30, 2023 | 1.10 |
| Mar 31, 2023 | 0.79 |
| Dec 31, 2022 | 0.91 |
| Sep 30, 2022 | 0.56 |
| Jun 30, 2022 | 0.64 |
| Mar 31, 2022 | 0.73 |
| Dec 31, 2021 | 0.70 |
| Sep 30, 2021 | 0.65 |
NPK International Price to Book 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=price-to-book&ticker=NPKI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "price-to-book", "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=price-to-book&ticker=NPKI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();