SS&C Technologies Holdings (SSNC) Price to Book (2010 - 2026)
SS&C Technologies Holdings' (SSNC) quarterly Price to Book came in at 2.17 in Q2 2026, down 24.74% on a YoY basis from 2.88 in Q2 2025, and down 8.04% quarter-over-quarter from 2.36 in Q1 2026.
SS&C Technologies Holdings (SSNC) Price to Book (2010 - 2026) Analysis & Trends
SS&C Technologies Holdings (SSNC) has reported Price to Book for 17 consecutive years, with 2.17 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Price to Book fell 24.74% year-over-year to 2.17; the trailing twelve-month figure through Jun 2026 stood at 2.17 (down 24.74% YoY), and the FY2025 full-year result was 3.04, up 8.44% from the prior year.
- Price to Book retreated to 2.17 in Q2 2026 per SSNC's latest filing, from 2.36 in the prior quarter.
- Across five years, Price to Book topped out at 3.09 in Q3 2025 and bottomed at 2.08 in Q3 2022.
- Historically, Price to Book has averaged 2.54 across 5 years, with a median of 2.42 in 2023.
- The sharpest annual moves came in 2022 and 2024: Price to Book tumbled 36.49% in 2022, then advanced 27.06% in 2024.
- Over 5 years, Price to Book stood at 2.14 in 2022, then climbed by 9.97% to 2.36 in 2023, then advanced by 19.02% to 2.8 in 2024, then gained by 8.44% to 3.04 in 2025, then retreated by 28.64% to 2.17 in 2026.
- According to Business Quant data, Price to Book over the past three periods registered 2.17, 2.36, and 3.04 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 | 2.17 |
| Mar 31, 2026 | 2.36 |
| Dec 31, 2025 | 3.04 |
| Sep 30, 2025 | 3.09 |
| Jun 30, 2025 | 2.88 |
| Mar 31, 2025 | 3.00 |
| Dec 31, 2024 | 2.80 |
| Sep 30, 2024 | 2.66 |
| Jun 30, 2024 | 2.37 |
| Mar 31, 2024 | 2.45 |
| Dec 31, 2023 | 2.36 |
| Sep 30, 2023 | 2.10 |
| Jun 30, 2023 | 2.41 |
| Mar 31, 2023 | 2.29 |
| Dec 31, 2022 | 2.14 |
| Sep 30, 2022 | 2.08 |
| Jun 30, 2022 | 2.42 |
| Mar 31, 2022 | 3.07 |
| Dec 31, 2021 | 3.37 |
| Sep 30, 2021 | 2.98 |
SS&C Technologies Holdings Price to Book 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=price-to-book&ticker=SSNC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "price-to-book", "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=price-to-book&ticker=SSNC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();