EQV Ventures Acquisition (EVAC) Retained Earnings (2024 - 2026)
EQV Ventures Acquisition's (EVAC) quarterly Retained Earnings came in at -$16.6 million in Q2 2026, down 15518.48% 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) Retained Earnings (2024 - 2026) Analysis & Trends
EQV Ventures Acquisition (EVAC) has reported Retained Earnings for 3 consecutive years, with -$16.6 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Retained Earnings fell 15518.48% year-over-year to -$16.6 million in Q2 2026; TTM through Jun 2026 was -$16.6 million, a 15518.48% decrease from a year earlier, with the FY2025 full-year figure at -$16.4 million, down 28545.91% from the prior year.
- Retained Earnings was -$16.6 million for Q2 2026 at EQV Ventures Acquisition, down from -$16.3 million in the prior quarter.
- Over five years, Retained Earnings peaked at -$57191.0 in Q4 2024 and troughed at -$16.6 million in Q2 2026.
- A 3-year average of -$10.9 million and a median of -$16.2 million in 2025 frame the typical range for Retained Earnings.
- Across the five-year window, Retained Earnings plunged 28545.91% in 2025 and tumbled 15518.48% in 2026, its largest moves.
- Over 3 years, Retained Earnings stood at -$57191.0 in 2024, then sank by 28545.91% to -$16.4 million in 2025, then declined by 1.6% to -$16.6 million in 2026.
- The last three Retained Earnings 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) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Blackstone | 95.13 Bn | 97.57 Bn | - | -18.65 Mn |
| 2 | Kkr | 90.55 Bn | -186.52 Bn | - | - |
| 3 | Brookfield | 85.38 Bn | 54.82 Bn | 19.38 Bn | 6.17 Bn |
| 4 | Brookfield Asset Management | 73.82 Bn | 73.56 Bn | - | -950.00 Mn |
| 5 | Apollo Global Management | 73.68 Bn | 68.79 Bn | 10.54 Bn | 16.67 Bn |
| 6 | Wheaton Precious Metals | 67.06 Bn | 66.96 Bn | 687.86 Mn | 5.78 Bn |
| 7 | Franco Nevada | 50.47 Bn | 48.92 Bn | 451.00 Mn | 2.05 Bn |
| 8 | Ares Management | 45.64 Bn | 50.56 Bn | - | 4.35 Bn |
| 9 | Tpg | 18.19 Bn | 19.75 Bn | - | 1.64 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 | -106,568.00 |
| Dec 31, 2024 | -57,191.00 |
EQV Ventures Acquisition Retained Earnings 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=retained-earnings&ticker=EVAC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=EVAC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();