NPK International (NPKI) Asset Utilization Ratio (2011 - 2026)
NPK International's (NPKI) quarterly Asset Utilization Ratio came in at 0.68 in Q2 2026, up 13.1% year-over-year from 0.6 in Q2 2025, and up 3.71% quarter-over-quarter from 0.65 in Q1 2026.
NPK International (NPKI) Asset Utilization Ratio (2011 - 2026) Analysis & Trends
NPK International has disclosed Asset Utilization Ratio across 16 years of filings, most recently posting 0.68 for Q2 2026.
- In Q2 2026, Asset Utilization Ratio rose 13.1% year-over-year to 0.68; the TTM figure through Jun 2026 stood at 0.68 (up 13.1% YoY), while the FY2025 annual figure was 0.66, up 57.97% from the prior year.
- Asset Utilization Ratio came in at 0.68 for Q2 2026 at NPK International, up from 0.65 in the prior quarter.
- In the past five years, Asset Utilization Ratio ranged from a high of 1.0 in Q3 2022 to a low of 0.06 in Q3 2023.
- Average Asset Utilization Ratio over 5 years is 0.56, with a median of 0.6 recorded in 2025.
- Year-over-year, Asset Utilization Ratio tumbled 93.53% in 2023 and jumped 526.42% in 2024.
- Over 5 years, Asset Utilization Ratio stood at 0.26 in 2022, then soared by 186.62% to 0.75 in 2023, then fell by 25.63% to 0.56 in 2024, then increased by 17.91% to 0.65 in 2025, then increased by 3.47% to 0.68 in 2026.
- Per Business Quant data, the three most recent Asset Utilization Ratio figures were 0.68 in Q2 2026, 0.65 in Q1 2026, and 0.65 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Asset Util. (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 0.50 |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn | 0.36 |
| 3 | EquipmentShare.com | 3.88 Bn | 3.43 Bn | 411.00 Mn | - |
| 4 | WillScot Holdings | 3.29 Bn | 3.29 Bn | 306.26 Mn | 0.39 |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn | 0.38 |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn | 0.58 |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn | 0.57 |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | 0.68 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.68 |
| Mar 31, 2026 | 0.65 |
| Dec 31, 2025 | 0.65 |
| Sep 30, 2025 | 0.65 |
| Jun 30, 2025 | 0.60 |
| Mar 31, 2025 | 0.60 |
| Dec 31, 2024 | 0.56 |
| Sep 30, 2024 | 0.41 |
| Jun 30, 2024 | 0.35 |
| Mar 31, 2024 | 0.52 |
| Dec 31, 2023 | 0.75 |
| Sep 30, 2023 | 0.06 |
| Jun 30, 2023 | 0.30 |
| Mar 31, 2023 | 0.31 |
| Dec 31, 2022 | 0.26 |
| Sep 30, 2022 | 1.00 |
| Jun 30, 2022 | 0.92 |
| Mar 31, 2022 | 0.86 |
| Dec 31, 2021 | 0.83 |
| Sep 30, 2021 | 0.79 |
NPK International Asset Utilization 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=asset-utilization-ratio&ticker=NPKI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "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=asset-utilization-ratio&ticker=NPKI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();