NewtekOne, Inc. (NEWTO) Operating Margin (2021 - 2022)
NewtekOne's (NEWTO) quarterly Operating Margin came in at 23.39% in Q4 2022, down 3002.0% year-over-year from 0.81% in Q4 2021, and down 2790.16% quarter-over-quarter from 0.87% in Q3 2022.
NewtekOne, Inc. (NEWTO) Operating Margin (2021 - 2022) Analysis & Trends
NewtekOne (NEWTO) has reported Operating Margin for 2 consecutive years, with 23.39% the latest figure, recorded in Q4 2022.
- On a quarterly basis, Operating Margin fell 3002.0% year-over-year to 23.39% in Q4 2022; TTM through Dec 2022 was 10.22%, a N/A change from a year earlier, with the FY2022 full-year figure at 7.51%, down 3118.0% from the prior year.
- Operating Margin was 23.39% for Q4 2022 at NewtekOne, down from 0.87% in the prior quarter.
- Over five years, Operating Margin peaked at 6.63% in Q4 2021 and troughed at 53.96% in Q3 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2022 | -23.39% |
| Sep 30, 2022 | 0.87% |
| Dec 31, 2021 | 6.63% |
| Sep 30, 2021 | -53.96% |
NewtekOne, Inc. Operating Margin 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-margin&ticker=NEWTO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-margin", "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-margin&ticker=NEWTO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();