NaaS Technology (NAAS) Retained Earnings (2016 - 2026)
NaaS Technology's (NAAS) quarterly Retained Earnings came in at $1.2 billion in Q2 2026, up 14.32% year-over-year from $1.0 billion in Q2 2025, and up 4.78% quarter-over-quarter from $1.1 billion in Q4 2025.
NaaS Technology (NAAS) Retained Earnings (2016 - 2026) Analysis & Trends
NaaS Technology (NAAS) has reported Retained Earnings for 11 consecutive years, with $1.2 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Retained Earnings rose 14.32% year-over-year to $1.2 billion in Q2 2026; TTM through Jun 2026 was $1.2 billion, a 14.32% increase from a year earlier, with the FY2025 full-year figure at $1.1 billion, up 10.43% from the prior year.
- Retained Earnings was $1.2 billion for Q2 2026 at NaaS Technology, up from $1.1 billion in the prior quarter.
- Over five years, Retained Earnings peaked at $1.2 billion in Q2 2026 and troughed at -$1.1 billion in Q3 2024.
- A 5-year average of $45.2 million and a median of -$87000.0 in 2022 frame the typical range for Retained Earnings.
- The widest YoY moves for Retained Earnings: up 217.86% in 2023, down 1026363.22% in 2023.
- Over 5 years, Retained Earnings stood at -$848.0 million in 2022, then surged by 217.86% to $999.5 million in 2023, then increased by 2.93% to $1.0 billion in 2024, then rose by 7.15% to $1.1 billion in 2025, then increased by 4.78% to $1.2 billion in 2026.
- The last three Retained Earnings figures came in at $1.2 billion (Q2 2026), $1.1 billion (Q4 2025), and $1.0 billion (Q2 2025), 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 |
|---|---|
| Jun 30, 2026 | 1.16 Bn |
| Dec 31, 2025 | 1.10 Bn |
| Jun 30, 2025 | 1.01 Bn |
| Dec 31, 2024 | 1.03 Bn |
| Sep 30, 2024 | -1.10 Bn |
| Jun 30, 2024 | 1.01 Bn |
| Mar 31, 2024 | -1.05 Bn |
| Dec 31, 2023 | 999.48 Mn |
| Sep 30, 2023 | -937.83 Mn |
| Jun 30, 2023 | -893.02 Mn |
| Mar 31, 2023 | -894.19 Mn |
| Dec 31, 2022 | -848.02 Mn |
| Jun 30, 2022 | -87,000.00 |
| Dec 31, 2021 | -61.61 Mn |
| Jun 30, 2021 | 6.04 Mn |
| Mar 31, 2021 | 5.99 Mn |
| Dec 31, 2020 | 22.33 Mn |
| Sep 30, 2020 | 6.01 Mn |
| Jun 30, 2020 | 5.82 Mn |
| Mar 31, 2020 | 5.81 Mn |
NaaS Technology 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=NAAS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "ticker": "NAAS", "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=NAAS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();