SunCar Technology (SDA) Cash from Financing Activities (2023 - 2026)
SunCar Technology's (SDA) quarterly Cash from Financing Activities came in at -$1.3 million in Q1 2026, down 105.67% year-over-year from $23.1 million in Q1 2025, and up 88.99% quarter-over-quarter from -$11.9 million in Q4 2025.
SunCar Technology (SDA) Cash from Financing Activities (2023 - 2026) Analysis & Trends
SunCar Technology has disclosed Cash from Financing Activities across 4 years of filings, most recently posting -$1.3 million for Q1 2026.
- In Q1 2026, Cash from Financing Activities fell 105.67% year-over-year to -$1.3 million; the TTM figure through Mar 2026 stood at -$20.1 million (down 196.09% YoY), while the FY2025 annual figure was $4.4 million, up 248.02% from the prior year.
- Cash from Financing Activities came in at -$1.3 million for Q1 2026 at SunCar Technology, up from -$11.9 million in the prior quarter.
- In the past five years, Cash from Financing Activities ranged from a high of $23.1 million in Q1 2025 to a low of -$11.9 million in Q4 2025.
- Average Cash from Financing Activities over 4 years is $459545.5, with a median of -$710000.0 recorded in 2024.
- The largest YoY upside for Cash from Financing Activities was 3358.73% in 2025 against a maximum downside of 1801.76% in 2025.
- Over 4 years, Cash from Financing Activities stood at $6.4 million in 2023, then slumped by 109.84% to -$626000.0 in 2024, then sank by 1801.76% to -$11.9 million in 2025, then jumped by 88.99% to -$1.3 million in 2026.
- Per Business Quant data, the three most recent Cash from Financing Activities figures were -$1.3 million in Q1 2026, -$11.9 million in Q4 2025, and $2.3 million in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Marsh & Mclennan Companies | 81.24 Bn | 69.29 Bn | 6.04 Bn | -800.00 Mn |
| 2 | Aon | 60.67 Bn | 59.43 Bn | - | -858.00 Mn |
| 3 | Arthur J. Gallagher | 59.09 Bn | 57.73 Bn | - | 1.25 Bn |
| 4 | Willis Towers Watson | 28.02 Bn | 26.44 Bn | 2.09 Bn | -408.00 Mn |
| 5 | Brown & Brown | 20.61 Bn | 19.72 Bn | 1.41 Bn | -172.00 Mn |
| 6 | XChange TEC.INC | 11.95 Bn | 11.95 Bn | - | - |
| 7 | Erie Indemnity | 10.83 Bn | 10.48 Bn | - | -54.71 Mn |
| 8 | Ryan Specialty Holdings | 9.82 Bn | 10.19 Bn | - | 3.97 Mn |
| 9 | Hagerty | 4.67 Bn | 4.81 Bn | 244.11 Mn | -25.70 Mn |
| 10 | SunCar Technology | 50.02 Mn | 74.66 Mn | 128.53 Mn | -1.31 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -1.31 Mn |
| Dec 31, 2025 | -11.91 Mn |
| Sep 30, 2025 | 2.30 Mn |
| Jun 30, 2025 | -9.16 Mn |
| Mar 31, 2025 | 23.14 Mn |
| Dec 31, 2024 | -626,000.00 |
| Sep 30, 2024 | -2.53 Mn |
| Jun 30, 2024 | 918,000.00 |
| Mar 31, 2024 | -710,000.00 |
| Dec 31, 2023 | 6.37 Mn |
| Sep 30, 2023 | -1.42 Mn |
SunCar Technology Cash from Financing Activities 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=cash-from-financing-activities&ticker=SDA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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=cash-from-financing-activities&ticker=SDA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();