NPK International (NPKI) Change in Receivables (2010 - 2026)
NPK International's (NPKI) quarterly Change in Receivables came in at -$1.6 million in Q2 2026, up 57.23% year-over-year from -$1.0 million in Q2 2025, and down 152.02% quarter-over-quarter from $3.1 million in Q1 2026.
NPK International (NPKI) Change in Receivables (2010 - 2026) Analysis & Trends
NPK International has disclosed Change in Receivables across 17 years of filings, most recently posting -$1.6 million for Q2 2026.
- In Q2 2026, Change in Receivables rose 57.23% year-over-year to -$1.6 million; the TTM figure through Jun 2026 stood at -$890000.0 (down 102.3% YoY), while the FY2025 annual figure was $3.9 million, down 86.0% from the prior year.
- Change in Receivables came in at -$1.6 million for Q2 2026 at NPK International, down from $3.1 million in the prior quarter.
- In the past five years, Change in Receivables ranged from a high of $21.1 million in Q3 2022 to a low of -$30.9 million in Q4 2023.
- Average Change in Receivables over 5 years is $613611.1, with a median of $2.3 million recorded in 2025.
- Year-over-year, Change in Receivables tumbled 370.87% in 2023 and soared 234.81% in 2024.
- Over 5 years, Change in Receivables stood at $16.0 million in 2022, then slumped by 293.6% to -$30.9 million in 2023, then jumped by 146.21% to $14.3 million in 2024, then plunged by 89.78% to $1.5 million in 2025, then tumbled by 209.39% to -$1.6 million in 2026.
- Per Business Quant data, the three most recent Change in Receivables figures were -$1.6 million in Q2 2026, $3.1 million in Q1 2026, and $1.5 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 244.00 Mn |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn | 87.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 | 47.07 Mn |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn | 18.15 Mn |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn | 5.02 Mn |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn | 43.65 Mn |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | -1.60 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.60 Mn |
| Mar 31, 2026 | 3.07 Mn |
| Dec 31, 2025 | 1.46 Mn |
| Sep 30, 2025 | -3.82 Mn |
| Jun 30, 2025 | -3.73 Mn |
| Mar 31, 2025 | 10.02 Mn |
| Dec 31, 2024 | 14.28 Mn |
| Sep 30, 2024 | 18.10 Mn |
| Jun 30, 2024 | -7.51 Mn |
| Mar 31, 2024 | 3.14 Mn |
| Dec 31, 2023 | -30.90 Mn |
| Sep 30, 2023 | 5.41 Mn |
| Jun 30, 2023 | -12.04 Mn |
| Mar 31, 2023 | -27.29 Mn |
| Dec 31, 2022 | 15.96 Mn |
| Sep 30, 2022 | 21.14 Mn |
| Jun 30, 2022 | 11.15 Mn |
| Mar 31, 2022 | -5.80 Mn |
| Dec 31, 2021 | 34.90 Mn |
| Sep 30, 2021 | 20.79 Mn |
NPK International Change in Receivables 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=change-in-receivables&ticker=NPKI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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=change-in-receivables&ticker=NPKI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();