NewtekOne, Inc. (NEWTO) Cash from Investing Activities (2022 - 2026)
NewtekOne's (NEWTO) quarterly Cash from Investing Activities came in at -$139.8 million in Q2 2026, down 211.92% year-over-year from $124.9 million in Q2 2025, and down 64.01% quarter-over-quarter from -$85.3 million in Q1 2026.
NewtekOne, Inc. (NEWTO) Cash from Investing Activities (2022 - 2026) Analysis & Trends
NewtekOne (NEWTO) has reported Cash from Investing Activities for 5 consecutive years, with -$139.8 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Investing Activities fell 211.92% year-over-year to -$139.8 million in Q2 2026; TTM through Jun 2026 was -$346.3 million, a 47.14% decrease from a year earlier, with the FY2025 full-year figure at -$245.3 million, down 17.34% from the prior year.
- Cash from Investing Activities was -$139.8 million for Q2 2026 at NewtekOne, down from -$85.3 million in the prior quarter.
- Over five years, Cash from Investing Activities peaked at -$11000.0 in Q2 2022 and troughed at -$139.8 million in Q2 2026.
- A 5-year average of -$56.8 million and a median of -$51.4 million in 2025 frame the typical range for Cash from Investing Activities.
- Across the five-year window, Cash from Investing Activities slumped 460336.36% in 2023 and soared 60.63% in 2024, its largest moves.
- Over 5 years, Cash from Investing Activities stood at -$11000.0 in 2022, then slumped by 309127.27% to -$34.0 million in 2023, then tumbled by 153.47% to -$86.2 million in 2024, then jumped by 40.37% to -$51.4 million in 2025, then plunged by 171.98% to -$139.8 million in 2026.
- The last three Cash from Investing Activities figures came in at -$139.8 million (Q2 2026), -$85.3 million (Q1 2026), and -$51.4 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -139.84 Mn |
| Mar 31, 2026 | -85.26 Mn |
| Dec 31, 2025 | -51.42 Mn |
| Sep 30, 2025 | -69.80 Mn |
| Jun 30, 2025 | -44.83 Mn |
| Mar 31, 2025 | -79.25 Mn |
| Dec 31, 2024 | -86.22 Mn |
| Sep 30, 2024 | -25.07 Mn |
| Jun 30, 2024 | -53.96 Mn |
| Mar 31, 2024 | -43.81 Mn |
| Dec 31, 2023 | -34.02 Mn |
| Sep 30, 2023 | -63.67 Mn |
| Jun 30, 2023 | -50.65 Mn |
| Mar 31, 2023 | -23.90 Mn |
| Jun 30, 2022 | -11,000.00 |
NewtekOne, Inc. Cash from Investing Activities 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=cash-from-investing-activities&ticker=NEWTO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=NEWTO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();