NewtekOne, Inc. (NEWTO) FCF Payout Ratio (2021 - 2026)
NewtekOne's (NEWTO) quarterly FCF Payout Ratio came in at 0.04 in Q2 2026, down 51.57% year-over-year from 0.08 in Q2 2025, and down 57.88% quarter-over-quarter from 0.03 in Q1 2026.
NewtekOne, Inc. (NEWTO) FCF Payout Ratio (2021 - 2026) Analysis & Trends
NewtekOne (NEWTO) has reported FCF Payout Ratio for 6 consecutive years, with 0.04 the latest figure, recorded in Q2 2026.
- On a quarterly basis, FCF Payout Ratio fell 51.57% year-over-year to 0.04 in Q2 2026; TTM through Jun 2026 was 0.04, a 26.4% increase from a year earlier, with the FY2025 full-year figure at 0.05, up 63.94% from the prior year.
- FCF Payout Ratio was 0.04 for Q2 2026 at NewtekOne, down from 0.03 in the prior quarter.
- Over five years, FCF Payout Ratio peaked at 2.37 in Q1 2022 and troughed at 0.2 in Q3 2024.
- A 5-year average of 0.16 and a median of 0.05 in 2024 frame the typical range for FCF Payout Ratio.
- Across the five-year window, FCF Payout Ratio jumped 111.28% in 2022 and slumped 128.21% in 2023, its largest moves.
- Over 5 years, FCF Payout Ratio stood at 0.25 in 2022, then slumped by 128.21% to 0.07 in 2023, then grew by 18.64% to 0.06 in 2024, then retreated by 28.67% to 0.07 in 2025, then surged by 46.0% to 0.04 in 2026.
- The last three FCF Payout Ratio figures came in at 0.04 (Q2 2026), 0.03 (Q1 2026), and 0.07 (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -0.04 |
| Mar 31, 2026 | -0.03 |
| Dec 31, 2025 | -0.07 |
| Sep 30, 2025 | -0.03 |
| Jun 30, 2025 | -0.03 |
| Mar 31, 2025 | -0.09 |
| Dec 31, 2024 | -0.06 |
| Sep 30, 2024 | -0.20 |
| Mar 31, 2024 | -0.12 |
| Dec 31, 2023 | -0.07 |
| Dec 31, 2022 | 0.25 |
| Mar 31, 2022 | 2.37 |
| Dec 31, 2021 | -2.21 |
NewtekOne, Inc. FCF Payout 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=fcf-payout-ratio&ticker=NEWTO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-payout-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=fcf-payout-ratio&ticker=NEWTO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();