SunCar Technology (SDA) Current Deferred Revenue (2022 - 2026)
SunCar Technology's (SDA) quarterly Current Deferred Revenue came in at $6.1 million in Q1 2026, up 72.72% year-over-year from $3.5 million in Q1 2025, and up 6.53% quarter-over-quarter from $5.7 million in Q4 2025.
SunCar Technology (SDA) Current Deferred Revenue (2022 - 2026) Analysis & Trends
SunCar Technology has disclosed Current Deferred Revenue across 5 years of filings, most recently posting $6.1 million for Q1 2026.
- In Q1 2026, Current Deferred Revenue rose 72.72% year-over-year to $6.1 million; the TTM figure through Mar 2026 stood at $6.1 million (up 72.72% YoY), while the FY2025 annual figure was $5.7 million, up 136.68% from the prior year.
- Current Deferred Revenue came in at $6.1 million for Q1 2026 at SunCar Technology, up from $5.7 million in the prior quarter.
- In the past five years, Current Deferred Revenue ranged from a high of $6.1 million in Q1 2026 to a low of $2.0 million in Q1 2024.
- Average Current Deferred Revenue over 5 years is $3.3 million, with a median of $3.0 million recorded in 2023.
- Year-over-year, Current Deferred Revenue plunged 47.65% in 2024 and jumped 136.68% in 2025.
- Over 5 years, Current Deferred Revenue stood at $3.6 million in 2022, then declined by 14.54% to $3.0 million in 2023, then fell by 20.62% to $2.4 million in 2024, then jumped by 136.68% to $5.7 million in 2025, then increased by 6.53% to $6.1 million in 2026.
- Per Business Quant data, the three most recent Current Deferred Revenue figures were $6.1 million in Q1 2026, $5.7 million in Q4 2025, and $2.3 million in Q3 2025.
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 | 6.10 Mn |
| Dec 31, 2025 | 5.73 Mn |
| Sep 30, 2025 | 2.29 Mn |
| Jun 30, 2025 | 2.14 Mn |
| Mar 31, 2025 | 3.53 Mn |
| Dec 31, 2024 | 2.42 Mn |
| Sep 30, 2024 | 3.05 Mn |
| Jun 30, 2024 | 2.03 Mn |
| Mar 31, 2024 | 1.96 Mn |
| Dec 31, 2023 | 3.05 Mn |
| Jun 30, 2023 | 3.87 Mn |
| Dec 31, 2022 | 3.57 Mn |
SunCar Technology Current Deferred Revenue 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=current-deferred-revenue&ticker=SDA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-deferred-revenue", "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=current-deferred-revenue&ticker=SDA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();