SunCar Technology (SDA) Non Operating Income (2023 - 2026)
SunCar Technology's (SDA) quarterly Non Operating Income came in at -$1.0 million in Q1 2026, down 30.01% year-over-year from -$1.4 million in Q1 2025, and down 6.35% quarter-over-quarter from -$945000.0 in Q4 2025.
SunCar Technology (SDA) Non Operating Income (2023 - 2026) Analysis & Trends
SunCar Technology has disclosed Non Operating Income across 4 years of filings, most recently posting -$1.0 million for Q1 2026.
- In Q1 2026, Non Operating Income fell 30.01% year-over-year to -$1.0 million; the TTM figure through Mar 2026 stood at -$6.2 million (down 83.14% YoY), while the FY2025 annual figure was -$5.9 million, down 83.44% from the prior year.
- Non Operating Income came in at -$1.0 million for Q1 2026 at SunCar Technology, down from -$945000.0 in the prior quarter.
- In the past five years, Non Operating Income ranged from a high of $591000.0 in Q4 2023 to a low of -$3.3 million in Q2 2025.
- Average Non Operating Income over 4 years is -$962090.9, with a median of -$945000.0 recorded in 2025.
- The largest YoY upside for Non Operating Income was 7.1% in 2025 against a maximum downside of 427.86% in 2025.
- Over 4 years, Non Operating Income stood at $591000.0 in 2023, then tumbled by 262.61% to -$961000.0 in 2024, then climbed by 1.66% to -$945000.0 in 2025, then fell by 6.35% to -$1.0 million in 2026.
- Per Business Quant data, the three most recent Non Operating Income figures were -$1.0 million in Q1 2026, -$945000.0 in Q4 2025, and -$942000.0 in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (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 | -1.01 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -1.01 Mn |
| Dec 31, 2025 | -945,000.00 |
| Sep 30, 2025 | -942,000.00 |
| Jun 30, 2025 | -3.28 Mn |
| Mar 31, 2025 | -773,000.00 |
| Dec 31, 2024 | -961,000.00 |
| Sep 30, 2024 | -1.01 Mn |
| Jun 30, 2024 | -621,000.00 |
| Mar 31, 2024 | -641,000.00 |
| Dec 31, 2023 | 591,000.00 |
| Sep 30, 2023 | -994,000.00 |
SunCar Technology Non Operating Income 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=non-operating-income&ticker=SDA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "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=non-operating-income&ticker=SDA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();