Pioneer Power Solutions (PPSI) Short-term Investments (2019 - 2020)
Pioneer Power Solutions' (PPSI) quarterly Short-term Investments came in at $453000.0 in Q2 2020, down 88.33% year-over-year from $3.9 million in Q3 2019, and up 118.84% quarter-over-quarter from $207000.0 in Q1 2020.
Pioneer Power Solutions (PPSI) Short-term Investments (2019 - 2020) Analysis & Trends
Pioneer Power Solutions has disclosed Short-term Investments across 2 years of filings, most recently posting $453000.0 for Q2 2020.
- In Q2 2020, Short-term Investments fell 88.33% year-over-year to $453000.0; the TTM figure through Jun 2020 stood at $453000.0 (down 88.33% YoY), while the FY2019 annual figure was $936000.0, changed N/A from the prior year.
- Short-term Investments came in at $453000.0 for Q2 2020 at Pioneer Power Solutions, up from $207000.0 in the prior quarter.
- In the past five years, Short-term Investments ranged from a high of $7.5 million in Q1 2019 to a low of $207000.0 in Q1 2020.
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 |
|---|---|
| Jun 30, 2020 | 453,000.00 |
| Mar 31, 2020 | 207,000.00 |
| Dec 31, 2019 | 936,000.00 |
| Sep 30, 2019 | 2.03 Mn |
| Jun 30, 2019 | 3.88 Mn |
| Mar 31, 2019 | 7.55 Mn |
Pioneer Power Solutions Short-term Investments 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-investments&ticker=PPSI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-investments", "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-investments&ticker=PPSI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();