NewtekOne, Inc. (NEWTO) Gains from Investment Securities (2021 - 2022)
NewtekOne's (NEWTO) quarterly Gains from Investment Securities came in at $39.0 million in Q4 2022, up 96.25% year-over-year from $19.9 million in Q4 2021, and up 300.04% quarter-over-quarter from $9.7 million in Q1 2022.
NewtekOne, Inc. (NEWTO) Gains from Investment Securities (2021 - 2022) Analysis & Trends
NewtekOne (NEWTO) has reported Gains from Investment Securities for 2 consecutive years, with $39.0 million the latest figure, recorded in Q4 2022.
- On a quarterly basis, Gains from Investment Securities rose 96.25% year-over-year to $39.0 million in Q4 2022; TTM through Sep 2023 was $39.0 million, a 31.66% increase from a year earlier, with the FY2022 full-year figure at $48.7 million, up 39.74% from the prior year.
- Gains from Investment Securities was $39.0 million for Q4 2022 at NewtekOne, up from $9.7 million in the prior quarter.
- Over five years, Gains from Investment Securities peaked at $39.0 million in Q4 2022 and troughed at $9.7 million in Q1 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2022 | 38.97 Mn |
| Mar 31, 2022 | 9.74 Mn |
| Dec 31, 2021 | 19.86 Mn |
NewtekOne, Inc. Gains from Investment Securities 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=gains-from-investment-securities&ticker=NEWTO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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=gains-from-investment-securities&ticker=NEWTO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();