NPK International (NPKI) Other financing activities (2010 - 2026)
NPK International's (NPKI) quarterly Other financing activities came in at -$988000.0 in Q2 2026, down 17.76% year-over-year from -$1.2 million in Q2 2025, and up 30.81% quarter-over-quarter from -$1.4 million in Q1 2026.
NPK International (NPKI) Other financing activities (2010 - 2026) Analysis & Trends
NPK International has disclosed Other financing activities across 17 years of filings, most recently posting -$988000.0 for Q2 2026.
- In Q2 2026, Other financing activities fell 17.76% year-over-year to -$988000.0; the TTM figure through Jun 2026 stood at -$4.5 million (up 56.28% YoY), while the FY2025 annual figure was -$3.8 million, up 75.65% from the prior year.
- Other financing activities came in at -$988000.0 for Q2 2026 at NPK International, up from -$1.4 million in the prior quarter.
- In the past five years, Other financing activities ranged from a high of $3.0 million in Q2 2022 to a low of -$8.7 million in Q4 2023.
- Average Other financing activities over 5 years is -$2.1 million, with a median of -$1.4 million recorded in 2023.
- Year-over-year, Other financing activities soared 96.62% in 2023 and tumbled 2804.65% in 2024.
- Over 5 years, Other financing activities stood at -$1.1 million in 2022, then tumbled by 710.41% to -$8.7 million in 2023, then gained by 29.16% to -$6.2 million in 2024, then surged by 80.78% to -$1.2 million in 2025, then rose by 16.76% to -$988000.0 in 2026.
- Per Business Quant data, the three most recent Other financing activities figures were -$988000.0 in Q2 2026, -$1.4 million in Q1 2026, and -$1.2 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.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 |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -988,000.00 |
| Mar 31, 2026 | -1.43 Mn |
| Dec 31, 2025 | -1.19 Mn |
| Sep 30, 2025 | -935,000.00 |
| Jun 30, 2025 | -839,000.00 |
| Mar 31, 2025 | -865,000.00 |
| Dec 31, 2024 | -6.18 Mn |
| Sep 30, 2024 | -2.50 Mn |
| Jun 30, 2024 | -3.68 Mn |
| Mar 31, 2024 | -3.36 Mn |
| Dec 31, 2023 | -8.72 Mn |
| Sep 30, 2023 | -86,000.00 |
| Jun 30, 2023 | -1.37 Mn |
| Mar 31, 2023 | -1.50 Mn |
| Dec 31, 2022 | -1.08 Mn |
| Sep 30, 2022 | -2.55 Mn |
| Jun 30, 2022 | 3.01 Mn |
| Mar 31, 2022 | -2.71 Mn |
| Dec 31, 2021 | -3.53 Mn |
| Sep 30, 2021 | -1.27 Mn |
NPK International Other financing 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=other-financing-activities&ticker=NPKI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-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=other-financing-activities&ticker=NPKI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();