NewtekOne, Inc. (NEWTO) Investment Income (2021 - 2022)
NewtekOne's (NEWTO) quarterly Investment Income came in at $3.2 million in Q4 2022, down 82.71% year-over-year from $18.4 million in Q4 2021, and down 71.52% quarter-over-quarter from $11.2 million in Q3 2022.
NewtekOne, Inc. (NEWTO) Investment Income (2021 - 2022) Analysis & Trends
NewtekOne (NEWTO) has reported Investment Income for 2 consecutive years, with $3.2 million the latest figure, recorded in Q4 2022.
- On a quarterly basis, Investment Income fell 82.71% year-over-year to $3.2 million in Q4 2022; TTM through Dec 2022 was $56.0 million, a N/A change from a year earlier, with the FY2022 full-year figure at $38.8 million, down 33.65% from the prior year.
- Investment Income was $3.2 million for Q4 2022 at NewtekOne, down from $11.2 million in the prior quarter.
- Over five years, Investment Income peaked at $23.3 million in Q3 2021 and troughed at $3.2 million in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2022 | 3.18 Mn |
| Sep 30, 2022 | 11.16 Mn |
| Dec 31, 2021 | 18.39 Mn |
| Sep 30, 2021 | 23.31 Mn |
NewtekOne, Inc. Investment Income 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=investment-income&ticker=NEWTO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "investment-income", "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=investment-income&ticker=NEWTO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();