First Bancorp (FBP) Property, Plant & Equipment (Net) (2010 - 2026)
Analysis
First Bancorp (FBP) Property, Plant & Equipment (Net) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 433.80 Bn | 553.74 Bn | - | 29.00 Bn |
| 2 | Truist Financial | 59.87 Bn | 59.87 Bn | - | 3.18 Bn |
| 3 | Fifth Third Bancorp | 48.33 Bn | 24.61 Bn | - | 3.34 Bn |
| 4 | M&T Bank | 32.77 Bn | 32.77 Bn | - | 1.73 Bn |
| 5 | Huntington Bancshares | 32.41 Bn | 27.92 Bn | - | 2.17 Bn |
| 6 | Citizens Financial | 28.48 Bn | 28.48 Bn | - | 873.00 Mn |
| 7 | Regions Financial | 24.32 Bn | 24.39 Bn | - | 1.70 Bn |
| 8 | Keycorp | 22.28 Bn | -25.41 Bn | - | 620.00 Mn |
| 9 | First Citizens Bancshares | 22.03 Bn | 21.51 Bn | 29.00 Mn | 9.76 Bn |
| 10 | First Bancorp | 4.19 Bn | -15.52 Bn | - | 128.68 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 128.68 Mn |
| Mar 31, 2026 | 127.87 Mn |
| Dec 31, 2025 | 126.92 Mn |
| Sep 30, 2025 | 126.97 Mn |
| Jun 30, 2025 | 128.43 Mn |
| Mar 31, 2025 | 130.47 Mn |
| Dec 31, 2024 | 133.44 Mn |
| Sep 30, 2024 | 136.40 Mn |
| Jun 30, 2024 | 138.55 Mn |
| Mar 31, 2024 | 141.47 Mn |
| Dec 31, 2023 | 142.02 Mn |
| Sep 30, 2023 | 144.61 Mn |
| Jun 30, 2023 | 146.64 Mn |
| Mar 31, 2023 | 137.58 Mn |
| Dec 31, 2022 | 142.94 Mn |
| Sep 30, 2022 | 143.43 Mn |
| Jun 30, 2022 | 145.40 Mn |
| Mar 31, 2022 | 145.85 Mn |
| Dec 31, 2021 | 146.42 Mn |
| Sep 30, 2021 | 149.89 Mn |
API Access
First Bancorp 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=FBP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "ticker": "FBP", "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=FBP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();