NPK International (NPKI) Share-based Compensation (2010 - 2026)
NPK International's (NPKI) quarterly Share-based Compensation came in at $2.4 million in Q2 2026, up 70.45% year-over-year from $1.4 million in Q2 2025, and up 39.83% quarter-over-quarter from $1.7 million in Q1 2026.
NPK International (NPKI) Share-based Compensation (2010 - 2026) Analysis & Trends
NPK International has disclosed Share-based Compensation across 17 years of filings, most recently posting $2.4 million for Q2 2026.
- In Q2 2026, Share-based Compensation rose 70.45% year-over-year to $2.4 million; the TTM figure through Jun 2026 stood at $7.1 million (up 49.46% YoY), while the FY2025 annual figure was $5.5 million, up 5.34% from the prior year.
- Share-based Compensation came in at $2.4 million for Q2 2026 at NPK International, up from $1.7 million in the prior quarter.
- In the past five years, Share-based Compensation ranged from a high of $3.7 million in Q2 2022 to a low of -$94000.0 in Q3 2022.
- Average Share-based Compensation over 5 years is $1.6 million, with a median of $1.6 million recorded in 2023.
- Year-over-year, Share-based Compensation sank 103.84% in 2022 and surged 1875.53% in 2023.
- Over 5 years, Share-based Compensation stood at $1.8 million in 2022, then retreated by 5.0% to $1.7 million in 2023, then slumped by 32.5% to $1.1 million in 2024, then gained by 23.23% to $1.4 million in 2025, then jumped by 73.02% to $2.4 million in 2026.
- Per Business Quant data, the three most recent Share-based Compensation figures were $2.4 million in Q2 2026, $1.7 million in Q1 2026, and $1.4 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Share-based Compensation (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 26.00 Mn |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn | 1.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 | 7.90 Mn |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn | 2.86 Mn |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn | 4.49 Mn |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn | 3.43 Mn |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | 2.41 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.41 Mn |
| Mar 31, 2026 | 1.72 Mn |
| Dec 31, 2025 | 1.39 Mn |
| Sep 30, 2025 | 1.54 Mn |
| Jun 30, 2025 | 1.41 Mn |
| Mar 31, 2025 | 1.19 Mn |
| Dec 31, 2024 | 1.13 Mn |
| Sep 30, 2024 | 997,000.00 |
| Jun 30, 2024 | 1.63 Mn |
| Mar 31, 2024 | 1.50 Mn |
| Dec 31, 2023 | 1.67 Mn |
| Sep 30, 2023 | 1.67 Mn |
| Jun 30, 2023 | 1.56 Mn |
| Mar 31, 2023 | 1.74 Mn |
| Dec 31, 2022 | 1.76 Mn |
| Sep 30, 2022 | -94,000.00 |
| Jun 30, 2022 | 3.73 Mn |
| Mar 31, 2022 | 1.47 Mn |
| Dec 31, 2021 | 2.21 Mn |
| Sep 30, 2021 | 2.45 Mn |
NPK International Share-based Compensation 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=share-based-compensation&ticker=NPKI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "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=share-based-compensation&ticker=NPKI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();