NaaS Technology (NAAS) Treasury Shares (2018 - 2026)
NaaS Technology's (NAAS) quarterly Treasury Shares came in at -$146.86 in Q2 2026, up 99.98% year-over-year from -$73.44 in Q2 2025, and down 4.16% quarter-over-quarter from -$140.99 in Q4 2025.
NaaS Technology (NAAS) Treasury Shares (2018 - 2026) Analysis & Trends
NaaS Technology (NAAS) has reported Treasury Shares for 2 consecutive years, with -$5.5 million the latest figure, recorded in Q3 2019.
- On a quarterly basis, Treasury Shares rose 99.98% year-over-year to -$146.86 in Q2 2026; TTM through Jun 2026 was -$146.86, a 99.98% increase from a year earlier, with the FY2024 full-year figure at -$940000.0, changed N/A from the prior year.
- Treasury Shares was -$146.86 for Q2 2026 at NaaS Technology, down from -$140.99 in the prior quarter.
- Over five years, Treasury Shares peaked at -$140.99 in Q4 2025 and troughed at -$958000.0 in Q2 2025.
- A 3-year average of -$478396.5 and a median of -$477722.6 in 2026 frame the typical range for Treasury Shares.
- Across the five-year window, Treasury Shares jumped 99.99% in 2025 and soared 99.98% in 2026, its largest moves.
- Over 3 years, Treasury Shares stood at -$955298.3 in 2024, then jumped by 99.99% to -$140.99 in 2025, then slipped by 4.16% to -$146.86 in 2026.
- The last three Treasury Shares figures came in at -$146.86 (Q2 2026), -$140.99 (Q4 2025), and -$958000.0 (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Treasury Shares (Qtr) |
|---|---|---|---|---|---|
| 1 | Ads-Tec Energy Public | 678.70 Mn | 678.70 Mn | -18.95 Mn | - |
| 2 | NaaS Technology | 667.55 Mn | 662.84 Mn | - | -146.86 |
| 3 | Wallbox | 471.59 Mn | 460.71 Mn | - | - |
| 4 | EVgo | 468.63 Mn | 615.17 Mn | 7.34 Mn | - |
| 5 | ChargePoint Holdings | 252.66 Mn | 156.93 Mn | 42.30 Mn | - |
| 6 | Ozop Energy Solutions | 114.46 Mn | 113.41 Mn | - | 47,500.00 |
| 7 | Blink Charging | 83.39 Mn | 49.39 Mn | 8.44 Mn | - |
| 8 | Pioneer Power Solutions | 37.62 Mn | 26.95 Mn | - | - |
| 9 | Beam Global | 29.84 Mn | 28.81 Mn | 1.53 Mn | - |
| 10 | Xchg | 24.22 Mn | 15.36 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -146.86 |
| Jun 30, 2026 | -146.86 |
| Dec 31, 2025 | -140.99 |
| Dec 31, 2025 | -140.99 |
| Jun 30, 2025 | -958,000.00 |
| Jun 30, 2025 | -958,000.00 |
| Dec 31, 2024 | -955,298.27 |
| Dec 31, 2024 | -955,298.27 |
| Sep 30, 2019 | -5.49 Mn |
| Sep 30, 2019 | -5.49 Mn |
| Jun 30, 2019 | -4.10 Mn |
| Jun 30, 2019 | -4.10 Mn |
| Mar 31, 2019 | -605,000.00 |
| Mar 31, 2019 | -605,000.00 |
| Dec 31, 2018 | -3.39 Mn |
| Dec 31, 2018 | -3.39 Mn |
| Dec 31, 2018 | -3.39 Mn |
| Dec 31, 2018 | -3.39 Mn |
NaaS Technology Treasury Shares 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=treasury-shares&ticker=NAAS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "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=treasury-shares&ticker=NAAS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();