NewtekOne, Inc. (NEWTO) Share-based Compensation (2021 - 2026)
NewtekOne's (NEWTO) quarterly Share-based Compensation came in at $8.0 million in Q2 2026, up 150.71% year-over-year from $3.2 million in Q2 2025, and up 107.52% quarter-over-quarter from $3.9 million in Q1 2026.
NewtekOne, Inc. (NEWTO) Share-based Compensation (2021 - 2026) Analysis & Trends
NewtekOne (NEWTO) has reported Share-based Compensation for 6 consecutive years, with $8.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Share-based Compensation rose 150.71% year-over-year to $8.0 million in Q2 2026; TTM through Jun 2026 was $29.6 million, a 145.25% increase from a year earlier, with the FY2025 full-year figure at $21.1 million, up 54.49% from the prior year.
- Share-based Compensation was $8.0 million for Q2 2026 at NewtekOne, up from $3.9 million in the prior quarter.
- Over five years, Share-based Compensation peaked at $19.2 million in Q1 2025 and troughed at -$15.8 million in Q2 2025.
- A 5-year average of $2.1 million and a median of $928500.0 in 2022 frame the typical range for Share-based Compensation.
- Across the five-year window, Share-based Compensation sank 704.68% in 2023 and surged 12481.19% in 2025, its largest moves.
- Over 5 years, Share-based Compensation stood at -$476000.0 in 2022, then surged by 126.47% to $126000.0 in 2023, then jumped by 6699.21% to $8.6 million in 2024, then plunged by 41.55% to $5.0 million in 2025, then soared by 59.82% to $8.0 million in 2026.
- The last three Share-based Compensation figures came in at $8.0 million (Q2 2026), $3.9 million (Q1 2026), and $5.0 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 8.00 Mn |
| Mar 31, 2026 | 3.86 Mn |
| Dec 31, 2025 | 5.01 Mn |
| Sep 30, 2025 | 12.71 Mn |
| Jun 30, 2025 | -15.78 Mn |
| Mar 31, 2025 | 19.17 Mn |
| Dec 31, 2024 | 8.57 Mn |
| Sep 30, 2024 | 101,000.00 |
| Jun 30, 2024 | 3.56 Mn |
| Mar 31, 2024 | 1.43 Mn |
| Dec 31, 2023 | 126,000.00 |
| Sep 30, 2023 | -2.58 Mn |
| Jun 30, 2023 | 1.72 Mn |
| Mar 31, 2023 | -6.69 Mn |
| Dec 31, 2022 | -476,000.00 |
| Sep 30, 2022 | 427,000.00 |
| Jun 30, 2022 | 422,000.00 |
| Mar 31, 2022 | -2.19 Mn |
| Dec 31, 2021 | 5.04 Mn |
NewtekOne, Inc. Share-based Compensation 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=share-based-compensation&ticker=NEWTO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "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=share-based-compensation&ticker=NEWTO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();