Rezolve Ai (RZLV) Retained Earnings (2023 - 2025)
Rezolve Ai (RZLV) posted Retained Earnings of -$359.6 million for Q4 2025, down 13.78% on a QoQ basis from -$316.1 million in Q2 2025, and down 39.27% year-over-year from -$592.2 million in Q4 2024.
Rezolve Ai (RZLV) Retained Earnings (2023 - 2025) Analysis & Trends
Rezolve Ai has reported Retained Earnings for 3 years, with the latest figure at -$359.6 million in Q4 2025.
- On a quarterly basis, Retained Earnings fell 39.27% year-over-year to -$359.6 million in Q4 2025; TTM through Dec 2025 was -$359.6 million, a 39.27% decrease from a year earlier, with the FY2025 full-year figure at -$359.6 million, down 39.27% from the prior year.
- Retained Earnings was -$359.6 million for Q4 2025 at Rezolve Ai, down from -$316.1 million in the prior quarter.
- The five-year high for Retained Earnings was -$8.5 million in Q3 2023, with the low at -$359.6 million in Q4 2025.
- Average Retained Earnings over 3 years is -$173.6 million, with a median of -$212.8 million recorded in 2023.
- The sharpest annual moves came in 2024 and 2025: Retained Earnings surged 94.8% in 2024, then tumbled 2757.77% in 2025.
- Over 3 years, Retained Earnings stood at -$49.3 million in 2023, then slumped by 424.14% to -$258.2 million in 2024, then sank by 39.27% to -$359.6 million in 2025.
- The last three Retained Earnings figures came in at -$359.6 million (Q4 2025), -$316.1 million (Q2 2025), and -$258.2 million (Q4 2024), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Shopify | 166.44 Bn | 161.49 Bn | 1.71 Bn | 3.78 Bn |
| 2 | Global-E Online | 6.43 Bn | 6.07 Bn | 131.87 Mn | -585.21 Mn |
| 3 | Vtex | 629.70 Mn | 443.81 Mn | 51.71 Mn | -75.71 Mn |
| 4 | Rezolve Ai | 369.68 Mn | 258.57 Mn | - | -359.62 Mn |
| 5 | Commerce.com | 275.92 Mn | 119.60 Mn | 63.53 Mn | -636.20 Mn |
| 6 | Baozun | 152.97 Mn | -66.33 Mn | 302.56 Mn | - |
| 7 | BeLive Holdings | 24.01 Mn | 17.39 Mn | - | -26.43 Mn |
| 8 | Paid | 18.65 Mn | 17.57 Mn | 1.22 Mn | 74.93 Mn |
| 9 | Caro Holdings | 11.71 Mn | 11.71 Mn | - | 9.67 Mn |
| 10 | Amaze Holdings | 1.11 Mn | 1.11 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -359.62 Mn |
| Jun 30, 2025 | -316.06 Mn |
| Dec 31, 2024 | -258.21 Mn |
| Jun 30, 2024 | -11.06 Mn |
| Dec 31, 2023 | -49.26 Mn |
| Sep 30, 2023 | -8.49 Mn |
| Jun 30, 2023 | -212.83 Mn |
Rezolve Ai 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=RZLV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=RZLV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();