Pioneer Power Solutions (PPSI) Short term Debt (2010 - 2025)
Pioneer Power Solutions' (PPSI) quarterly Short term Debt came in at $2.2 million in Q1 2025, down 34.27% quarter-over-quarter from $3.3 million in Q4 2024.
Pioneer Power Solutions (PPSI) Short term Debt (2010 - 2025) Analysis & Trends
Pioneer Power Solutions has disclosed Short term Debt across 13 years of filings, most recently posting $2.2 million for Q1 2025.
- In Q1 2025, Short term Debt changed N/A year-over-year to $2.2 million; the TTM figure through Mar 2025 stood at $2.2 million (changed N/A YoY), while the FY2024 annual figure was $3.3 million, changed N/A from the prior year.
- Short term Debt came in at $2.2 million for Q1 2025 at Pioneer Power Solutions, down from $3.3 million in the prior quarter.
- In the past five years, Short term Debt ranged from a high of $3.3 million in Q4 2024 to a low of $2.2 million in Q1 2025.
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
| Date | Value |
|---|---|
| Mar 31, 2025 | 2.20 Mn |
| Dec 31, 2024 | 3.35 Mn |
| Dec 31, 2020 | 780,000.00 |
| Sep 30, 2020 | 303,000.00 |
| Jun 30, 2019 | 3.20 Mn |
| Mar 31, 2019 | 1.79 Mn |
| Dec 31, 2018 | 1.17 Mn |
| Sep 30, 2018 | 3.17 Mn |
| Jun 30, 2018 | 3.71 Mn |
| Mar 31, 2018 | 3.39 Mn |
| Dec 31, 2017 | 5.43 Mn |
| Sep 30, 2017 | 5.34 Mn |
| Jun 30, 2017 | 2.88 Mn |
| Mar 31, 2017 | 3.81 Mn |
| Dec 31, 2016 | 3.97 Mn |
| Sep 30, 2016 | 4.92 Mn |
| Jun 30, 2016 | 4.92 Mn |
| Mar 31, 2016 | 795,000.00 |
| Dec 31, 2015 | 6.04 Mn |
| Sep 30, 2015 | 6.46 Mn |
Pioneer Power Solutions Short term Debt 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=short-term-debt&ticker=PPSI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-debt", "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=short-term-debt&ticker=PPSI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();