NewtekOne, Inc. (NEWTO) Acquisitions (2023)
NewtekOne's (NEWTO) quarterly Acquisitions came in at $110000.0 in Q4 2023, up 100.98% quarter-over-quarter from -$11.3 million in Q1 2023.
NewtekOne, Inc. (NEWTO) Acquisitions (2023) Analysis & Trends
NewtekOne (NEWTO) has reported Acquisitions for 1 consecutive years, with $110000.0 the latest figure, recorded in Q4 2023.
- On a quarterly basis, Acquisitions changed N/A year-over-year to $110000.0 in Q4 2023; TTM through Sep 2024 was $110000.0, a 100.98% increase from a year earlier, with the FY2023 full-year figure at -$11.1 million, changed N/A from the prior year.
- Acquisitions was $110000.0 for Q4 2023 at NewtekOne, up from -$11.3 million in the prior quarter.
- Over five years, Acquisitions peaked at $110000.0 in Q4 2023 and troughed at -$11.3 million in Q1 2023.
Peer Comparison
NewtekOne, Inc. Acquisitions 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=acquisitions&ticker=NEWTO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "acquisitions", "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=acquisitions&ticker=NEWTO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();