NPK International (NPKI) Cash from Investing Activities (2010 - 2026)
NPK International's (NPKI) quarterly Cash from Investing Activities came in at -$16.0 million in Q2 2026, down 156.78% year-over-year from $28.2 million in Q2 2025, and down 49.33% quarter-over-quarter from -$10.7 million in Q1 2026.
NPK International (NPKI) Cash from Investing Activities (2010 - 2026) Analysis & Trends
NPK International has disclosed Cash from Investing Activities across 17 years of filings, most recently posting -$16.0 million for Q2 2026.
- In Q2 2026, Cash from Investing Activities fell 156.78% year-over-year to -$16.0 million; the TTM figure through Jun 2026 stood at -$91.2 million (down 472.43% YoY), while the FY2025 annual figure was -$65.3 million, down 890.67% from the prior year.
- Cash from Investing Activities came in at -$16.0 million for Q2 2026 at NPK International, down from -$10.7 million in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of $61.5 million in Q4 2022 to a low of -$52.3 million in Q4 2025.
- Average Cash from Investing Activities over 5 years is -$2.4 million, with a median of -$6.6 million recorded in 2022.
- The largest YoY upside for Cash from Investing Activities was 1499.76% in 2024 against a maximum downside of 1483.17% in 2024.
- Over 5 years, Cash from Investing Activities stood at $61.5 million in 2022, then tumbled by 112.8% to -$7.9 million in 2023, then plunged by 89.13% to -$14.9 million in 2024, then sank by 251.63% to -$52.3 million in 2025, then surged by 69.41% to -$16.0 million in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$16.0 million in Q2 2026, -$10.7 million in Q1 2026, and -$52.3 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | -1.44 Bn |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn | -206.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 | -113.01 Mn |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn | -77.41 Mn |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn | -111.54 Mn |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn | -46.99 Mn |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | -16.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -16.00 Mn |
| Mar 31, 2026 | -10.71 Mn |
| Dec 31, 2025 | -52.29 Mn |
| Sep 30, 2025 | -12.22 Mn |
| Jun 30, 2025 | -6.23 Mn |
| Mar 31, 2025 | 5.42 Mn |
| Dec 31, 2024 | -14.87 Mn |
| Sep 30, 2024 | 40.17 Mn |
| Jun 30, 2024 | -4.30 Mn |
| Mar 31, 2024 | -12.74 Mn |
| Dec 31, 2023 | -7.86 Mn |
| Sep 30, 2023 | -2.87 Mn |
| Jun 30, 2023 | 4.12 Mn |
| Mar 31, 2023 | 921,000.00 |
| Dec 31, 2022 | 61.45 Mn |
| Sep 30, 2022 | -7.65 Mn |
| Jun 30, 2022 | -526,000.00 |
| Mar 31, 2022 | -7.05 Mn |
| Dec 31, 2021 | -10.19 Mn |
| Sep 30, 2021 | -6.02 Mn |
NPK International Cash from Investing Activities 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=cash-from-investing-activities&ticker=NPKI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=NPKI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();