EVgo (EVGO) Cash & Equivalents Growth (1y) (2021 - 2026)
Analysis
EVgo (EVGO) Cash & Equivalents Growth (1y) (2021 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Ads-Tec Energy Public | 701.06 Mn | 701.06 Mn | -18.95 Mn | - |
| 2 | NaaS Technology | 648.23 Mn | 643.52 Mn | - | 9.13% |
| 3 | Wallbox | 479.30 Mn | 468.42 Mn | - | -75.83% |
| 4 | EVgo | 478.06 Mn | 624.61 Mn | 7.34 Mn | -21.13% |
| 5 | ChargePoint Holdings | 276.02 Mn | 180.29 Mn | 42.30 Mn | -50.89% |
| 6 | Ozop Energy Solutions | 114.46 Mn | 113.41 Mn | - | -66.58% |
| 7 | Blink Charging | 86.27 Mn | 52.26 Mn | 8.44 Mn | 34.31% |
| 8 | Pioneer Power Solutions | 38.95 Mn | 28.28 Mn | - | -40.73% |
| 9 | Beam Global | 29.39 Mn | 28.37 Mn | 1.53 Mn | -69.98% |
| 10 | Xchg | 22.65 Mn | 13.80 Mn | - | -45.80% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -21.13% |
| Mar 31, 2026 | -18.38% |
| Dec 31, 2025 | 28.76% |
| Sep 30, 2025 | 27.75% |
| Jun 30, 2025 | -4.80% |
| Mar 31, 2025 | -14.31% |
| Dec 31, 2024 | -43.80% |
| Sep 30, 2024 | -37.94% |
| Jun 30, 2024 | -36.89% |
| Mar 31, 2024 | 7.06% |
| Dec 31, 2023 | -15.08% |
| Sep 30, 2023 | -23.94% |
| Jun 30, 2023 | -25.41% |
| Mar 31, 2023 | -62.93% |
| Dec 31, 2022 | -49.32% |
| Sep 30, 2022 | -42.30% |
| Jun 30, 2022 | 30.44% |
| Mar 31, 2022 | 114,385.09% |
| Dec 31, 2021 | 6,026.88% |
| Sep 30, 2021 | 248,357.89% |
API Access
EVgo Cash & Equivalents Growth (1y) 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-1y&ticker=EVGO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-1y", "ticker": "EVGO", "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-1y&ticker=EVGO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();