NewtekOne, Inc. (NEWTO) Dividend Coverage Ratio (2021 - 2026)
NewtekOne's (NEWTO) quarterly Dividend Coverage Ratio came in at 2.09 in Q2 2026, down 17.75% year-over-year from 2.54 in Q2 2025, and up 9.71% quarter-over-quarter from 1.91 in Q1 2026.
NewtekOne, Inc. (NEWTO) Dividend Coverage Ratio (2021 - 2026) Analysis & Trends
NewtekOne (NEWTO) has reported Dividend Coverage Ratio for 6 consecutive years, with 2.09 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Dividend Coverage Ratio fell 17.75% year-over-year to 2.09 in Q2 2026; TTM through Jun 2026 was 2.02, a 18.11% decrease from a year earlier, with the FY2025 full-year figure at 2.07, down 14.7% from the prior year.
- Dividend Coverage Ratio was 2.09 for Q2 2026 at NewtekOne, up from 1.91 in the prior quarter.
- Over five years, Dividend Coverage Ratio peaked at 3.42 in Q4 2024 and troughed at 0.14 in Q4 2022.
- A 5-year average of 1.93 and a median of 2.01 in 2024 frame the typical range for Dividend Coverage Ratio.
- Across the five-year window, Dividend Coverage Ratio soared 1699.12% in 2023 and sank 54.51% in 2025, its largest moves.
- Over 5 years, Dividend Coverage Ratio stood at 0.14 in 2022, then soared by 1699.12% to 2.19 in 2023, then jumped by 56.28% to 3.42 in 2024, then slumped by 54.51% to 1.56 in 2025, then jumped by 34.24% to 2.09 in 2026.
- The last three Dividend Coverage Ratio figures came in at 2.09 (Q2 2026), 1.91 (Q1 2026), and 1.56 (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.09 |
| Mar 31, 2026 | 1.91 |
| Dec 31, 2025 | 1.56 |
| Sep 30, 2025 | 3.05 |
| Jun 30, 2025 | 2.54 |
| Mar 31, 2025 | 1.71 |
| Dec 31, 2024 | 3.42 |
| Sep 30, 2024 | 2.21 |
| Mar 31, 2024 | 1.94 |
| Dec 31, 2023 | 2.19 |
| Dec 31, 2022 | -0.14 |
| Mar 31, 2022 | 0.63 |
| Dec 31, 2021 | -0.15 |
NewtekOne, Inc. Dividend Coverage Ratio 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=dividend-coverage-ratio&ticker=NEWTO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-coverage-ratio", "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=dividend-coverage-ratio&ticker=NEWTO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();