Pioneer Power Solutions (PPSI) Free Cash Flow Growth (5y) (2015 - 2026)
Analysis
Pioneer Power Solutions (PPSI) Free Cash Flow Growth (5y) (2015 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Ads-Tec Energy Public | 701.06 Mn | 701.06 Mn | -18.95 Mn |
| 2 | NaaS Technology | 648.23 Mn | 643.52 Mn | - |
| 3 | Wallbox | 479.30 Mn | 468.42 Mn | - |
| 4 | EVgo | 478.06 Mn | 624.61 Mn | 7.34 Mn |
| 5 | ChargePoint Holdings | 276.02 Mn | 180.29 Mn | 42.30 Mn |
| 6 | Ozop Energy Solutions | 114.46 Mn | 113.41 Mn | - |
| 7 | Blink Charging | 86.27 Mn | 52.26 Mn | 8.44 Mn |
| 8 | Pioneer Power Solutions | 38.95 Mn | 28.28 Mn | - |
| 9 | Beam Global | 29.39 Mn | 28.37 Mn | 1.53 Mn |
| 10 | Xchg | 22.65 Mn | 13.80 Mn | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -3.54% |
| Dec 31, 2025 | 0.91% |
| Sep 30, 2025 | -67.79% |
| Jun 30, 2025 | -101.00% |
| Mar 31, 2025 | 23.52% |
| Dec 31, 2024 | -5.30% |
| Sep 30, 2024 | 0.43% |
| Jun 30, 2024 | -18.40% |
| Mar 31, 2024 | -36.01% |
| Dec 31, 2023 | -36.82% |
| Sep 30, 2023 | -25.10% |
| Jun 30, 2023 | 8.09% |
| Mar 31, 2023 | 8.04% |
| Dec 31, 2022 | -30.48% |
| Sep 30, 2022 | 2.11% |
| Jun 30, 2022 | -45.26% |
| Mar 31, 2022 | 28.49% |
| Dec 31, 2021 | -23.64% |
| Sep 30, 2021 | -17.25% |
| Jun 30, 2021 | 15.64% |
API Access
Pioneer Power Solutions Free Cash Flow Growth (5y) 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=free-cash-flow-growth-5y&ticker=PPSI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-cash-flow-growth-5y", "ticker": "PPSI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=free-cash-flow-growth-5y&ticker=PPSI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();