NewtekOne, Inc. (NEWTO) Assets Average (2022 - 2026)
NewtekOne's (NEWTO) quarterly Assets Average came in at $3.0 billion in Q2 2026, up 42.43% year-over-year from $2.1 billion in Q2 2025, and up 7.81% quarter-over-quarter from $2.8 billion in Q1 2026.
NewtekOne, Inc. (NEWTO) Assets Average (2022 - 2026) Analysis & Trends
NewtekOne (NEWTO) has reported Assets Average for 5 consecutive years, with $3.0 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Assets Average rose 42.43% year-over-year to $3.0 billion in Q2 2026; TTM through Jun 2026 was $3.0 billion, a 42.43% increase from a year earlier, with the FY2025 full-year figure at $2.4 billion, up 37.69% from the prior year.
- Assets Average was $3.0 billion for Q2 2026 at NewtekOne, up from $2.8 billion in the prior quarter.
- Over five years, Assets Average peaked at $3.0 billion in Q2 2026 and troughed at $1.0 billion in Q4 2022.
- A 5-year average of $1.9 billion and a median of $1.6 billion in 2024 frame the typical range for Assets Average.
- Across the five-year window, Assets Average increased 15.34% in 2024 and jumped 42.79% in 2025, its largest moves.
- Over 5 years, Assets Average stood at $1.0 billion in 2022, then surged by 40.77% to $1.4 billion in 2023, then jumped by 32.27% to $1.9 billion in 2024, then jumped by 37.76% to $2.6 billion in 2025, then gained by 18.04% to $3.0 billion in 2026.
- The last three Assets Average figures came in at $3.0 billion (Q2 2026), $2.8 billion (Q1 2026), and $2.6 billion (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.04 Bn |
| Mar 31, 2026 | 2.82 Bn |
| Dec 31, 2025 | 2.57 Bn |
| Sep 30, 2025 | 2.26 Bn |
| Jun 30, 2025 | 2.13 Bn |
| Mar 31, 2025 | 2.10 Bn |
| Dec 31, 2024 | 1.87 Bn |
| Sep 30, 2024 | 1.65 Bn |
| Jun 30, 2024 | 1.56 Bn |
| Mar 31, 2024 | 1.47 Bn |
| Dec 31, 2023 | 1.41 Bn |
| Sep 30, 2023 | 1.42 Bn |
| Jun 30, 2023 | 1.36 Bn |
| Mar 31, 2023 | 1.13 Bn |
| Dec 31, 2022 | 1.00 Bn |
NewtekOne, Inc. Assets Average 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=assets-average&ticker=NEWTO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets-average", "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=assets-average&ticker=NEWTO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();