NewtekOne, Inc. (NEWTO) Investment Gain (Loss) (2021 - 2022)
NewtekOne's (NEWTO) quarterly Investment Gain (Loss) came in at $14.8 million in Q3 2022, down 23.38% year-over-year from $19.3 million in Q3 2021, and up 137.53% quarter-over-quarter from -$39.3 million in Q4 2021.
NewtekOne, Inc. (NEWTO) Investment Gain (Loss) (2021 - 2022) Analysis & Trends
NewtekOne (NEWTO) has reported Investment Gain (Loss) for 2 consecutive years, with $14.8 million the latest figure, recorded in Q3 2022.
- On a quarterly basis, Investment Gain (Loss) fell 23.38% year-over-year to $14.8 million in Q3 2022; TTM through Jun 2023 was $14.8 million, a N/A change from a year earlier, with the FY2022 full-year figure at $56.9 million, up 4594.55% from the prior year.
- Investment Gain (Loss) was $14.8 million for Q3 2022 at NewtekOne, up from -$39.3 million in the prior quarter.
- Over five years, Investment Gain (Loss) peaked at $19.3 million in Q3 2021 and troughed at -$39.3 million in Q4 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2022 | 14.77 Mn |
| Dec 31, 2021 | -39.35 Mn |
| Sep 30, 2021 | 19.27 Mn |
NewtekOne, Inc. Investment Gain (Loss) 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-gain-loss&ticker=NEWTO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "investment-gain-loss", "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-gain-loss&ticker=NEWTO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();