Prologis (PLD) Property, Plant & Equipment (Net) (2010 - 2025)
Analysis
Prologis (PLD) Property, Plant & Equipment (Net) (2010 - 2025) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.65 Bn | 164.71 Bn | 1.39 Bn | - |
| 2 | Prologis | 125.02 Bn | 129.42 Bn | 2.41 Bn | - |
| 3 | Simon Property | 66.64 Bn | 67.91 Bn | 1.76 Bn | - |
| 4 | Realty Income | 52.63 Bn | 55.01 Bn | - | - |
| 5 | Public Storage | 50.35 Bn | 50.19 Bn | 1.20 Bn | - |
| 6 | Ventas | 44.44 Bn | 44.75 Bn | 1.73 Bn | - |
| 7 | Extra Space Storage | 28.28 Bn | 29.15 Bn | 642.43 Mn | - |
| 8 | Vici Properties | 26.11 Bn | 25.67 Bn | 1.05 Bn | - |
| 9 | Vivmark Residential | 22.98 Bn | 23.17 Bn | - | - |
| 10 | Invitation Homes | 15.91 Bn | 15.95 Bn | 705.34 Mn | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 221.70 Mn |
| Dec 31, 2024 | 212.32 Mn |
| Dec 31, 2023 | 208.03 Mn |
| Dec 31, 2022 | 119.90 Mn |
| Dec 31, 2021 | 118.04 Mn |
| Dec 31, 2020 | 117.70 Mn |
| Dec 31, 2019 | 107.47 Mn |
| Dec 31, 2018 | 112.21 Mn |
| Dec 31, 2015 | 23.20 Bn |
| Dec 31, 2014 | 17.30 Bn |
| Dec 31, 2012 | 14.90 Bn |
| Dec 31, 2011 | 11.80 Bn |
| Dec 31, 2010 | 8.60 Bn |
API Access
Prologis Property, Plant & Equipment (Net) 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=property-plant-and-equipment-net&ticker=PLD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "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=property-plant-and-equipment-net&ticker=PLD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();