Xchg (XCH) Other Non-Current Assets (2023 - 2026)
Xchg (XCH) posted Other Non-Current Assets of $2.6 million for Q2 2026, up 1.37% sequentially from $2.5 million in Q4 2025.
Analysis
Xchg (XCH) Other Non-Current Assets (2023 - 2026) Analysis & Trends
Xchg has disclosed Other Non-Current Assets across 4 years of filings, most recently posting $2.6 million for Q2 2026.
- On a quarterly basis, Other Non-Current Assets changed N/A year-over-year to $2.6 million in Q2 2026; TTM through Jun 2026 was $2.6 million, a N/A change from a year earlier, with the FY2025 full-year figure at $2.5 million, changed N/A from the prior year.
- Other Non-Current Assets was $2.6 million for Q2 2026 at Xchg, up from $2.5 million in the prior quarter.
- Over the last five years, Other Non-Current Assets for XCH reached as high as $2.6 million in Q2 2026 and fell as low as $31048.0 in Q2 2024.
- The 4-year median for Other Non-Current Assets is $1.3 million (2023), against an average of $1.3 million.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Other Non-Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Ads-Tec Energy Public | 678.70 Mn | 678.70 Mn | -18.95 Mn | - |
| 2 | NaaS Technology | 667.55 Mn | 662.84 Mn | - | - |
| 3 | Wallbox | 471.59 Mn | 460.71 Mn | - | - |
| 4 | EVgo | 468.63 Mn | 615.17 Mn | 7.34 Mn | 35.16 Mn |
| 5 | ChargePoint Holdings | 252.66 Mn | 156.93 Mn | 42.30 Mn | 5.24 Mn |
| 6 | Ozop Energy Solutions | 114.46 Mn | 113.41 Mn | - | 13,408.00 |
| 7 | Blink Charging | 83.39 Mn | 49.39 Mn | 8.44 Mn | 711,000.00 |
| 8 | Pioneer Power Solutions | 37.62 Mn | 26.95 Mn | - | 287,000.00 |
| 9 | Beam Global | 29.84 Mn | 28.81 Mn | 1.53 Mn | 135,000.00 |
| 10 | Xchg | 24.22 Mn | 15.36 Mn | - | 2.56 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.56 Mn |
| Dec 31, 2025 | 2,522.90 Bn |
| Jun 30, 2024 | 31,048.00 |
| Dec 31, 2023 | 32,024.00 |
API Access
Xchg Other Non-Current Assets 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=other-non-current-assets&ticker=XCH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-assets", "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=other-non-current-assets&ticker=XCH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();