NewtekOne, Inc. (NEWTO) Times Interest Earned (2021 - 2026)
NewtekOne's (NEWTO) quarterly Times Interest Earned came in at 1.61 in Q2 2026, down 11.99% year-over-year from 1.83 in Q2 2025, and up 1.41% quarter-over-quarter from 1.59 in Q1 2026.
NewtekOne, Inc. (NEWTO) Times Interest Earned (2021 - 2026) Analysis & Trends
NewtekOne (NEWTO) has reported Times Interest Earned for 6 consecutive years, with 1.61 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Times Interest Earned fell 11.99% year-over-year to 1.61 in Q2 2026; TTM through Jun 2026 was 1.76, a 1.89% decrease from a year earlier, with the FY2025 full-year figure at 1.81, down 1.9% from the prior year.
- Times Interest Earned was 1.61 for Q2 2026 at NewtekOne, up from 1.59 in the prior quarter.
- Over five years, Times Interest Earned peaked at 3.27 in Q1 2022 and troughed at 0.61 in Q4 2022.
- A 5-year average of 1.68 and a median of 1.75 in 2023 frame the typical range for Times Interest Earned.
- Across the five-year window, Times Interest Earned sank 295.13% in 2022 and soared 5866.74% in 2023, its largest moves.
- Over 5 years, Times Interest Earned stood at 0.61 in 2022, then surged by 400.57% to 1.82 in 2023, then rose by 13.06% to 2.06 in 2024, then decreased by 8.06% to 1.89 in 2025, then declined by 14.87% to 1.61 in 2026.
- The last three Times Interest Earned figures came in at 1.61 (Q2 2026), 1.59 (Q1 2026), and 1.89 (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.61 |
| Mar 31, 2026 | 1.59 |
| Dec 31, 2025 | 1.89 |
| Sep 30, 2025 | 2.02 |
| Jun 30, 2025 | 1.83 |
| Mar 31, 2025 | 1.49 |
| Dec 31, 2024 | 2.06 |
| Sep 30, 2024 | 1.84 |
| Jun 30, 2024 | 1.73 |
| Mar 31, 2024 | 1.72 |
| Dec 31, 2023 | 1.82 |
| Sep 30, 2023 | 1.77 |
| Jun 30, 2023 | 1.57 |
| Mar 31, 2023 | 1.47 |
| Dec 31, 2022 | -0.61 |
| Sep 30, 2022 | 0.03 |
| Jun 30, 2022 | 3.17 |
| Mar 31, 2022 | 3.27 |
| Dec 31, 2021 | 0.31 |
| Sep 30, 2021 | -1.29 |
NewtekOne, Inc. Times Interest Earned 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=times-interest-earned&ticker=NEWTO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "times-interest-earned", "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=times-interest-earned&ticker=NEWTO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();