EQV Ventures Acquisition (EVAC) Net Income towards Common Stockholders (2025 - 2026)
EQV Ventures Acquisition's (EVAC) quarterly Net Income towards Common Stockholders came in at $3.2 million in Q2 2026, up 6800.62% year-over-year from $46485.5 in Q2 2025, and up 2.76% quarter-over-quarter from $3.1 million in Q1 2026.
EQV Ventures Acquisition (EVAC) Net Income towards Common Stockholders (2025 - 2026) Analysis & Trends
EQV Ventures Acquisition (EVAC) has reported Net Income towards Common Stockholders for 2 consecutive years, with $3.2 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Net Income towards Common Stockholders rose 6800.62% year-over-year to $3.2 million in Q2 2026; TTM through Jun 2026 was $13.4 million, a N/A change from a year earlier, with the FY2025 full-year figure at $6.1 million, up 10769.75% from the prior year.
- Net Income towards Common Stockholders was $3.2 million for Q2 2026 at EQV Ventures Acquisition, up from $3.1 million in the prior quarter.
- Over five years, Net Income towards Common Stockholders peaked at $3.6 million in Q3 2025 and troughed at -$47873.0 in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Blackstone | 95.13 Bn | 97.57 Bn | - | 2.36 Bn |
| 2 | Kkr | 90.55 Bn | -186.52 Bn | - | 660.05 Mn |
| 3 | Brookfield | 85.38 Bn | 54.82 Bn | 19.38 Bn | 364.00 Mn |
| 4 | Brookfield Asset Management | 73.82 Bn | 73.56 Bn | - | 904.00 Mn |
| 5 | Apollo Global Management | 73.68 Bn | 68.79 Bn | 10.54 Bn | 1.34 Bn |
| 6 | Wheaton Precious Metals | 67.06 Bn | 66.96 Bn | 687.86 Mn | 683.89 Mn |
| 7 | Franco Nevada | 50.47 Bn | 48.92 Bn | 451.00 Mn | 347.90 Mn |
| 8 | Ares Management | 45.64 Bn | 50.56 Bn | - | 125.32 Mn |
| 9 | Tpg | 18.19 Bn | 19.75 Bn | - | 319.67 Mn |
| 10 | EQV Ventures Acquisition | 483.56 Mn | 483.56 Mn | - | 3.21 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.21 Mn |
| Mar 31, 2026 | 3.12 Mn |
| Dec 31, 2025 | 3.47 Mn |
| Sep 30, 2025 | 3.57 Mn |
| Jun 30, 2025 | -47,873.00 |
| Mar 31, 2025 | -762.00 |
EQV Ventures Acquisition Net Income towards Common Stockholders 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=net-income-towards-common-stockholders&ticker=EVAC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "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=net-income-towards-common-stockholders&ticker=EVAC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();