SS&C Technologies Holdings (SSNC) Other Non Operating Income (2010 - 2026)
SS&C Technologies Holdings' (SSNC) quarterly Other Non Operating Income came in at $1.1 million in Q2 2026, up 200.0% on a YoY basis from $366666.7 in Q2 2025, and down 83.82% quarter-over-quarter from $6.8 million in Q1 2026.
SS&C Technologies Holdings (SSNC) Other Non Operating Income (2010 - 2026) Analysis & Trends
SS&C Technologies Holdings (SSNC) has reported Other Non Operating Income for 17 consecutive years, with $1.1 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other Non Operating Income rose 200.0% year-over-year to $1.1 million; the trailing twelve-month figure through Jun 2026 stood at -$21.2 million (down 261.83% YoY), and the FY2025 full-year result was -$23.0 million, up 29.01% from the prior year.
- Other Non Operating Income fell to $1.1 million in Q2 2026 per SSNC's latest filing, from $6.8 million in the prior quarter.
- Across five years, Other Non Operating Income topped out at $49.1 million in Q4 2022 and bottomed at -$34.4 million in Q4 2025.
- Historically, Other Non Operating Income has averaged $1.5 million across 5 years, with a median of $3.2 million in 2022.
- The sharpest annual moves came in 2024 and 2025: Other Non Operating Income surged 286.0% in 2024, then sank 1395.65% in 2025.
- Over 5 years, Other Non Operating Income stood at $49.1 million in 2022, then slumped by 60.69% to $19.3 million in 2023, then plunged by 111.92% to -$2.3 million in 2024, then tumbled by 1395.65% to -$34.4 million in 2025, then soared by 103.2% to $1.1 million in 2026.
- According to Business Quant data, Other Non Operating Income over the past three periods registered $1.1 million, $6.8 million, and -$34.4 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn |
| 10 | SS&C Technologies Holdings | 18.70 Bn | 18.34 Bn | 818.30 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.10 Mn |
| Mar 31, 2026 | 6.80 Mn |
| Dec 31, 2025 | -34.40 Mn |
| Sep 30, 2025 | 5.30 Mn |
| Jun 30, 2025 | -1.10 Mn |
| Mar 31, 2025 | 7.20 Mn |
| Dec 31, 2024 | -1.10 Mn |
| Sep 30, 2024 | 9.30 Mn |
| Jun 30, 2024 | -27.70 Mn |
| Mar 31, 2024 | 6.60 Mn |
| Dec 31, 2023 | 5.40 Mn |
| Sep 30, 2023 | -5.00 Mn |
| Jun 30, 2023 | 14.90 Mn |
| Mar 31, 2023 | 5.40 Mn |
| Dec 31, 2022 | 49.10 Mn |
| Sep 30, 2022 | 1.10 Mn |
| Jun 30, 2022 | -20.40 Mn |
| Mar 31, 2022 | -9.00 Mn |
| Dec 31, 2021 | 38.60 Mn |
| Sep 30, 2021 | -44.90 Mn |
SS&C Technologies Holdings Other 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=other-non-operating-income&ticker=SSNC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "ticker": "SSNC", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=other-non-operating-income&ticker=SSNC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();