Thryv Holdings (THRY) Market Capitalization (2018 - 2026)
Analysis
Thryv Holdings (THRY) Market Capitalization (2018 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Salesforce | 195.83 Bn | 184.43 Bn | 8.70 Bn |
| 2 | Hubspot | 10.74 Bn | 9.41 Bn | 750.86 Mn |
| 3 | Freshworks | 3.22 Bn | 2.56 Bn | 201.28 Mn |
| 4 | Intapp | 2.77 Bn | 2.61 Bn | 118.37 Mn |
| 5 | Blackbaud | 1.95 Bn | 1.10 Bn | 178.16 Mn |
| 6 | Sprinklr | 1.26 Bn | 1.03 Bn | 139.19 Mn |
| 7 | ZoomInfo Technologies | 1.12 Bn | 955.93 Mn | 256.80 Mn |
| 8 | Thryv Holdings | 81.28 Mn | 72.15 Mn | 94.56 Mn |
| 9 | Helport AI | 16.32 Mn | 16.05 Mn | - |
| 10 | Londax | 3.35 Mn | 3.35 Mn | 8,405.00 |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Sep 18, 2026 | 81.28 Mn |
| Sep 17, 2026 | 82.17 Mn |
| Sep 16, 2026 | 87.50 Mn |
| Sep 15, 2026 | 88.39 Mn |
| Sep 14, 2026 | 88.39 Mn |
| Sep 11, 2026 | 79.51 Mn |
| Sep 10, 2026 | 81.28 Mn |
| Sep 9, 2026 | 82.17 Mn |
| Sep 8, 2026 | 87.06 Mn |
| Sep 8, 2026 | 87.06 Mn |
| Sep 4, 2026 | 92.39 Mn |
| Sep 3, 2026 | 85.28 Mn |
| Sep 2, 2026 | 83.51 Mn |
| Sep 1, 2026 | 79.95 Mn |
| Aug 31, 2026 | 84.84 Mn |
| Aug 28, 2026 | 84.39 Mn |
| Aug 27, 2026 | 84.39 Mn |
| Aug 26, 2026 | 84.39 Mn |
| Aug 25, 2026 | 85.73 Mn |
| Aug 24, 2026 | 87.50 Mn |
API Access
Thryv Holdings Market Capitalization 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=market-capitalization-daily&ticker=THRY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "market-capitalization-daily", "ticker": "THRY", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=market-capitalization-daily&ticker=THRY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();