SS&C Technologies Holdings (SSNC) Non-cash Items (2015 - 2018)
SS&C Technologies Holdings' (SSNC) quarterly Non-cash Items came in at $64.3 million in Q1 2018, down 5.8% on a YoY basis from $68.3 million in Q1 2017, and up 217.56% quarter-over-quarter from -$54.7 million in Q4 2017.
SS&C Technologies Holdings (SSNC) Non-cash Items (2015 - 2018) Analysis & Trends
SS&C Technologies Holdings (SSNC) has reported Non-cash Items for 4 consecutive years, with $64.3 million the latest figure, recorded in Q1 2018.
- For the quarter ending Q1 2018, Non-cash Items fell 5.8% year-over-year to $64.3 million; the trailing twelve-month figure through Mar 2018 stood at $137.5 million (down 33.99% YoY), and the FY2017 full-year result was $141.5 million, down 29.09% from the prior year.
- Non-cash Items improved to $64.3 million in Q1 2018 per SSNC's latest filing, from -$54.7 million in the prior quarter.
- Across five years, Non-cash Items topped out at $68.3 million in Q1 2017 and bottomed at -$54.7 million in Q4 2017.
- Historically, Non-cash Items has averaged $41.6 million across 4 years, with a median of $53.1 million in 2015.
- The sharpest annual moves came in 2016 and 2017: Non-cash Items surged 118.65% in 2016, then tumbled 188.18% in 2017.
- Over 4 years, Non-cash Items stood at $31.2 million in 2015, then soared by 98.76% to $62.1 million in 2016, then sank by 188.18% to -$54.7 million in 2017, then jumped by 217.56% to $64.3 million in 2018.
- According to Business Quant data, Non-cash Items over the past three periods registered $64.3 million, -$54.7 million, and $63.2 million for Q1 2018, Q4 2017, and Q3 2017 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 |
|---|---|
| Mar 31, 2018 | 64.35 Mn |
| Dec 31, 2017 | -54.74 Mn |
| Sep 30, 2017 | 63.23 Mn |
| Jun 30, 2017 | 64.69 Mn |
| Mar 31, 2017 | 68.31 Mn |
| Dec 31, 2016 | 62.07 Mn |
| Sep 30, 2016 | 37.21 Mn |
| Jun 30, 2016 | 40.75 Mn |
| Mar 31, 2016 | 59.50 Mn |
| Dec 31, 2015 | 31.23 Mn |
| Sep 30, 2015 | 53.13 Mn |
| Jun 30, 2015 | 24.13 Mn |
| Mar 31, 2015 | 27.21 Mn |
SS&C Technologies Holdings Non-cash Items 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-cash-items&ticker=SSNC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-cash-items", "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=non-cash-items&ticker=SSNC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();