NewtekOne, Inc. (NEWTO) Dividends payables (2023 - 2025)
NewtekOne's (NEWTO) quarterly Dividends payables came in at $5.4 million in Q3 2025, up 2.86% year-over-year from $5.2 million in Q3 2024, and up 2.88% quarter-over-quarter from $5.2 million in Q2 2025.
NewtekOne, Inc. (NEWTO) Dividends payables (2023 - 2025) Analysis & Trends
NewtekOne (NEWTO) has reported Dividends payables for 3 consecutive years, with $5.4 million the latest figure, recorded in Q3 2025.
- On a quarterly basis, Dividends payables rose 2.86% year-over-year to $5.4 million in Q3 2025; TTM through Sep 2025 was $5.4 million, a 2.86% increase from a year earlier, with the FY2024 full-year figure at $5.2 million, up 9.2% from the prior year.
- Dividends payables was $5.4 million for Q3 2025 at NewtekOne, up from $5.2 million in the prior quarter.
- Over five years, Dividends payables peaked at $5.4 million in Q3 2025 and troughed at $4.8 million in Q2 2023.
- A 3-year average of $5.1 million and a median of $5.2 million in 2024 frame the typical range for Dividends payables.
- Across the five-year window, Dividends payables increased 10.09% in 2024 and declined 0.21% in 2025, its largest moves.
- Over 3 years, Dividends payables stood at $4.8 million in 2023, then increased by 9.2% to $5.2 million in 2024, then advanced by 2.94% to $5.4 million in 2025.
- The last three Dividends payables figures came in at $5.4 million (Q3 2025), $5.2 million (Q2 2025), and $5.2 million (Q1 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | 5.39 Mn |
| Jun 30, 2025 | 5.24 Mn |
| Mar 31, 2025 | 5.24 Mn |
| Dec 31, 2024 | 5.23 Mn |
| Sep 30, 2024 | 5.24 Mn |
| Jun 30, 2024 | 5.25 Mn |
| Mar 31, 2024 | 5.04 Mn |
| Dec 31, 2023 | 4.79 Mn |
| Sep 30, 2023 | 4.77 Mn |
| Jun 30, 2023 | 4.77 Mn |
NewtekOne, Inc. Dividends payables 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=dividends-payables&ticker=NEWTO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-payables", "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=dividends-payables&ticker=NEWTO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();