SunCar Technology (SDA) Notes Payables (2022 - 2026)
SunCar Technology's (SDA) quarterly Notes Payables came in at $82.1 million in Q1 2026, up 0.93% quarter-over-quarter from $81.3 million in Q2 2024.
SunCar Technology (SDA) Notes Payables (2022 - 2026) Analysis & Trends
SunCar Technology has disclosed Notes Payables across 4 years of filings, most recently posting $82.1 million for Q1 2026.
- In Q1 2026, Notes Payables changed N/A year-over-year to $82.1 million; the TTM figure through Mar 2026 stood at $82.1 million (changed N/A YoY), while the FY2022 annual figure was $74.7 million, changed N/A from the prior year.
- Notes Payables came in at $82.1 million for Q1 2026 at SunCar Technology, up from $81.3 million in the prior quarter.
- In the past five years, Notes Payables ranged from a high of $85.2 million in Q2 2023 to a low of $74.7 million in Q4 2022.
- Average Notes Payables over 4 years is $79.6 million, with a median of $81.3 million recorded in 2024.
- The largest YoY upside for Notes Payables was 4.55% in 2024 against a maximum downside of 4.55% in 2024.
- Over 4 years, Notes Payables stood at $74.7 million in 2022, then rose by 14.13% to $85.2 million in 2023, then retreated by 4.55% to $81.3 million in 2024, then climbed by 0.93% to $82.1 million in 2026.
- Per Business Quant data, the three most recent Notes Payables figures were $82.1 million in Q1 2026, $81.3 million in Q2 2024, and $85.2 million in Q2 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Marsh & Mclennan Companies | 81.24 Bn | 69.29 Bn | 6.04 Bn |
| 2 | Aon | 60.67 Bn | 59.43 Bn | - |
| 3 | Arthur J. Gallagher | 59.09 Bn | 57.73 Bn | - |
| 4 | Willis Towers Watson | 28.02 Bn | 26.44 Bn | 2.09 Bn |
| 5 | Brown & Brown | 20.61 Bn | 19.72 Bn | 1.41 Bn |
| 6 | XChange TEC.INC | 11.95 Bn | 11.95 Bn | - |
| 7 | Erie Indemnity | 10.83 Bn | 10.48 Bn | - |
| 8 | Ryan Specialty Holdings | 9.82 Bn | 10.19 Bn | - |
| 9 | Hagerty | 4.67 Bn | 4.81 Bn | 244.11 Mn |
| 10 | SunCar Technology | 50.02 Mn | 74.66 Mn | 128.53 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 82.08 Mn |
| Jun 30, 2024 | 81.32 Mn |
| Jun 30, 2023 | 85.20 Mn |
| Mar 31, 2023 | 74.65 Mn |
| Dec 31, 2022 | 74.65 Mn |
SunCar Technology 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=SDA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "notes-payables", "ticker": "SDA", "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=SDA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();