NewtekOne, Inc. (NEWTO) Other Non-Current Assets (2021 - 2026)
NewtekOne's (NEWTO) quarterly Other Non-Current Assets came in at $113.0 million in Q2 2026, up 77.75% year-over-year from $63.5 million in Q2 2025, and up 16.33% quarter-over-quarter from $97.1 million in Q1 2026.
NewtekOne, Inc. (NEWTO) Other Non-Current Assets (2021 - 2026) Analysis & Trends
NewtekOne (NEWTO) has reported Other Non-Current Assets for 6 consecutive years, with $113.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Other Non-Current Assets rose 77.75% year-over-year to $113.0 million in Q2 2026; TTM through Jun 2026 was $113.0 million, a 77.75% increase from a year earlier, with the FY2025 full-year figure at $95.3 million, up 57.11% from the prior year.
- Other Non-Current Assets was $113.0 million for Q2 2026 at NewtekOne, up from $97.1 million in the prior quarter.
- Over five years, Other Non-Current Assets peaked at $158.5 million in Q1 2022 and troughed at $24.2 million in Q1 2025.
- A 5-year average of $74.2 million and a median of $71.3 million in 2022 frame the typical range for Other Non-Current Assets.
- Across the five-year window, Other Non-Current Assets sank 61.01% in 2022 and soared 302.04% in 2026, its largest moves.
- Over 5 years, Other Non-Current Assets stood at $71.9 million in 2022, then dropped by 21.99% to $56.1 million in 2023, then gained by 8.08% to $60.6 million in 2024, then jumped by 57.11% to $95.3 million in 2025, then rose by 18.56% to $113.0 million in 2026.
- The last three Other Non-Current Assets figures came in at $113.0 million (Q2 2026), $97.1 million (Q1 2026), and $95.3 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 112.95 Mn |
| Mar 31, 2026 | 97.10 Mn |
| Dec 31, 2025 | 95.27 Mn |
| Sep 30, 2025 | 86.73 Mn |
| Jun 30, 2025 | 63.54 Mn |
| Mar 31, 2025 | 24.15 Mn |
| Dec 31, 2024 | 60.64 Mn |
| Sep 30, 2024 | 27.93 Mn |
| Jun 30, 2024 | 36.83 Mn |
| Mar 31, 2024 | 35.76 Mn |
| Dec 31, 2023 | 56.10 Mn |
| Sep 30, 2023 | 70.74 Mn |
| Jun 30, 2023 | 66.74 Mn |
| Mar 31, 2023 | 73.42 Mn |
| Dec 31, 2022 | 71.91 Mn |
| Sep 30, 2022 | 74.78 Mn |
| Jun 30, 2022 | 121.86 Mn |
| Mar 31, 2022 | 158.54 Mn |
| Dec 31, 2021 | 184.46 Mn |
| Sep 30, 2021 | 182.91 Mn |
NewtekOne, Inc. Other Non-Current Assets 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=other-non-current-assets&ticker=NEWTO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-assets", "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=other-non-current-assets&ticker=NEWTO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();