Brookfield (BN) Property, Plant & Equipment (Net) Growth (3y) (2012 - 2026)
Analysis
Brookfield (BN) Property, Plant & Equipment (Net) Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Blackstone | 94.04 Bn | 96.47 Bn | - | - |
| 2 | Kkr | 88.71 Bn | -188.36 Bn | - | - |
| 3 | Brookfield | 84.30 Bn | 53.74 Bn | 19.38 Bn | 4.15% |
| 4 | Brookfield Asset Management | 73.57 Bn | 73.30 Bn | - | - |
| 5 | Apollo Global Management | 72.51 Bn | 67.61 Bn | 10.54 Bn | - |
| 6 | Wheaton Precious Metals | 68.51 Bn | 68.41 Bn | 687.86 Mn | -0.48% |
| 7 | Franco Nevada | 51.37 Bn | 49.83 Bn | 451.00 Mn | - |
| 8 | Ares Management | 44.61 Bn | 49.53 Bn | - | - |
| 9 | Tpg | 18.17 Bn | 19.73 Bn | - | - |
| 10 | Blue Owl Capital | 15.34 Bn | 18.79 Bn | - | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.15% |
| Sep 30, 2025 | 9.16% |
| Jun 30, 2025 | 8.97% |
| Mar 31, 2025 | 9.24% |
| Jun 30, 2024 | 1,379.77% |
| Mar 31, 2024 | 16.54% |
| Dec 31, 2023 | 1,815.60% |
| Sep 30, 2023 | 17.98% |
| Jun 30, 2023 | 14.25% |
| Mar 31, 2023 | 13.86% |
| Sep 30, 2022 | 11.66% |
| Jun 30, 2022 | 12.56% |
| Mar 31, 2022 | 9.53% |
| Jun 30, 2021 | -91.07% |
| Mar 31, 2021 | 21.10% |
| Dec 31, 2020 | -92.66% |
| Sep 30, 2020 | 19.25% |
| Jun 30, 2020 | 22.69% |
| Mar 31, 2020 | 29.87% |
| Dec 31, 2019 | 25.33% |
API Access
Brookfield Property, Plant & Equipment (Net) Growth (3y) 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-growth-3y&ticker=BN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-growth-3y", "ticker": "BN", "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-growth-3y&ticker=BN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();