NPK International (NPKI) Income from Discontinued Operations (2013 - 2026)
NPK International's (NPKI) quarterly Income from Discontinued Operations came in at -$22000.0 in Q2 2026, up 79.25% year-over-year from -$12273.7 in Q2 2025, and down 122.0% quarter-over-quarter from $100000.0 in Q1 2026.
NPK International (NPKI) Income from Discontinued Operations (2013 - 2026) Analysis & Trends
NPK International has disclosed Income from Discontinued Operations across 6 years of filings, most recently posting -$22000.0 for Q2 2026.
- In Q2 2026, Income from Discontinued Operations rose 79.25% year-over-year to -$22000.0; the TTM figure through Jun 2026 stood at $1.9 million (up 100.91% YoY), while the FY2025 annual figure was $3.0 million, up 101.53% from the prior year.
- Income from Discontinued Operations came in at -$22000.0 for Q2 2026 at NPK International, down from $100000.0 in the prior quarter.
- In the past five years, Income from Discontinued Operations ranged from a high of $6.9 million in Q3 2023 to a low of -$195.7 million in Q3 2024.
- Average Income from Discontinued Operations over 4 years is -$16.5 million, with a median of -$239000.0 recorded in 2025.
- Year-over-year, Income from Discontinued Operations slumped 2926.81% in 2024 and jumped 126.88% in 2026.
- Over 4 years, Income from Discontinued Operations stood at -$3.9 million in 2023, then sank by 136.66% to -$9.2 million in 2024, then surged by 123.88% to $2.2 million in 2025, then plunged by 101.0% to -$22000.0 in 2026.
- Per Business Quant data, the three most recent Income from Discontinued Operations figures were -$22000.0 in Q2 2026, $100000.0 in Q1 2026, and $2.2 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (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 | -22,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -22,000.00 |
| Mar 31, 2026 | 100,000.00 |
| Dec 31, 2025 | 2.20 Mn |
| Sep 30, 2025 | -409,000.00 |
| Jun 30, 2025 | -106,000.00 |
| Mar 31, 2025 | -372,000.00 |
| Dec 31, 2024 | -9.21 Mn |
| Sep 30, 2024 | -195.70 Mn |
| Jun 30, 2024 | -588,000.00 |
| Mar 31, 2024 | 3.24 Mn |
| Dec 31, 2023 | -3.89 Mn |
| Sep 30, 2023 | 6.92 Mn |
| Mar 31, 2014 | 22.12 Mn |
| Dec 31, 2013 | 3.06 Mn |
| Sep 30, 2013 | 3.33 Mn |
| Jun 30, 2013 | 3.81 Mn |
| Mar 31, 2013 | 2.51 Mn |
NPK International Income from Discontinued Operations 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=income-from-discontinued-operations&ticker=NPKI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "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=income-from-discontinued-operations&ticker=NPKI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();