SunCar Technology (SDA) Assets Average (2022 - 2026)
SunCar Technology's (SDA) quarterly Assets Average came in at $256.1 million in Q1 2026, down 2.15% year-over-year from $261.7 million in Q1 2025, and down 2.85% quarter-over-quarter from $263.6 million in Q4 2025.
SunCar Technology (SDA) Assets Average (2022 - 2026) Analysis & Trends
SunCar Technology has disclosed Assets Average across 4 years of filings, most recently posting $256.1 million for Q1 2026.
- In Q1 2026, Assets Average fell 2.15% year-over-year to $256.1 million; the TTM figure through Mar 2026 stood at $256.1 million (down 2.15% YoY), while the FY2025 annual figure was $250.0 million, up 6.38% from the prior year.
- Assets Average came in at $256.1 million for Q1 2026 at SunCar Technology, down from $263.6 million in the prior quarter.
- In the past five years, Assets Average ranged from a high of $277.1 million in Q2 2025 to a low of $203.1 million in Q4 2022.
- Average Assets Average over 4 years is $254.3 million, with a median of $258.9 million recorded in 2025.
- Year-over-year, Assets Average climbed 11.19% in 2025 and decreased 2.15% in 2026.
- Over 4 years, Assets Average stood at $203.1 million in 2022, then gained by 22.78% to $249.4 million in 2024, then grew by 5.69% to $263.6 million in 2025, then declined by 2.85% to $256.1 million in 2026.
- Per Business Quant data, the three most recent Assets Average figures were $256.1 million in Q1 2026, $263.6 million in Q4 2025, and $275.8 million in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Assets Avg. (Qtr) |
|---|---|---|---|---|---|
| 1 | Marsh & Mclennan Companies | 81.24 Bn | 69.29 Bn | 6.04 Bn | 59.12 Bn |
| 2 | Aon | 60.67 Bn | 59.43 Bn | - | 52.39 Bn |
| 3 | Arthur J. Gallagher | 59.09 Bn | 57.73 Bn | - | 80.05 Bn |
| 4 | Willis Towers Watson | 28.02 Bn | 26.44 Bn | 2.09 Bn | 30.10 Bn |
| 5 | Brown & Brown | 20.61 Bn | 19.72 Bn | 1.41 Bn | 29.79 Bn |
| 6 | XChange TEC.INC | 11.95 Bn | 11.95 Bn | - | 9.57 Mn |
| 7 | Erie Indemnity | 10.83 Bn | 10.48 Bn | - | 3.47 Bn |
| 8 | Ryan Specialty Holdings | 9.82 Bn | 10.19 Bn | - | 11.49 Bn |
| 9 | Hagerty | 4.67 Bn | 4.81 Bn | 244.11 Mn | 2.09 Bn |
| 10 | SunCar Technology | 50.02 Mn | 74.66 Mn | 128.53 Mn | 256.08 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 256.08 Mn |
| Dec 31, 2025 | 263.59 Mn |
| Sep 30, 2025 | 275.75 Mn |
| Jun 30, 2025 | 277.11 Mn |
| Mar 31, 2025 | 261.70 Mn |
| Dec 31, 2024 | 249.39 Mn |
| Sep 30, 2024 | 248.00 Mn |
| Dec 31, 2022 | 203.12 Mn |
SunCar Technology Assets Average 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=assets-average&ticker=SDA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets-average", "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=assets-average&ticker=SDA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();