Rezolve Ai (RZLV) Income towards Parent Company (2023 - 2025)
Rezolve Ai (RZLV) posted Income towards Parent Company of -$56.2 million for Q2 2025, down 4707.0% on a QoQ basis from -$1.2 million in Q1 2025, and up 97.21% year-over-year from -$28.5 million in Q2 2024.
Rezolve Ai (RZLV) Income towards Parent Company (2023 - 2025) Analysis & Trends
Rezolve Ai has reported Income towards Parent Company for 3 years, with the latest figure at -$56.2 million in Q2 2025.
- On a quarterly basis, Income towards Parent Company rose 97.21% year-over-year to -$56.2 million in Q2 2025; TTM through Jun 2025 was -$1.5 billion, a N/A change from a year earlier, with the FY2025 full-year figure at -$136.9 million, up 20.87% from the prior year.
- Income towards Parent Company was -$56.2 million for Q2 2025 at Rezolve Ai, down from -$1.2 million in the prior quarter.
- The five-year high for Income towards Parent Company was $546.4 million in Q2 2023, with the low at -$2.0 billion in Q2 2024.
- Average Income towards Parent Company over 3 years is -$380.4 million, with a median of -$28.7 million recorded in 2025.
- The sharpest annual moves came in 2024 and 2025: Income towards Parent Company plunged 468.01% in 2024, then soared 97.21% in 2025.
- Over 3 years, Income towards Parent Company stood at $546.4 million in 2023, then slumped by 468.01% to -$2.0 billion in 2024, then jumped by 97.21% to -$56.2 million in 2025.
- The last three Income towards Parent Company figures came in at -$56.2 million (Q2 2025), -$1.2 million (Q1 2025), and -$2.0 billion (Q2 2024), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Shopify | 166.44 Bn | 161.49 Bn | 1.71 Bn |
| 2 | Global-E Online | 6.43 Bn | 6.07 Bn | 131.87 Mn |
| 3 | Vtex | 629.70 Mn | 443.81 Mn | 51.71 Mn |
| 4 | Rezolve Ai | 369.68 Mn | 258.57 Mn | - |
| 5 | Commerce.com | 275.92 Mn | 119.60 Mn | 63.53 Mn |
| 6 | Baozun | 152.97 Mn | -66.33 Mn | 302.56 Mn |
| 7 | BeLive Holdings | 24.01 Mn | 17.39 Mn | - |
| 8 | Paid | 18.65 Mn | 17.57 Mn | 1.22 Mn |
| 9 | Caro Holdings | 11.71 Mn | 11.71 Mn | - |
| 10 | Amaze Holdings | 1.11 Mn | 1.11 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | -56.19 Mn |
| Mar 25, 2025 | -1.17 Mn |
| Jun 30, 2024 | -2.01 Bn |
| Jun 30, 2023 | 546.39 Mn |
Rezolve Ai Income towards Parent Company 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=income-towards-parent-company&ticker=RZLV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-towards-parent-company", "ticker": "RZLV", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=income-towards-parent-company&ticker=RZLV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();