Intapp (INTA) Market Capitalization (2021 - 2026)
Analysis
Intapp (INTA) Market Capitalization (2021 - 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 | 2.77 Bn |
| Sep 17, 2026 | 2.81 Bn |
| Sep 16, 2026 | 2.83 Bn |
| Sep 15, 2026 | 2.87 Bn |
| Sep 14, 2026 | 2.91 Bn |
| Sep 11, 2026 | 2.85 Bn |
| Sep 10, 2026 | 2.91 Bn |
| Sep 9, 2026 | 2.96 Bn |
| Sep 8, 2026 | 3.05 Bn |
| Sep 8, 2026 | 3.05 Bn |
| Sep 4, 2026 | 3.19 Bn |
| Sep 3, 2026 | 3.30 Bn |
| Sep 2, 2026 | 3.17 Bn |
| Sep 1, 2026 | 3.23 Bn |
| Aug 31, 2026 | 3.32 Bn |
| Aug 28, 2026 | 3.33 Bn |
| Aug 27, 2026 | 3.34 Bn |
| Aug 26, 2026 | 3.09 Bn |
| Aug 25, 2026 | 3.11 Bn |
| Aug 24, 2026 | 3.13 Bn |
API Access
Intapp 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=INTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "market-capitalization-daily", "ticker": "INTA", "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=INTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();