SS&C Technologies Holdings (SSNC) Interest & Investment Income (2018 - 2023)
SS&C Technologies Holdings' (SSNC) quarterly Interest & Investment Income came in at -$120.6 million in Q3 2023, down 40.23% on a YoY basis from -$201.8 million in Q3 2022, and down 2.2% quarter-over-quarter from -$118.0 million in Q2 2023.
SS&C Technologies Holdings (SSNC) Interest & Investment Income (2018 - 2023) Analysis & Trends
SS&C Technologies Holdings (SSNC) has reported Interest & Investment Income for 6 consecutive years, with -$120.6 million the latest figure, recorded in Q3 2023.
- For the quarter ending Q3 2023, Interest & Investment Income fell 40.23% year-over-year to -$120.6 million; the trailing twelve-month figure through Sep 2023 stood at -$436.5 million (down 72.39% YoY), and the FY2015 full-year result was $2.0 million, up 15.89% from the prior year.
- Interest & Investment Income declined to -$120.6 million in Q3 2023 per SSNC's latest filing, from -$118.0 million in the prior quarter.
- Across five years, Interest & Investment Income topped out at -$49.3 million in Q1 2022 and bottomed at -$120.6 million in Q3 2023.
- Historically, Interest & Investment Income has averaged -$80.2 million across 5 years, with a median of -$77.4 million in 2020.
- The sharpest annual moves came in 2019 and 2020: Interest & Investment Income slumped 301.58% in 2019, then soared 44.47% in 2020.
- Over 5 years, Interest & Investment Income stood at -$98.5 million in 2019, then jumped by 44.47% to -$54.7 million in 2020, then climbed by 8.23% to -$50.2 million in 2021, then tumbled by 71.31% to -$86.0 million in 2022, then slumped by 40.23% to -$120.6 million in 2023.
- According to Business Quant data, Interest & Investment Income over the past three periods registered -$120.6 million, -$118.0 million, and -$111.9 million for Q3 2023, Q2 2023, and Q1 2023 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Int & Inv Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn | 77.51 Mn |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - | 306.00 Mn |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn | 843.87 Mn |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn | - |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn | 70.00 Mn |
| 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 | -1.25 Mn |
| 10 | SS&C Technologies Holdings | 18.70 Bn | 18.34 Bn | 818.30 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2023 | -120.60 Mn |
| Jun 30, 2023 | -118.00 Mn |
| Mar 31, 2023 | -111.90 Mn |
| Sep 30, 2022 | -86.00 Mn |
| Jun 30, 2022 | -67.70 Mn |
| Mar 31, 2022 | -49.30 Mn |
| Sep 30, 2021 | -50.20 Mn |
| Jun 30, 2021 | -51.00 Mn |
| Mar 31, 2021 | -51.40 Mn |
| Sep 30, 2020 | -54.70 Mn |
| Jun 30, 2020 | -60.50 Mn |
| Mar 31, 2020 | -77.40 Mn |
| Sep 30, 2019 | -98.50 Mn |
| Jun 30, 2019 | -104.30 Mn |
| Mar 31, 2019 | -101.60 Mn |
| Sep 30, 2018 | -78.10 Mn |
| Jun 30, 2018 | -70.20 Mn |
| Mar 31, 2018 | -25.30 Mn |
SS&C Technologies Holdings Interest & Investment 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=interest-and-investment-income&ticker=SSNC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-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=interest-and-investment-income&ticker=SSNC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();