NewtekOne, Inc. (NEWTO) Non Operating Investment Income (2021 - 2023)
NewtekOne's (NEWTO) quarterly Non Operating Investment Income came in at $1.2 million in Q2 2023, down 22.88% year-over-year from $1.6 million in Q2 2022, and down 47.43% quarter-over-quarter from $2.3 million in Q1 2023.
NewtekOne, Inc. (NEWTO) Non Operating Investment Income (2021 - 2023) Analysis & Trends
NewtekOne (NEWTO) has reported Non Operating Investment Income for 3 consecutive years, with $1.2 million the latest figure, recorded in Q2 2023.
- On a quarterly basis, Non Operating Investment Income fell 22.88% year-over-year to $1.2 million in Q2 2023; TTM through Jun 2023 was $32.0 million, a 482.77% increase from a year earlier, with the FY2022 full-year figure at $32.4 million, up 458.65% from the prior year.
- Non Operating Investment Income was $1.2 million for Q2 2023 at NewtekOne, down from $2.3 million in the prior quarter.
- Over five years, Non Operating Investment Income peaked at $21.4 million in Q4 2022 and troughed at -$14.9 million in Q4 2021.
- A 3-year average of $3.0 million and a median of $1.9 million in 2022 frame the typical range for Non Operating Investment Income.
- Across the five-year window, Non Operating Investment Income surged 243.68% in 2022 and retreated 22.88% in 2023, its largest moves.
- Over 3 years, Non Operating Investment Income stood at -$14.9 million in 2021, then surged by 243.68% to $21.4 million in 2022, then plunged by 94.32% to $1.2 million in 2023.
- The last three Non Operating Investment Income figures came in at $1.2 million (Q2 2023), $2.3 million (Q1 2023), and $21.4 million (Q4 2022), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2023 | 1.22 Mn |
| Mar 31, 2023 | 2.32 Mn |
| Dec 31, 2022 | 21.42 Mn |
| Sep 30, 2022 | 7.00 Mn |
| Jun 30, 2022 | 1.58 Mn |
| Mar 31, 2022 | -2.32 Mn |
| Dec 31, 2021 | -14.91 Mn |
| Sep 30, 2021 | 7.31 Mn |
NewtekOne, Inc. Non Operating 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=non-operating-investment-income&ticker=NEWTO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-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=non-operating-investment-income&ticker=NEWTO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();