NewtekOne, Inc. (NEWTO) Short-Term Debt issuances (2021 - 2025)
NewtekOne's (NEWTO) quarterly Short-Term Debt issuances came in at -$1.1 million in Q2 2025, up 97.89% year-over-year from -$577603.9 in Q2 2024, and down 101.34% quarter-over-quarter from $85.2 million in Q1 2025.
NewtekOne, Inc. (NEWTO) Short-Term Debt issuances (2021 - 2025) Analysis & Trends
NewtekOne (NEWTO) has reported Short-Term Debt issuances for 5 consecutive years, with -$1.1 million the latest figure, recorded in Q2 2025.
- On a quarterly basis, Short-Term Debt issuances rose 97.89% year-over-year to -$1.1 million in Q2 2025; TTM through Jun 2025 was $165.9 million, a 427.18% increase from a year earlier, with the FY2024 full-year figure at $71.6 million, up 191.04% from the prior year.
- Short-Term Debt issuances was -$1.1 million for Q2 2025 at NewtekOne, down from $85.2 million in the prior quarter.
- Over five years, Short-Term Debt issuances peaked at $90.3 million in Q4 2024 and troughed at -$85.5 million in Q2 2023.
- A 5-year average of $1.3 million and a median of -$4.8 million in 2024 frame the typical range for Short-Term Debt issuances.
- The widest YoY moves for Short-Term Debt issuances: up 332.78% in 2023, down 210.44% in 2023.
- Over 5 years, Short-Term Debt issuances stood at -$65.0 million in 2021, then jumped by 82.13% to -$11.6 million in 2022, then soared by 332.78% to $27.0 million in 2023, then soared by 234.01% to $90.3 million in 2024, then slumped by 101.27% to -$1.1 million in 2025.
- The last three Short-Term Debt issuances figures came in at -$1.1 million (Q2 2025), $85.2 million (Q1 2025), and $90.3 million (Q4 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | -1.14 Mn |
| Mar 31, 2025 | 85.18 Mn |
| Dec 31, 2024 | 90.31 Mn |
| Sep 30, 2024 | -8.43 Mn |
| Jun 30, 2024 | -54.08 Mn |
| Mar 31, 2024 | 43.81 Mn |
| Dec 31, 2023 | 27.04 Mn |
| Sep 30, 2023 | -67.48 Mn |
| Jun 30, 2023 | -85.49 Mn |
| Mar 31, 2023 | 47.27 Mn |
| Dec 31, 2022 | -11.62 Mn |
| Sep 30, 2022 | -59.91 Mn |
| Jun 30, 2022 | 77.41 Mn |
| Dec 31, 2021 | -64.99 Mn |
NewtekOne, Inc. Short-Term Debt issuances 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=short-term-debt-issuances&ticker=NEWTO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-debt-issuances", "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=short-term-debt-issuances&ticker=NEWTO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();