NewtekOne, Inc. (NEWTO) Divestments (2023 - 2026)
NewtekOne's (NEWTO) quarterly Divestments came in at $2.0 million in Q1 2026, down 50.42% year-over-year from $4.0 million in Q1 2025, and up 220.62% quarter-over-quarter from -$1.6 million in Q4 2025.
NewtekOne, Inc. (NEWTO) Divestments (2023 - 2026) Analysis & Trends
NewtekOne (NEWTO) has reported Divestments for 4 consecutive years, with $2.0 million the latest figure, recorded in Q1 2026.
- On a quarterly basis, Divestments fell 50.42% year-over-year to $2.0 million in Q1 2026; TTM through Jun 2026 was $2.0 million, a 91.8% decrease from a year earlier, with the FY2025 full-year figure at $4.0 million, down 80.3% from the prior year.
- Divestments was $2.0 million for Q1 2026 at NewtekOne, up from -$1.6 million in the prior quarter.
- Over five years, Divestments peaked at $20.2 million in Q3 2024 and troughed at -$1.6 million in Q4 2025.
- A 4-year average of $3.4 million and a median of $1.1 million in 2023 frame the typical range for Divestments.
- The widest YoY moves for Divestments: up 16566.67% in 2025, down 91.86% in 2025.
- Over 4 years, Divestments stood at $564000.0 in 2023, then jumped by 3478.9% to $20.2 million in 2024, then plunged by 108.14% to -$1.6 million in 2025, then soared by 220.62% to $2.0 million in 2026.
- The last three Divestments figures came in at $2.0 million (Q1 2026), -$1.6 million (Q4 2025), and $1.6 million (Q3 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 1.98 Mn |
| Dec 31, 2025 | -1.64 Mn |
| Sep 30, 2025 | 1.64 Mn |
| Mar 31, 2025 | 4.00 Mn |
| Sep 30, 2024 | 20.19 Mn |
| Jun 30, 2024 | 92,000.00 |
| Mar 31, 2024 | 24,000.00 |
| Dec 31, 2023 | 564,000.00 |
NewtekOne, Inc. Divestments 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=divestments&ticker=NEWTO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "divestments", "ticker": "NEWTO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=divestments&ticker=NEWTO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();