NewtekOne, Inc. (NEWTO) Invested Capital (2021 - 2026)
NewtekOne's (NEWTO) quarterly Invested Capital came in at $967.6 million in Q2 2026, little changed year-over-year from $969.5 million in Q2 2025, and up 1.3% quarter-over-quarter from $955.2 million in Q1 2026.
NewtekOne, Inc. (NEWTO) Invested Capital (2021 - 2026) Analysis & Trends
NewtekOne (NEWTO) has reported Invested Capital for 6 consecutive years, with $967.6 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Invested Capital changed 0.2% year-over-year to $967.6 million in Q2 2026; TTM through Jun 2026 was $967.6 million, a 0.2% change from a year earlier, with the FY2025 full-year figure at $1.2 billion, up 21.22% from the prior year.
- Invested Capital was $967.6 million for Q2 2026 at NewtekOne, up from $955.2 million in the prior quarter.
- Over five years, Invested Capital peaked at $1.2 billion in Q4 2025 and troughed at $757.4 million in Q3 2022.
- A 5-year average of $967.5 million and a median of $946.4 million in 2024 frame the typical range for Invested Capital.
- Across the five-year window, Invested Capital surged 38.63% in 2022 and retreated 11.25% in 2026, its largest moves.
- Over 5 years, Invested Capital stood at $970.6 million in 2022, then slipped by 7.97% to $893.2 million in 2023, then rose by 12.45% to $1.0 billion in 2024, then rose by 21.22% to $1.2 billion in 2025, then declined by 20.53% to $967.6 million in 2026.
- The last three Invested Capital figures came in at $967.6 million (Q2 2026), $955.2 million (Q1 2026), and $1.2 billion (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 967.57 Mn |
| Mar 31, 2026 | 955.16 Mn |
| Dec 31, 2025 | 1.22 Bn |
| Sep 30, 2025 | 1.14 Bn |
| Jun 30, 2025 | 969.51 Mn |
| Mar 31, 2025 | 1.08 Bn |
| Dec 31, 2024 | 1.00 Bn |
| Sep 30, 2024 | 937.62 Mn |
| Jun 30, 2024 | 925.97 Mn |
| Mar 31, 2024 | 916.62 Mn |
| Dec 31, 2023 | 893.17 Mn |
| Sep 30, 2023 | 890.90 Mn |
| Jun 30, 2023 | 932.84 Mn |
| Mar 31, 2023 | 929.98 Mn |
| Dec 31, 2022 | 970.57 Mn |
| Sep 30, 2022 | 757.42 Mn |
| Dec 31, 2021 | 700.14 Mn |
NewtekOne, Inc. Invested Capital 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=invested-capital&ticker=NEWTO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "invested-capital", "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=invested-capital&ticker=NEWTO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();