NewtekOne, Inc. (NEWTO) Provisions (2023 - 2026)
NewtekOne's (NEWTO) quarterly Provisions came in at $12.1 million in Q2 2026, up 32.87% year-over-year from $9.1 million in Q2 2025, and up 26.08% quarter-over-quarter from $9.6 million in Q1 2026.
NewtekOne, Inc. (NEWTO) Provisions (2023 - 2026) Analysis & Trends
NewtekOne (NEWTO) has reported Provisions for 4 consecutive years, with $12.1 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Provisions rose 32.87% year-over-year to $12.1 million in Q2 2026; TTM through Jun 2026 was $37.8 million, a 3.06% decrease from a year earlier, with the FY2025 full-year figure at $38.7 million, up 47.73% from the prior year.
- Provisions was $12.1 million for Q2 2026 at NewtekOne, up from $9.6 million in the prior quarter.
- Over five years, Provisions peaked at $13.5 million in Q1 2025 and troughed at $1.3 million in Q1 2023.
- A 4-year average of $7.0 million and a median of $7.3 million in 2024 frame the typical range for Provisions.
- Across the five-year window, Provisions jumped 236.36% in 2025 and slipped 28.86% in 2026, its largest moves.
- Over 4 years, Provisions stood at $4.4 million in 2023, then jumped by 117.04% to $9.5 million in 2024, then fell by 11.39% to $8.4 million in 2025, then soared by 44.3% to $12.1 million in 2026.
- The last three Provisions figures came in at $12.1 million (Q2 2026), $9.6 million (Q1 2026), and $8.4 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 12.11 Mn |
| Mar 31, 2026 | 9.61 Mn |
| Dec 31, 2025 | 8.40 Mn |
| Sep 30, 2025 | 7.71 Mn |
| Jun 30, 2025 | 9.12 Mn |
| Mar 31, 2025 | 13.51 Mn |
| Dec 31, 2024 | 9.47 Mn |
| Sep 30, 2024 | 6.93 Mn |
| Jun 30, 2024 | 5.80 Mn |
| Mar 31, 2024 | 4.02 Mn |
| Dec 31, 2023 | 4.37 Mn |
| Sep 30, 2023 | 3.45 Mn |
| Jun 30, 2023 | 2.58 Mn |
| Mar 31, 2023 | 1.32 Mn |
NewtekOne, Inc. Provisions 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=provisions&ticker=NEWTO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "provisions", "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=provisions&ticker=NEWTO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();