EQV Ventures Acquisition (EVAC) Common Equity (2024 - 2026)
EQV Ventures Acquisition's (EVAC) quarterly Common Equity came in at -$16.6 million in Q2 2026, down 20404.46% year-over-year from N/an in Q2 2025, and down 2.12% quarter-over-quarter from -$16.3 million in Q1 2026.
EQV Ventures Acquisition (EVAC) Common Equity (2024 - 2026) Analysis & Trends
EQV Ventures Acquisition (EVAC) has reported Common Equity for 3 consecutive years, with -$16.6 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Common Equity fell 20404.46% year-over-year to -$16.6 million in Q2 2026; TTM through Jun 2026 was -$16.6 million, a 20404.46% decrease from a year earlier, with the FY2025 full-year figure at -$16.4 million, down 51429.18% from the prior year.
- Common Equity was -$16.6 million for Q2 2026 at EQV Ventures Acquisition, down from -$16.3 million in the prior quarter.
- Over five years, Common Equity peaked at -$31791.0 in Q4 2024 and troughed at -$16.6 million in Q2 2026.
- A 3-year average of -$9.4 million and a median of -$16.1 million in 2025 frame the typical range for Common Equity.
- Across the five-year window, Common Equity sank 51429.18% in 2025 and slumped 20404.46% in 2026, its largest moves.
- Over 3 years, Common Equity stood at -$31791.0 in 2024, then slumped by 51429.18% to -$16.4 million in 2025, then slipped by 1.6% to -$16.6 million in 2026.
- The last three Common Equity figures came in at -$16.6 million (Q2 2026), -$16.3 million (Q1 2026), and -$16.4 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Common Equity (Qtr) |
|---|---|---|---|---|---|
| 1 | Blackstone | 95.13 Bn | 97.57 Bn | - | 21.06 Bn |
| 2 | Kkr | 90.55 Bn | -186.52 Bn | - | - |
| 3 | Brookfield | 85.38 Bn | 54.82 Bn | 19.38 Bn | 4.09 Bn |
| 4 | Brookfield Asset Management | 73.82 Bn | 73.56 Bn | - | 9.19 Bn |
| 5 | Apollo Global Management | 73.68 Bn | 68.79 Bn | 10.54 Bn | 41.48 Bn |
| 6 | Wheaton Precious Metals | 67.06 Bn | 66.96 Bn | 687.86 Mn | 9.69 Bn |
| 7 | Franco Nevada | 50.47 Bn | 48.92 Bn | 451.00 Mn | 8.24 Bn |
| 8 | Ares Management | 45.64 Bn | 50.56 Bn | - | 8.60 Bn |
| 9 | Tpg | 18.19 Bn | 19.75 Bn | - | 3.74 Bn |
| 10 | EQV Ventures Acquisition | 483.56 Mn | 483.56 Mn | - | -16.64 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -16.64 Mn |
| Mar 31, 2026 | -16.30 Mn |
| Dec 31, 2025 | -16.38 Mn |
| Sep 30, 2025 | -16.13 Mn |
| Jun 30, 2025 | -81,168.00 |
| Mar 31, 2025 | -32,565.00 |
| Dec 31, 2024 | -31,791.00 |
EQV Ventures Acquisition Common Equity 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=common-equity&ticker=EVAC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "common-equity", "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=common-equity&ticker=EVAC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();