NewtekOne, Inc. (NEWTO) Total Non-Current Liabilities (2021 - 2026)
NewtekOne's (NEWTO) quarterly Total Non-Current Liabilities came in at $2.8 billion in Q2 2026, up 53.81% year-over-year from $1.8 billion in Q2 2025, and up 12.05% quarter-over-quarter from $2.5 billion in Q1 2026.
NewtekOne, Inc. (NEWTO) Total Non-Current Liabilities (2021 - 2026) Analysis & Trends
NewtekOne (NEWTO) has reported Total Non-Current Liabilities for 6 consecutive years, with $2.8 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Total Non-Current Liabilities rose 53.81% year-over-year to $2.8 billion in Q2 2026; TTM through Jun 2026 was $2.8 billion, a 53.81% increase from a year earlier, with the FY2025 full-year figure at $2.3 billion, up 31.73% from the prior year.
- Total Non-Current Liabilities was $2.8 billion for Q2 2026 at NewtekOne, up from $2.5 billion in the prior quarter.
- Over five years, Total Non-Current Liabilities peaked at $2.8 billion in Q2 2026 and troughed at $580.1 million in Q3 2022.
- A 5-year average of $1.5 billion and a median of $1.3 billion in 2024 frame the typical range for Total Non-Current Liabilities.
- Across the five-year window, Total Non-Current Liabilities soared 96.74% in 2023 and grew 10.44% in 2024, its largest moves.
- Over 5 years, Total Non-Current Liabilities stood at $587.9 million in 2022, then soared by 96.74% to $1.2 billion in 2023, then soared by 50.61% to $1.7 billion in 2024, then soared by 31.73% to $2.3 billion in 2025, then increased by 19.85% to $2.8 billion in 2026.
- The last three Total Non-Current Liabilities figures came in at $2.8 billion (Q2 2026), $2.5 billion (Q1 2026), and $2.3 billion (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.75 Bn |
| Mar 31, 2026 | 2.45 Bn |
| Dec 31, 2025 | 2.29 Bn |
| Sep 30, 2025 | 1.98 Bn |
| Jun 30, 2025 | 1.79 Bn |
| Mar 31, 2025 | 1.80 Bn |
| Dec 31, 2024 | 1.74 Bn |
| Sep 30, 2024 | 1.37 Bn |
| Jun 30, 2024 | 1.32 Bn |
| Mar 31, 2024 | 1.23 Bn |
| Dec 31, 2023 | 1.16 Bn |
| Sep 30, 2023 | 1.13 Bn |
| Jun 30, 2023 | 1.20 Bn |
| Mar 31, 2023 | 999.03 Mn |
| Dec 31, 2022 | 587.92 Mn |
| Sep 30, 2022 | 580.08 Mn |
| Dec 31, 2021 | 506.45 Mn |
NewtekOne, Inc. Total Non-Current Liabilities 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=total-non-current-liabilities&ticker=NEWTO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-non-current-liabilities", "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=total-non-current-liabilities&ticker=NEWTO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();