NewtekOne, Inc. (NEWTO) Revenue (2021 - 2026)
NewtekOne's (NEWTO) quarterly Revenue came in at $75.1 million in Q2 2026, up 6.96% year-over-year from $70.2 million in Q2 2025, and up 5.81% quarter-over-quarter from $71.0 million in Q1 2026.
NewtekOne, Inc. (NEWTO) Revenue (2021 - 2026) Analysis & Trends
NewtekOne (NEWTO) has reported Revenue for 6 consecutive years, with $75.1 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Revenue rose 6.96% year-over-year to $75.1 million in Q2 2026; TTM through Jun 2026 was $294.3 million, a 7.13% increase from a year earlier, with the FY2025 full-year figure at $284.8 million, up 10.55% from the prior year.
- Revenue was $75.1 million for Q2 2026 at NewtekOne, up from $71.0 million in the prior quarter.
- Over five years, Revenue peaked at $75.4 million in Q4 2024 and troughed at $23.1 million in Q4 2022.
- A 5-year average of $55.1 million and a median of $59.7 million in 2024 frame the typical range for Revenue.
- Across the five-year window, Revenue slipped 6.91% in 2022 and surged 148.64% in 2023, its largest moves.
- Over 5 years, Revenue stood at $23.1 million in 2022, then surged by 148.64% to $57.4 million in 2023, then jumped by 31.28% to $75.4 million in 2024, then declined by 2.7% to $73.3 million in 2025, then advanced by 2.38% to $75.1 million in 2026.
- The last three Revenue figures came in at $75.1 million (Q2 2026), $71.0 million (Q1 2026), and $73.3 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 75.08 Mn |
| Mar 31, 2026 | 70.96 Mn |
| Dec 31, 2025 | 73.33 Mn |
| Sep 30, 2025 | 74.94 Mn |
| Jun 30, 2025 | 70.20 Mn |
| Mar 31, 2025 | 66.33 Mn |
| Dec 31, 2024 | 75.37 Mn |
| Sep 30, 2024 | 62.83 Mn |
| Jun 30, 2024 | 61.15 Mn |
| Mar 31, 2024 | 58.27 Mn |
| Dec 31, 2023 | 57.41 Mn |
| Sep 30, 2023 | 49.10 Mn |
| Jun 30, 2023 | 49.96 Mn |
| Mar 31, 2023 | 46.94 Mn |
| Dec 31, 2022 | 23.09 Mn |
| Sep 30, 2022 | 23.58 Mn |
| Jun 30, 2022 | 28.29 Mn |
| Mar 31, 2022 | 25.30 Mn |
| Dec 31, 2021 | 24.80 Mn |
| Sep 30, 2021 | 12.41 Mn |
NewtekOne, Inc. Revenue 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=revenue&ticker=NEWTO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "revenue", "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=revenue&ticker=NEWTO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();