NPK International (NPKI) Retained Earnings (2010 - 2026)
NPK International's (NPKI) quarterly Retained Earnings came in at -$78.1 million in Q2 2026, up 35.34% year-over-year from -$57.7 million in Q2 2025, and up 13.29% quarter-over-quarter from -$90.1 million in Q1 2026.
NPK International (NPKI) Retained Earnings (2010 - 2026) Analysis & Trends
NPK International has disclosed Retained Earnings across 17 years of filings, most recently posting -$78.1 million for Q2 2026.
- In Q2 2026, Retained Earnings rose 35.34% year-over-year to -$78.1 million; the TTM figure through Jun 2026 stood at -$78.1 million (up 35.34% YoY), while the FY2025 annual figure was -$100.5 million, up 27.92% from the prior year.
- Retained Earnings came in at -$78.1 million for Q2 2026 at NPK International, up from -$90.1 million in the prior quarter.
- In the past five years, Retained Earnings ranged from a high of -$62.7 million in Q1 2022 to a low of -$148.2 million in Q3 2024.
- Average Retained Earnings over 5 years is -$88.2 million, with a median of -$71.8 million recorded in 2022.
- Year-over-year, Retained Earnings slumped 121.94% in 2024 and soared 35.34% in 2026.
- Over 5 years, Retained Earnings stood at -$67.2 million in 2022, then gained by 6.47% to -$62.8 million in 2023, then plunged by 121.94% to -$139.5 million in 2024, then grew by 27.92% to -$100.5 million in 2025, then rose by 22.31% to -$78.1 million in 2026.
- Per Business Quant data, the three most recent Retained Earnings figures were -$78.1 million in Q2 2026, -$90.1 million in Q1 2026, and -$100.5 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 7.77 Bn |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn | 2.45 Bn |
| 3 | EquipmentShare.com | 3.88 Bn | 3.43 Bn | 411.00 Mn | 1.27 Bn |
| 4 | WillScot Holdings | 3.29 Bn | 3.29 Bn | 306.26 Mn | 1.71 Bn |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn | 1.13 Bn |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn | 273.31 Mn |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn | 1.56 Bn |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | -78.10 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -78.10 Mn |
| Mar 31, 2026 | -90.07 Mn |
| Dec 31, 2025 | -100.53 Mn |
| Sep 30, 2025 | -115.13 Mn |
| Jun 30, 2025 | -120.79 Mn |
| Mar 31, 2025 | -129.46 Mn |
| Dec 31, 2024 | -139.47 Mn |
| Sep 30, 2024 | -148.16 Mn |
| Jun 30, 2024 | -66.08 Mn |
| Mar 31, 2024 | -65.37 Mn |
| Dec 31, 2023 | -62.84 Mn |
| Sep 30, 2023 | -68.31 Mn |
| Jun 30, 2023 | -64.88 Mn |
| Mar 31, 2023 | -65.19 Mn |
| Dec 31, 2022 | -67.19 Mn |
| Sep 30, 2022 | -74.81 Mn |
| Jun 30, 2022 | -68.80 Mn |
| Mar 31, 2022 | -62.71 Mn |
| Dec 31, 2021 | -61.48 Mn |
| Sep 30, 2021 | -59.49 Mn |
NPK International Retained Earnings 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=retained-earnings&ticker=NPKI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=NPKI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();