EQV Ventures Acquisition (EVAC) Shares Outstanding (Entity) (2024 - 2026)
Analysis
EQV Ventures Acquisition (EVAC) Shares Outstanding (Entity) (2024 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Shares Outstanding (Entity.) (Qtr) |
|---|---|---|---|---|---|
| 1 | Blackstone | 95.13 Bn | 97.57 Bn | - | 752.60 Mn |
| 2 | Kkr | 90.55 Bn | -186.52 Bn | - | 897.78 Mn |
| 3 | Brookfield | 85.38 Bn | 54.82 Bn | 19.38 Bn | - |
| 4 | Brookfield Asset Management | 73.82 Bn | 73.56 Bn | - | 1.60 Bn |
| 5 | Apollo Global Management | 73.68 Bn | 68.79 Bn | 10.54 Bn | 575.97 Mn |
| 6 | Wheaton Precious Metals | 67.06 Bn | 66.96 Bn | 687.86 Mn | - |
| 7 | Franco Nevada | 50.47 Bn | 48.92 Bn | 451.00 Mn | - |
| 8 | Ares Management | 45.64 Bn | 50.56 Bn | - | 360.20 Mn |
| 9 | Tpg | 18.19 Bn | 19.75 Bn | - | 390.92 Mn |
| 10 | EQV Ventures Acquisition | 483.56 Mn | 483.56 Mn | - | 46.95 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 46.95 Mn |
| Mar 31, 2026 | 58.45 Mn |
| Dec 31, 2025 | 23.43 Mn |
| Sep 30, 2025 | 57.39 Mn |
| Jun 30, 2025 | 12.08 Mn |
| Mar 31, 2025 | 12.08 Mn |
| Dec 31, 2024 | 12.24 Mn |
API Access
EQV Ventures Acquisition Shares Outstanding (Entity) 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=shares-outstanding-entity&ticker=EVAC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding-entity", "ticker": "EVAC", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=shares-outstanding-entity&ticker=EVAC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();