Pony (PNYG) Retained Earnings (2019 - 2026)
Pony's (PNYG) quarterly Retained Earnings came in at -$1.2 million in Q2 2026, down 27.33% year-over-year from -$1.7 million in Q2 2025, and down 4.3% quarter-over-quarter from -$1.2 million in Q1 2026.
Pony (PNYG) Retained Earnings (2019 - 2026) Analysis & Trends
Pony (PNYG) has reported Retained Earnings for 8 consecutive years, with -$1.2 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Retained Earnings fell 27.33% year-over-year to -$1.2 million in Q2 2026; TTM through Jun 2026 was -$1.2 million, a 27.33% decrease from a year earlier, with the FY2025 full-year figure at -$1.1 million, down 27.74% from the prior year.
- Retained Earnings was -$1.2 million for Q2 2026 at Pony, down from -$1.2 million in the prior quarter.
- Over five years, Retained Earnings peaked at -$396666.0 in Q1 2022 and troughed at -$1.2 million in Q2 2026.
- A 5-year average of -$804867.9 and a median of -$795017.5 in 2024 frame the typical range for Retained Earnings.
- Across the five-year window, Retained Earnings tumbled 113.18% in 2022 and retreated 19.31% in 2023, its largest moves.
- Over 5 years, Retained Earnings stood at -$575899.0 in 2022, then slipped by 25.79% to -$724420.0 in 2023, then fell by 22.65% to -$888494.0 in 2024, then decreased by 27.74% to -$1.1 million in 2025, then decreased by 9.54% to -$1.2 million in 2026.
- The last three Retained Earnings figures came in at -$1.2 million (Q2 2026), -$1.2 million (Q1 2026), and -$1.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Uber Technologies | 143.82 Bn | 138.61 Bn | 6.38 Bn | 35.70 Bn |
| 2 | DoorDash | 83.59 Bn | 78.26 Bn | 2.35 Bn | 14.81 Bn |
| 3 | Grab Holdings | 11.46 Bn | 7.73 Bn | 435.00 Mn | -17.31 Bn |
| 4 | Lyft | 5.72 Bn | 3.92 Bn | 917.12 Mn | 10.39 Bn |
| 5 | Marti Technologies | 172.09 Mn | 159.58 Mn | 15.30 Mn | -200.86 Mn |
| 6 | Ryde | 90.02 Mn | 90.02 Mn | - | - |
| 7 | Swvl Holdings | 42.55 Mn | 35.16 Mn | - | -338.53 Mn |
| 8 | Scientific Energy | 7.90 Mn | -601,872.18 | 7.63 Mn | 78.46 Mn |
| 9 | Pony | 689,999.98 | 680,158.98 | 3,440.00 | -1.24 Mn |
| 10 | Freight Technologies | 71,357.58 | -275,360.42 | 373,200.00 | 58.91 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.24 Mn |
| Mar 31, 2026 | -1.19 Mn |
| Dec 31, 2025 | -1.13 Mn |
| Sep 30, 2025 | -1.00 Mn |
| Jun 30, 2025 | -976,334.00 |
| Mar 31, 2025 | -937,946.00 |
| Dec 31, 2024 | -888,494.00 |
| Sep 30, 2024 | -828,374.00 |
| Jun 30, 2024 | -809,014.00 |
| Mar 31, 2024 | -781,021.00 |
| Dec 31, 2023 | -724,420.00 |
| Sep 30, 2023 | -665,614.00 |
| Jun 30, 2023 | -651,813.00 |
| Mar 31, 2023 | -606,455.00 |
| Dec 31, 2022 | -575,899.00 |
| Sep 30, 2022 | -557,865.00 |
| Jun 30, 2022 | -514,174.00 |
| Mar 31, 2022 | -396,666.00 |
| Dec 31, 2021 | -280,326.00 |
| Sep 30, 2021 | -276,141.00 |
Pony Retained Earnings 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=retained-earnings&ticker=PNYG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=PNYG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();