NewtekOne, Inc. (NEWTO) Change in Accured Expenses (2021 - 2026)
NewtekOne's (NEWTO) quarterly Change in Accured Expenses came in at -$7.1 million in Q2 2026, down 37321.05% year-over-year from N/an in Q2 2025, and down 225.88% quarter-over-quarter from $5.6 million in Q1 2026.
NewtekOne, Inc. (NEWTO) Change in Accured Expenses (2021 - 2026) Analysis & Trends
NewtekOne (NEWTO) has reported Change in Accured Expenses for 6 consecutive years, with -$7.1 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Accured Expenses fell 37321.05% year-over-year to -$7.1 million in Q2 2026; TTM through Jun 2026 was -$3.3 million, a 28.75% increase from a year earlier, with the FY2025 full-year figure at -$2.8 million, down 146.68% from the prior year.
- Change in Accured Expenses was -$7.1 million for Q2 2026 at NewtekOne, down from $5.6 million in the prior quarter.
- Over five years, Change in Accured Expenses peaked at $8.3 million in Q4 2022 and troughed at -$20.8 million in Q1 2023.
- A 5-year average of -$885833.3 and a median of -$499500.0 in 2025 frame the typical range for Change in Accured Expenses.
- Across the five-year window, Change in Accured Expenses surged 1038.27% in 2022 and sank 37321.05% in 2026, its largest moves.
- Over 5 years, Change in Accured Expenses stood at $8.3 million in 2022, then plunged by 134.72% to -$2.9 million in 2023, then soared by 189.59% to $2.6 million in 2024, then jumped by 55.44% to $4.0 million in 2025, then slumped by 276.27% to -$7.1 million in 2026.
- The last three Change in Accured Expenses figures came in at -$7.1 million (Q2 2026), $5.6 million (Q1 2026), and $4.0 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -7.07 Mn |
| Mar 31, 2026 | 5.62 Mn |
| Dec 31, 2025 | 4.01 Mn |
| Sep 30, 2025 | -5.85 Mn |
| Jun 30, 2025 | 19,000.00 |
| Mar 31, 2025 | -1.02 Mn |
| Dec 31, 2024 | 2.58 Mn |
| Sep 30, 2024 | -6.21 Mn |
| Jun 30, 2024 | 5.63 Mn |
| Mar 31, 2024 | 4.08 Mn |
| Dec 31, 2023 | -2.88 Mn |
| Sep 30, 2023 | -1.56 Mn |
| Jun 30, 2023 | -1.50 Mn |
| Mar 31, 2023 | -20.82 Mn |
| Dec 31, 2022 | 8.30 Mn |
| Sep 30, 2022 | -3.20 Mn |
| Jun 30, 2022 | 3.01 Mn |
| Mar 31, 2022 | 910,000.00 |
| Dec 31, 2021 | 729,000.00 |
NewtekOne, Inc. Change in Accured Expenses 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=change-in-accured-expenses&ticker=NEWTO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-accured-expenses", "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=change-in-accured-expenses&ticker=NEWTO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();