ChargePoint Holdings (CHPT) Cash & Equivalents Growth (3y) (2023 - 2026)
Analysis
ChargePoint Holdings (CHPT) Cash & Equivalents Growth (3y) (2023 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Ads-Tec Energy Public | 701.06 Mn | 701.06 Mn | -18.95 Mn | - |
| 2 | NaaS Technology | 648.23 Mn | 643.52 Mn | - | -45.73% |
| 3 | Wallbox | 479.30 Mn | 468.42 Mn | - | -60.66% |
| 4 | EVgo | 478.06 Mn | 624.61 Mn | 7.34 Mn | -22.04% |
| 5 | ChargePoint Holdings | 276.02 Mn | 180.29 Mn | 42.30 Mn | -25.82% |
| 6 | Ozop Energy Solutions | 114.46 Mn | 113.41 Mn | - | -42.05% |
| 7 | Blink Charging | 86.27 Mn | 52.26 Mn | 8.44 Mn | -22.99% |
| 8 | Pioneer Power Solutions | 38.95 Mn | 28.28 Mn | - | 3.49% |
| 9 | Beam Global | 29.39 Mn | 28.37 Mn | 1.53 Mn | -64.89% |
| 10 | Xchg | 22.65 Mn | 13.80 Mn | - | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | -25.82% |
| Apr 30, 2026 | -30.34% |
| Jan 31, 2026 | -18.77% |
| Oct 31, 2025 | -1.39% |
| Jul 31, 2025 | 1.13% |
| Apr 30, 2025 | -28.70% |
| Jan 31, 2025 | -10.69% |
| Oct 31, 2024 | -15.64% |
| Jul 31, 2024 | -26.72% |
| Apr 30, 2024 | -24.56% |
| Jan 31, 2023 | 53.70% |
API Access
ChargePoint Holdings Cash & Equivalents Growth (3y) 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=cash-and-equivalents-growth-3y&ticker=CHPT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-3y", "ticker": "CHPT", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=cash-and-equivalents-growth-3y&ticker=CHPT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();