NewtekOne, Inc. (NEWTO) Operating Income (2021 - 2022)
NewtekOne's (NEWTO) quarterly Operating Income came in at -$5.4 million in Q4 2022, down 428.27% year-over-year from $1.6 million in Q4 2021, and down 2734.15% quarter-over-quarter from $205000.0 in Q3 2022.
NewtekOne, Inc. (NEWTO) Operating Income (2021 - 2022) Analysis & Trends
NewtekOne (NEWTO) has reported Operating Income for 2 consecutive years, with -$5.4 million the latest figure, recorded in Q4 2022.
- On a quarterly basis, Operating Income fell 428.27% year-over-year to -$5.4 million in Q4 2022; TTM through Dec 2022 was -$10.2 million, a N/A change from a year earlier, with the FY2022 full-year figure at -$6.5 million, down 125.21% from the prior year.
- Operating Income was -$5.4 million for Q4 2022 at NewtekOne, down from $205000.0 in the prior quarter.
- Over five years, Operating Income peaked at $1.6 million in Q4 2021 and troughed at -$6.7 million in Q3 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2022 | -5.40 Mn |
| Sep 30, 2022 | 205,000.00 |
| Dec 31, 2021 | 1.65 Mn |
| Sep 30, 2021 | -6.70 Mn |
NewtekOne, Inc. Operating 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=operating-income&ticker=NEWTO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-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=operating-income&ticker=NEWTO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();