NewtekOne, Inc. (NEWTO) Notes Payables (2021 - 2022)
NewtekOne's (NEWTO) quarterly Notes Payables came in at $55.9 million in Q4 2022, up 11.77% year-over-year from $50.0 million in Q4 2021, and down 17.21% quarter-over-quarter from $67.5 million in Q3 2022.
NewtekOne, Inc. (NEWTO) Notes Payables (2021 - 2022) Analysis & Trends
NewtekOne (NEWTO) has reported Notes Payables for 2 consecutive years, with $55.9 million the latest figure, recorded in Q4 2022.
- On a quarterly basis, Notes Payables rose 11.77% year-over-year to $55.9 million in Q4 2022; TTM through Dec 2022 was $55.9 million, a 11.77% increase from a year earlier, with the FY2022 full-year figure at $55.9 million, up 11.77% from the prior year.
- Notes Payables was $55.9 million for Q4 2022 at NewtekOne, down from $67.5 million in the prior quarter.
- Over five years, Notes Payables peaked at $67.5 million in Q3 2022 and troughed at $50.0 million in Q4 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2022 | 55.89 Mn |
| Sep 30, 2022 | 67.50 Mn |
| Dec 31, 2021 | 50.00 Mn |
NewtekOne, Inc. Notes Payables 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=notes-payables&ticker=NEWTO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "notes-payables", "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=notes-payables&ticker=NEWTO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();