NewtekOne, Inc. (NEWTO) Asset Utilization Ratio (2022 - 2026)
NewtekOne's (NEWTO) quarterly Asset Utilization Ratio came in at 0.1 in Q2 2026, down 24.78% year-over-year from 0.13 in Q2 2025, and down 5.68% quarter-over-quarter from 0.1 in Q1 2026.
NewtekOne, Inc. (NEWTO) Asset Utilization Ratio (2022 - 2026) Analysis & Trends
NewtekOne (NEWTO) has reported Asset Utilization Ratio for 5 consecutive years, with 0.1 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Asset Utilization Ratio fell 24.78% year-over-year to 0.1 in Q2 2026; TTM through Jun 2026 was 0.1, a 24.78% decrease from a year earlier, with the FY2025 full-year figure at 0.12, down 19.71% from the prior year.
- Asset Utilization Ratio was 0.1 for Q2 2026 at NewtekOne, down from 0.1 in the prior quarter.
- Over five years, Asset Utilization Ratio peaked at 0.15 in Q1 2024 and troughed at 0.1 in Q2 2026.
- A 5-year average of 0.12 and a median of 0.13 in 2025 frame the typical range for Asset Utilization Ratio.
- Across the five-year window, Asset Utilization Ratio surged 44.13% in 2023 and decreased 24.78% in 2026, its largest moves.
- Over 5 years, Asset Utilization Ratio stood at 0.1 in 2022, then soared by 44.13% to 0.14 in 2023, then dropped by 4.25% to 0.14 in 2024, then slipped by 19.75% to 0.11 in 2025, then slipped by 12.45% to 0.1 in 2026.
- The last three Asset Utilization Ratio figures came in at 0.1 (Q2 2026), 0.1 (Q1 2026), and 0.11 (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.10 |
| Mar 31, 2026 | 0.10 |
| Dec 31, 2025 | 0.11 |
| Sep 30, 2025 | 0.13 |
| Jun 30, 2025 | 0.13 |
| Mar 31, 2025 | 0.13 |
| Dec 31, 2024 | 0.14 |
| Sep 30, 2024 | 0.15 |
| Jun 30, 2024 | 0.14 |
| Mar 31, 2024 | 0.15 |
| Dec 31, 2023 | 0.14 |
| Sep 30, 2023 | 0.12 |
| Jun 30, 2023 | 0.11 |
| Mar 31, 2023 | 0.11 |
| Dec 31, 2022 | 0.10 |
NewtekOne, Inc. Asset Utilization 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=asset-utilization-ratio&ticker=NEWTO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-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=asset-utilization-ratio&ticker=NEWTO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();