Pony (PNYG) Other Working Capital Changes (2025 - 2026)
Pony's (PNYG) quarterly Other Working Capital Changes came in at $8475.0 in Q2 2026, up 352.76% quarter-over-quarter from -$3353.0 in Q1 2026.
Pony (PNYG) Other Working Capital Changes (2025 - 2026) Analysis & Trends
Pony (PNYG) has reported Other Working Capital Changes for 2 consecutive years, with $8475.0 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Other Working Capital Changes changed N/A year-over-year to $8475.0 in Q2 2026; TTM through Jun 2026 was $11041.0, a N/A change from a year earlier, with the FY2025 full-year figure at $8939.0, changed N/A from the prior year.
- Other Working Capital Changes was -$1379.0 for Q2 2026 at Pony, roughly flat from -$1376.0 in the prior quarter.
- Over five years, Other Working Capital Changes peaked at $8475.0 in Q2 2026 and troughed at -$3353.0 in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Uber Technologies | 143.82 Bn | 138.61 Bn | 6.38 Bn |
| 2 | DoorDash | 83.59 Bn | 78.26 Bn | 2.35 Bn |
| 3 | Grab Holdings | 11.46 Bn | 7.73 Bn | 435.00 Mn |
| 4 | Lyft | 5.72 Bn | 3.92 Bn | 917.12 Mn |
| 5 | Marti Technologies | 172.09 Mn | 159.58 Mn | 15.30 Mn |
| 6 | Ryde | 90.02 Mn | 90.02 Mn | - |
| 7 | Swvl Holdings | 42.55 Mn | 35.16 Mn | - |
| 8 | Scientific Energy | 7.90 Mn | -601,872.18 | 7.63 Mn |
| 9 | Pony | 689,999.98 | 680,158.98 | 3,440.00 |
| 10 | Freight Technologies | 71,357.58 | -275,360.42 | 373,200.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 8,475.00 |
| Jun 30, 2026 | 8,475.00 |
| Mar 31, 2026 | -3,353.00 |
| Mar 31, 2026 | -3,353.00 |
| Dec 31, 2025 | 5,014.00 |
| Dec 31, 2025 | 5,014.00 |
| Sep 30, 2025 | 905.00 |
| Sep 30, 2025 | 905.00 |
Pony Other Working Capital Changes 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=other-working-capital-changes&ticker=PNYG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "ticker": "PNYG", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=other-working-capital-changes&ticker=PNYG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();