NewtekOne, Inc. (NEWTO) Debt Ratio (2021 - 2026)
NewtekOne's (NEWTO) quarterly Debt Ratio came in at 0.17 in Q2 2026, down 43.71% year-over-year from 0.31 in Q2 2025, and down 8.75% quarter-over-quarter from 0.19 in Q1 2026.
NewtekOne, Inc. (NEWTO) Debt Ratio (2021 - 2026) Analysis & Trends
NewtekOne (NEWTO) has reported Debt Ratio for 6 consecutive years, with 0.17 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Debt Ratio fell 43.71% year-over-year to 0.17 in Q2 2026; TTM through Jun 2026 was 0.17, a 43.71% decrease from a year earlier, with the FY2025 full-year figure at 0.3, down 13.1% from the prior year.
- Debt Ratio was 0.17 for Q2 2026 at NewtekOne, down from 0.19 in the prior quarter.
- Over five years, Debt Ratio peaked at 0.6 in Q4 2022 and troughed at 0.17 in Q2 2026.
- A 5-year average of 0.38 and a median of 0.38 in 2022 frame the typical range for Debt Ratio.
- Across the five-year window, Debt Ratio soared 112.51% in 2022 and tumbled 47.36% in 2026, its largest moves.
- Over 5 years, Debt Ratio stood at 0.6 in 2022, then retreated by 24.38% to 0.45 in 2023, then decreased by 23.72% to 0.34 in 2024, then fell by 13.1% to 0.3 in 2025, then slumped by 41.75% to 0.17 in 2026.
- The last three Debt Ratio figures came in at 0.17 (Q2 2026), 0.19 (Q1 2026), and 0.3 (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.17 |
| Mar 31, 2026 | 0.19 |
| Dec 31, 2025 | 0.30 |
| Sep 30, 2025 | 0.31 |
| Jun 30, 2025 | 0.31 |
| Mar 31, 2025 | 0.36 |
| Dec 31, 2024 | 0.34 |
| Sep 30, 2024 | 0.39 |
| Jun 30, 2024 | 0.40 |
| Mar 31, 2024 | 0.44 |
| Dec 31, 2023 | 0.45 |
| Sep 30, 2023 | 0.47 |
| Jun 30, 2023 | 0.48 |
| Mar 31, 2023 | 0.55 |
| Dec 31, 2022 | 0.60 |
| Sep 30, 2022 | 0.36 |
| Dec 31, 2021 | 0.28 |
NewtekOne, Inc. Debt Ratio 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=debt-ratio&ticker=NEWTO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-ratio", "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=debt-ratio&ticker=NEWTO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();