Rezolve Ai (RZLV) Net Income (2023 - 2025)
Rezolve Ai (RZLV) posted Net Income of -$56.2 million for Q2 2025, down 4707.0% on a QoQ basis from -$1.2 million in Q1 2025, and down 2696.23% year-over-year from $2.2 million in Q2 2024.
Rezolve Ai (RZLV) Net Income (2023 - 2025) Analysis & Trends
Rezolve Ai has reported Net Income for 3 years, with the latest figure at -$56.2 million in Q2 2025.
- On a quarterly basis, Net Income fell 2696.23% year-over-year to -$56.2 million in Q2 2025; TTM through Jun 2025 was -$55.2 million, a N/A change from a year earlier, with the FY2025 full-year figure at -$101.4 million, up 41.53% from the prior year.
- Net Income was -$56.2 million for Q2 2025 at Rezolve Ai, down from -$1.2 million in the prior quarter.
- The five-year high for Net Income was $2.2 million in Q2 2024, with the low at -$56.2 million in Q2 2025.
- Average Net Income over 3 years is -$13.8 million, with a median of -$574300.5 recorded in 2023.
- The sharpest annual moves came in 2024 and 2025: Net Income soared 10561.35% in 2024, then tumbled 2696.23% in 2025.
- Over 3 years, Net Income stood at $20300.0 in 2023, then jumped by 10561.35% to $2.2 million in 2024, then sank by 2696.23% to -$56.2 million in 2025.
- The last three Net Income figures came in at -$56.2 million (Q2 2025), -$1.2 million (Q1 2025), and $2.2 million (Q2 2024), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Shopify | 166.44 Bn | 161.49 Bn | 1.71 Bn | 1.50 Bn |
| 2 | Global-E Online | 6.43 Bn | 6.07 Bn | 131.87 Mn | 47.72 Mn |
| 3 | Vtex | 629.70 Mn | 443.81 Mn | 51.71 Mn | 12.63 Mn |
| 4 | Rezolve Ai | 369.68 Mn | 258.57 Mn | - | - |
| 5 | Commerce.com | 275.92 Mn | 119.60 Mn | 63.53 Mn | 1.10 Mn |
| 6 | Baozun | 152.97 Mn | -66.33 Mn | 302.56 Mn | 16.34 Mn |
| 7 | BeLive Holdings | 24.01 Mn | 17.39 Mn | - | - |
| 8 | Paid | 18.65 Mn | 17.57 Mn | 1.22 Mn | -7,403.00 |
| 9 | Caro Holdings | 11.71 Mn | 11.71 Mn | - | -275,218.00 |
| 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.16 Mn |
| Jun 30, 2023 | 20,300.00 |
Rezolve Ai Net Income 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&ticker=RZLV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income", "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=net-income&ticker=RZLV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();