NewtekOne, Inc. (NEWTO) Change in Taxes (2024 - 2025)
NewtekOne's (NEWTO) quarterly Change in Taxes came in at -$519000.0 in Q1 2025, down 159.38% year-over-year from $874000.0 in Q1 2024, and down 159.38% quarter-over-quarter from $874000.0 in Q1 2024.
NewtekOne, Inc. (NEWTO) Change in Taxes (2024 - 2025) Analysis & Trends
NewtekOne (NEWTO) has reported Change in Taxes for 2 consecutive years, with -$519000.0 the latest figure, recorded in Q1 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2025 | -519,000.00 |
| Mar 31, 2024 | 874,000.00 |
NewtekOne, Inc. Change in Taxes 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=change-in-taxes&ticker=NEWTO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-taxes", "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=change-in-taxes&ticker=NEWTO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();