Ads-Tec Energy Public (ADSE) Retained Earnings (2019 - 2025)
Ads-Tec Energy Public's (ADSE) quarterly Retained Earnings came in at -$336.6 million in Q4 2025, down 64.74% year-over-year from -$954.7 million in Q4 2024, and down 2.83% quarter-over-quarter from -$327.3 million in Q2 2025.
Ads-Tec Energy Public (ADSE) Retained Earnings (2019 - 2025) Analysis & Trends
Ads-Tec Energy Public (ADSE) has reported Retained Earnings for 7 consecutive years, with -$336.6 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, Retained Earnings fell 64.74% year-over-year to -$336.6 million in Q4 2025; TTM through Dec 2025 was -$336.6 million, a 64.74% decrease from a year earlier, with the FY2025 full-year figure at -$336.6 million, down 64.74% from the prior year.
- Retained Earnings was -$336.6 million for Q4 2025 at Ads-Tec Energy Public, down from -$327.3 million in the prior quarter.
- Over five years, Retained Earnings peaked at -$1.7 million in Q2 2021 and troughed at -$336.6 million in Q4 2025.
- A 5-year average of -$161.9 million and a median of -$146.5 million in 2023 frame the typical range for Retained Earnings.
- The widest YoY moves for Retained Earnings: up 4.93% in 2022, down 253.51% in 2022.
- Over 5 years, Retained Earnings stood at -$33.8 million in 2021, then slumped by 253.51% to -$119.6 million in 2022, then fell by 22.47% to -$146.5 million in 2023, then slumped by 39.51% to -$204.3 million in 2024, then sank by 64.74% to -$336.6 million in 2025.
- The last three Retained Earnings figures came in at -$336.6 million (Q4 2025), -$327.3 million (Q2 2025), and -$204.3 million (Q4 2024), per Business Quant data.
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 |
|---|---|
| Dec 31, 2025 | -336.59 Mn |
| Jun 30, 2025 | -327.31 Mn |
| Dec 31, 2024 | -204.31 Mn |
| Jun 30, 2024 | -205.92 Mn |
| Dec 31, 2023 | -146.45 Mn |
| Jun 30, 2023 | -148.22 Mn |
| Dec 31, 2022 | -119.58 Mn |
| Jun 30, 2022 | -125.07 Mn |
| Dec 31, 2021 | -33.83 Mn |
| Jun 30, 2021 | -131.55 Mn |
| Apr 30, 2021 | -1.70 Mn |
| Dec 31, 2020 | -23.00 Mn |
| Dec 31, 2019 | -8.01 Mn |
Ads-Tec Energy Public 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=ADSE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "ticker": "ADSE", "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=ADSE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();