NewtekOne, Inc. (NEWTO) Minority Interest (2023)
NewtekOne's (NEWTO) quarterly Minority Interest came in at -$487000.0 in Q2 2023, down 3.18% quarter-over-quarter from -$472000.0 in Q1 2023.
NewtekOne, Inc. (NEWTO) Minority Interest (2023) Analysis & Trends
NewtekOne (NEWTO) has reported Minority Interest for 1 consecutive years, with -$487000.0 the latest figure, recorded in Q2 2023.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2023 | -487,000.00 |
| Mar 31, 2023 | -472,000.00 |
NewtekOne, Inc. Minority Interest 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=minority-interest&ticker=NEWTO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "minority-interest", "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=minority-interest&ticker=NEWTO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();