Xchg (XCH) Retained Earnings (2023 - 2026)
Xchg (XCH) posted Retained Earnings of -$96.0 million for Q2 2026, down 13.11% sequentially from -$84.9 million in Q4 2025, and down 60.78% on a YoY basis from -$244.8 million in Q2 2025.
Xchg (XCH) Retained Earnings (2023 - 2026) Analysis & Trends
Xchg has disclosed Retained Earnings across 4 years of filings, most recently posting -$96.0 million for Q2 2026.
- On a quarterly basis, Retained Earnings fell 60.78% year-over-year to -$96.0 million in Q2 2026; TTM through Jun 2026 was -$96.0 million, a 60.78% decrease from a year earlier, with the FY2025 full-year figure at -$84.9 million, up 100.0% from the prior year.
- Retained Earnings was -$96.0 million for Q2 2026 at Xchg, down from -$84.9 million in the prior quarter.
- Over the last five years, Retained Earnings for XCH reached as high as -$40.4 million in Q4 2023 and fell as low as -$52373.4 billion in Q4 2024.
- The 4-year median for Retained Earnings is -$72.3 million (2025), against an average of -$8729.0 billion.
- The widest annual swing landed in 2024, when Retained Earnings plunged 129531643.05%; it then surged 100.0% in 2025.
- Tracing XCH's Retained Earnings over 4 years: stood at -$40.4 million in 2023, then plunged by 129531643.05% to -$52373.4 billion in 2024, then surged by 100.0% to -$84.9 million in 2025, then declined by 13.11% to -$96.0 million in 2026.
- Per Business Quant data, the three most recent Retained Earnings figures were -$96.0 million in Q2 2026, -$84.9 million in Q4 2025, and -$59.7 million in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Ads-Tec Energy Public | 678.70 Mn | 678.70 Mn | -18.95 Mn | -336.59 Mn |
| 2 | NaaS Technology | 667.55 Mn | 662.84 Mn | - | 1.16 Bn |
| 3 | Wallbox | 471.59 Mn | 460.71 Mn | - | -785.56 Mn |
| 4 | EVgo | 468.63 Mn | 615.17 Mn | 7.34 Mn | -20.44 Mn |
| 5 | ChargePoint Holdings | 252.66 Mn | 156.93 Mn | 42.30 Mn | -2.19 Bn |
| 6 | Ozop Energy Solutions | 114.46 Mn | 113.41 Mn | - | -233.58 Mn |
| 7 | Blink Charging | 83.39 Mn | 49.39 Mn | 8.44 Mn | 897.53 Mn |
| 8 | Pioneer Power Solutions | 37.62 Mn | 26.95 Mn | - | 35.32 Mn |
| 9 | Beam Global | 29.84 Mn | 28.81 Mn | 1.53 Mn | 162.35 Mn |
| 10 | Xchg | 24.22 Mn | 15.36 Mn | - | -96.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -96.00 Mn |
| Dec 31, 2025 | -84,876.07 Bn |
| Jun 30, 2025 | -59.71 Mn |
| Dec 31, 2024 | -52,373.42 Bn |
| Jun 30, 2024 | -40.65 Mn |
| Dec 31, 2023 | -40.43 Mn |
Xchg 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=XCH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "ticker": "XCH", "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=XCH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();