Prologis (PLD) Exchange Rate Effect (2009 - 2025)
Prologis' (PLD) quarterly Exchange Rate Effect came in at -$5.5 million in Q4 2025, up 79.09% on a YoY basis from -$3.0 million in Q4 2024, and up 8.66% quarter-over-quarter from -$6.0 million in Q3 2025.
Prologis (PLD) Exchange Rate Effect (2009 - 2025) Analysis & Trends
Prologis (PLD) has reported Exchange Rate Effect for 17 consecutive years, with -$5.5 million the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Exchange Rate Effect rose 79.09% year-over-year to -$5.5 million; the trailing twelve-month figure through Dec 2025 stood at $12.7 million (up 150.77% YoY), and the FY2025 full-year result was $12.7 million, up 150.77% from the prior year.
- Exchange Rate Effect climbed to -$5.5 million in Q4 2025 per PLD's latest filing, from -$6.0 million in the prior quarter.
- Across five years, Exchange Rate Effect topped out at $23.7 million in Q4 2022 and bottomed at -$39.3 million in Q1 2021.
- Historically, Exchange Rate Effect has averaged -$4.7 million across 5 years, with a median of -$5.7 million in 2025.
- The sharpest annual moves came in 2021 and 2022: Exchange Rate Effect sank 2888.52% in 2021, then surged 1285.44% in 2022.
- Over 5 years, Exchange Rate Effect stood at -$2.0 million in 2021, then soared by 1285.44% to $23.7 million in 2022, then plunged by 73.02% to $6.4 million in 2023, then sank by 507.91% to -$26.1 million in 2024, then jumped by 79.09% to -$5.5 million in 2025.
- According to Business Quant data, Exchange Rate Effect over the past three periods registered -$5.5 million, -$6.0 million, and $6.3 million for Q4 2025, Q3 2025, and Q2 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FX Effect (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | 5.66 Mn |
| 2 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn | - |
| 3 | Simon Property | 67.22 Bn | 68.48 Bn | 1.76 Bn | - |
| 4 | Realty Income | 53.47 Bn | 55.85 Bn | - | -1.63 Mn |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn | - |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn | -846,000.00 |
| 7 | Extra Space Storage | 28.52 Bn | 29.39 Bn | 642.43 Mn | - |
| 8 | Vici Properties | 26.41 Bn | 25.98 Bn | 1.05 Bn | -210,000.00 |
| 9 | Vivmark Residential | 23.37 Bn | 23.56 Bn | - | - |
| 10 | Invitation Homes | 16.02 Bn | 16.06 Bn | 705.34 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -5.45 Mn |
| Sep 30, 2025 | -5.97 Mn |
| Jun 30, 2025 | 6.27 Mn |
| Mar 31, 2025 | 17.84 Mn |
| Dec 31, 2024 | -26.08 Mn |
| Sep 30, 2024 | 13.73 Mn |
| Jun 30, 2024 | -9.06 Mn |
| Mar 31, 2024 | -3.58 Mn |
| Dec 31, 2023 | 6.39 Mn |
| Sep 30, 2023 | -12.86 Mn |
| Jun 30, 2023 | -22.04 Mn |
| Mar 31, 2023 | 6.47 Mn |
| Dec 31, 2022 | 23.70 Mn |
| Sep 30, 2022 | -10.47 Mn |
| Jun 30, 2022 | -23.22 Mn |
| Mar 31, 2022 | -10.81 Mn |
| Dec 31, 2021 | -2.00 Mn |
| Sep 30, 2021 | -6.06 Mn |
| Jun 30, 2021 | 7.73 Mn |
| Mar 31, 2021 | -39.30 Mn |
Prologis 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=PLD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "ticker": "PLD", "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=PLD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();