NewtekOne, Inc. (NEWTO) Assets (2021 - 2026)
NewtekOne's (NEWTO) quarterly Assets came in at $3.2 billion in Q2 2026, up 49.79% year-over-year from $2.1 billion in Q2 2025, and up 10.33% quarter-over-quarter from $2.9 billion in Q1 2026.
NewtekOne, Inc. (NEWTO) Assets (2021 - 2026) Analysis & Trends
NewtekOne (NEWTO) has reported Assets for 6 consecutive years, with $3.2 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Assets rose 49.79% year-over-year to $3.2 billion in Q2 2026; TTM through Jun 2026 was $3.2 billion, a 49.79% increase from a year earlier, with the FY2025 full-year figure at $2.7 billion, up 33.25% from the prior year.
- Assets was $3.2 billion for Q2 2026 at NewtekOne, up from $2.9 billion in the prior quarter.
- Over five years, Assets peaked at $3.2 billion in Q2 2026 and troughed at $998.9 million 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.
- Across the five-year window, Assets dropped 5.46% in 2022 and soared 49.79% in 2026, its largest moves.
- Over 5 years, Assets stood at $998.9 million in 2022, then soared by 43.11% to $1.4 billion in 2023, then soared by 44.1% to $2.1 billion in 2024, then jumped by 33.25% to $2.7 billion in 2025, then climbed by 16.03% to $3.2 billion in 2026.
- The last three Assets figures came in at $3.2 billion (Q2 2026), $2.9 billion (Q1 2026), and $2.7 billion (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.18 Bn |
| Mar 31, 2026 | 2.89 Bn |
| Dec 31, 2025 | 2.74 Bn |
| Sep 30, 2025 | 2.40 Bn |
| Jun 30, 2025 | 2.13 Bn |
| Mar 31, 2025 | 2.14 Bn |
| Dec 31, 2024 | 2.06 Bn |
| Sep 30, 2024 | 1.67 Bn |
| Jun 30, 2024 | 1.62 Bn |
| Mar 31, 2024 | 1.51 Bn |
| Dec 31, 2023 | 1.43 Bn |
| Sep 30, 2023 | 1.39 Bn |
| Jun 30, 2023 | 1.45 Bn |
| Mar 31, 2023 | 1.26 Bn |
| Dec 31, 2022 | 998.90 Mn |
| Sep 30, 2022 | 1.01 Bn |
| Dec 31, 2021 | 1.06 Bn |
NewtekOne, Inc. 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=assets&ticker=NEWTO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=assets&ticker=NEWTO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();