People (PPLI) Exchange Rate Effect (2019 - 2026)
People's (PPLI) quarterly Exchange Rate Effect came in at -$365000.0 in Q2 2026, down 129.25% on a YoY basis from $1.2 million in Q2 2025, and up 74.13% quarter-over-quarter from -$1.4 million in Q1 2026.
People (PPLI) Exchange Rate Effect (2019 - 2026) Analysis & Trends
People (PPLI) has reported Exchange Rate Effect for 8 consecutive years, with -$365000.0 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Exchange Rate Effect fell 129.25% year-over-year to -$365000.0; the trailing twelve-month figure through Jun 2026 stood at -$2.6 million (down 309.32% YoY), and the FY2025 full-year result was $759000.0, up 161.71% from the prior year.
- Exchange Rate Effect grew to -$365000.0 in Q2 2026 per PPLI's latest filing, from -$1.4 million in the prior quarter.
- Across five years, Exchange Rate Effect topped out at $2.4 million in Q4 2022 and bottomed at -$3.7 million in Q3 2022.
- Historically, Exchange Rate Effect has averaged -$370444.4 across 5 years, with a median of -$249500.0 in 2024.
- The sharpest annual moves came in 2022 and 2025: Exchange Rate Effect tumbled 1006.45% in 2022, then jumped 1031.34% in 2025.
- Over 5 years, Exchange Rate Effect stood at $2.4 million in 2022, then slumped by 54.56% to $1.1 million in 2023, then tumbled by 263.57% to -$1.8 million in 2024, then surged by 106.14% to $108000.0 in 2025, then sank by 437.96% to -$365000.0 in 2026.
- According to Business Quant data, Exchange Rate Effect over the past three periods registered -$365000.0, -$1.4 million, and $108000.0 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FX Effect (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 270.04 Bn | 234.78 Bn | 15.11 Bn | -224.00 Mn |
| 2 | Booking Holdings | 123.39 Bn | 106.18 Bn | 4.98 Bn | -111.00 Mn |
| 3 | PDD Holdings | 114.37 Bn | 84.09 Bn | 9.45 Bn | 182.40 Mn |
| 4 | Airbnb | 95.47 Bn | 83.40 Bn | 2.98 Bn | -28.00 Mn |
| 5 | Mercadolibre | 92.60 Bn | 77.41 Bn | 4.16 Bn | 21.00 Mn |
| 6 | Ebay | 48.63 Bn | 45.32 Bn | 2.30 Bn | -11.00 Mn |
| 7 | Expedia | 32.13 Bn | 25.01 Bn | 3.91 Bn | -8.00 Mn |
| 8 | Maplebear | 10.35 Bn | 9.50 Bn | 751.00 Mn | -2.00 Mn |
| 9 | Full Truck Alliance | 7.90 Bn | 6.94 Bn | - | -4.96 Mn |
| 10 | People | 2.54 Bn | 1.46 Bn | 280.20 Mn | -365,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -365,000.00 |
| Mar 31, 2026 | -1.41 Mn |
| Dec 31, 2025 | 108,000.00 |
| Sep 30, 2025 | -959,000.00 |
| Jun 30, 2025 | 1.25 Mn |
| Mar 31, 2025 | 362,000.00 |
| Dec 31, 2024 | -1.76 Mn |
| Sep 30, 2024 | 1.41 Mn |
| Jun 30, 2024 | -134,000.00 |
| Mar 31, 2024 | -741,000.00 |
| Dec 31, 2023 | 1.08 Mn |
| Sep 30, 2023 | -1.68 Mn |
| Jun 30, 2023 | 1.40 Mn |
| Mar 31, 2023 | 322,000.00 |
| Dec 31, 2022 | 2.37 Mn |
| Sep 30, 2022 | -3.71 Mn |
| Jun 30, 2022 | -3.17 Mn |
| Mar 31, 2022 | -1.03 Mn |
| Dec 31, 2021 | -1.46 Mn |
| Sep 30, 2021 | -804,000.00 |
People Exchange Rate Effect 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=exchange-rate-effect&ticker=PPLI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "ticker": "PPLI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=exchange-rate-effect&ticker=PPLI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();