EVgo (EVGO) Revenue (QoQ) (2020 - 2026)
Analysis
EVgo (EVGO) Revenue (QoQ) (2020 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 5 | ChargePoint Holdings | 252.66 Mn | 156.93 Mn | 42.30 Mn |
| 6 | Ozop Energy Solutions | 114.46 Mn | 113.41 Mn | - |
| 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
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -24.54% |
| Mar 31, 2026 | -7.55% |
| Dec 31, 2025 | 28.35% |
| Sep 30, 2025 | -5.85% |
| Jun 30, 2025 | 30.21% |
| Mar 31, 2025 | 11.51% |
| Dec 31, 2024 | -0.03% |
| Sep 30, 2024 | 1.37% |
| Jun 30, 2024 | 20.78% |
| Mar 31, 2024 | 10.33% |
| Dec 31, 2023 | 42.40% |
| Sep 30, 2023 | -30.55% |
| Jun 30, 2023 | 99.81% |
| Mar 31, 2023 | -7.34% |
| Dec 31, 2022 | 159.81% |
| Sep 30, 2022 | 15.79% |
| Jun 30, 2022 | 17.87% |
| Mar 31, 2022 | 381.25% |
| Dec 31, 2021 | -74.11% |
| Sep 30, 2021 | 29.23% |
API Access
EVgo Revenue (QoQ) 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=revenue-qoq&ticker=EVGO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "revenue-qoq", "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=revenue-qoq&ticker=EVGO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();