EQV Ventures Acquisition (EVAC) EBIT (2025 - 2026)
EQV Ventures Acquisition's (EVAC) quarterly EBIT came in at -$355143.0 in Q2 2026, down 630.7% year-over-year from $66919.5 in Q2 2025, and up 16.99% quarter-over-quarter from -$427850.0 in Q1 2026.
EQV Ventures Acquisition (EVAC) EBIT (2025 - 2026) Analysis & Trends
EQV Ventures Acquisition (EVAC) has reported EBIT for 2 consecutive years, with -$355143.0 the latest figure, recorded in Q2 2026.
- On a quarterly basis, EBIT fell 630.7% year-over-year to -$355143.0 in Q2 2026; TTM through Jun 2026 was -$1.5 million, a N/A change from a year earlier, with the FY2025 full-year figure at -$742266.0, down 1197.87% from the prior year.
- EBIT was -$355143.0 for Q2 2026 at EQV Ventures Acquisition, up from -$427850.0 in the prior quarter.
- Over five years, EBIT peaked at -$774.0 in Q1 2025 and troughed at -$427850.0 in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBIT (Qtr) |
|---|---|---|---|---|---|
| 1 | Blackstone | 95.13 Bn | 97.57 Bn | - | 2.95 Bn |
| 2 | Kkr | 90.55 Bn | -186.52 Bn | - | 2.04 Bn |
| 3 | Brookfield | 85.38 Bn | 54.82 Bn | 19.38 Bn | 34.32 Bn |
| 4 | Brookfield Asset Management | 73.82 Bn | 73.56 Bn | - | 1.39 Bn |
| 5 | Apollo Global Management | 73.68 Bn | 68.79 Bn | 10.54 Bn | 5.35 Bn |
| 6 | Wheaton Precious Metals | 67.06 Bn | 66.96 Bn | 687.86 Mn | 667.06 Mn |
| 7 | Franco Nevada | 50.47 Bn | 48.92 Bn | 451.00 Mn | 445.70 Mn |
| 8 | Ares Management | 45.64 Bn | 50.56 Bn | - | 490.27 Mn |
| 9 | Tpg | 18.19 Bn | 19.75 Bn | - | 392.23 Mn |
| 10 | EQV Ventures Acquisition | 483.56 Mn | 483.56 Mn | - | -355,143.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -355,143.00 |
| Mar 31, 2026 | -427,850.00 |
| Dec 31, 2025 | -388,591.00 |
| Sep 30, 2025 | -304,298.00 |
| Jun 30, 2025 | -48,603.00 |
| Mar 31, 2025 | -774.00 |
EQV Ventures Acquisition EBIT 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=ebit&ticker=EVAC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit", "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=ebit&ticker=EVAC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();