SunCar Technology (SDA) Change in Cash (2023 - 2026)
SunCar Technology's (SDA) quarterly Change in Cash came in at -$11.3 million in Q1 2026, down 191.9% year-over-year from $12.3 million in Q1 2025, and down 927.36% quarter-over-quarter from $1.4 million in Q4 2025.
SunCar Technology (SDA) Change in Cash (2023 - 2026) Analysis & Trends
SunCar Technology has disclosed Change in Cash across 4 years of filings, most recently posting -$11.3 million for Q1 2026.
- In Q1 2026, Change in Cash fell 191.9% year-over-year to -$11.3 million; the TTM figure through Mar 2026 stood at -$25.3 million (down 242.17% YoY), while the FY2025 annual figure was -$1.7 million, up 59.54% from the prior year.
- Change in Cash came in at -$11.3 million for Q1 2026 at SunCar Technology, down from $1.4 million in the prior quarter.
- In the past five years, Change in Cash ranged from a high of $12.3 million in Q1 2025 to a low of -$14.8 million in Q2 2025.
- Average Change in Cash over 4 years is -$2.0 million, with a median of -$509000.0 recorded in 2025.
- The largest YoY upside for Change in Cash was 228.87% in 2025 against a maximum downside of 4588.92% in 2025.
- Over 4 years, Change in Cash stood at $9.6 million in 2023, then tumbled by 32.22% to $6.5 million in 2024, then plunged by 79.04% to $1.4 million in 2025, then sank by 927.36% to -$11.3 million in 2026.
- Per Business Quant data, the three most recent Change in Cash figures were -$11.3 million in Q1 2026, $1.4 million in Q4 2025, and -$509000.0 in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Marsh & Mclennan Companies | 81.24 Bn | 69.29 Bn | 6.04 Bn | 548.00 Mn |
| 2 | Aon | 60.67 Bn | 59.43 Bn | - | -401.00 Mn |
| 3 | Arthur J. Gallagher | 59.09 Bn | 57.73 Bn | - | 851.00 Mn |
| 4 | Willis Towers Watson | 28.02 Bn | 26.44 Bn | 2.09 Bn | -260.00 Mn |
| 5 | Brown & Brown | 20.61 Bn | 19.72 Bn | 1.41 Bn | 141.00 Mn |
| 6 | XChange TEC.INC | 11.95 Bn | 11.95 Bn | - | - |
| 7 | Erie Indemnity | 10.83 Bn | 10.48 Bn | - | 14.29 Mn |
| 8 | Ryan Specialty Holdings | 9.82 Bn | 10.19 Bn | - | 278.00 Mn |
| 9 | Hagerty | 4.67 Bn | 4.81 Bn | 244.11 Mn | 100.90 Mn |
| 10 | SunCar Technology | 50.02 Mn | 74.66 Mn | 128.53 Mn | -11.31 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -11.31 Mn |
| Dec 31, 2025 | 1.37 Mn |
| Sep 30, 2025 | -509,000.00 |
| Jun 30, 2025 | -14.82 Mn |
| Mar 31, 2025 | 12.31 Mn |
| Dec 31, 2024 | 6.52 Mn |
| Sep 30, 2024 | -740,000.00 |
| Jun 30, 2024 | -316,000.00 |
| Mar 31, 2024 | -9.55 Mn |
| Dec 31, 2023 | 9.62 Mn |
| Sep 30, 2023 | -14.14 Mn |
SunCar Technology Change in Cash 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-cash&ticker=SDA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=SDA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();