First Bancorp (FBP) Buildings (2011 - 2017)
First Bancorp's (FBP) quarterly Buildings came in at $132.0 million in Q4 2017, down 5.39% year-over-year from $139.5 million in Q4 2016, and down 5.39% quarter-over-quarter from $139.5 million in Q4 2016.
First Bancorp (FBP) Buildings (2011 - 2017) Analysis & Trends
First Bancorp (FBP) has reported Buildings for 7 consecutive years, with $132.0 million the latest figure, recorded in Q4 2017.
- On a quarterly basis, Buildings fell 5.39% year-over-year to $132.0 million in Q4 2017; TTM through Dec 2017 was $132.0 million, a 5.39% decrease from a year earlier, with the FY2017 full-year figure at $132.0 million, down 5.39% from the prior year.
- Buildings was $132.0 million for Q4 2017 at First Bancorp, down from $139.5 million in the prior quarter.
- Over five years, Buildings peaked at $142.9 million in Q4 2015 and troughed at $132.0 million in Q4 2017.
- A 5-year average of $139.4 million and a median of $140.6 million in 2014 frame the typical range for Buildings.
- Across the five-year window, Buildings gained 1.62% in 2015 and fell 5.39% in 2017, its largest moves.
- Over 5 years, Buildings stood at $141.8 million in 2013, then fell by 0.88% to $140.6 million in 2014, then increased by 1.62% to $142.9 million in 2015, then slipped by 2.34% to $139.5 million in 2016, then dropped by 5.39% to $132.0 million in 2017.
- The last three Buildings figures came in at $132.0 million (Q4 2017), $139.5 million (Q4 2016), and $142.9 million (Q4 2015), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Banco Santander Chile | 433.80 Bn | 553.74 Bn | - |
| 2 | Truist Financial | 59.87 Bn | 59.87 Bn | - |
| 3 | Fifth Third Bancorp | 48.33 Bn | 24.61 Bn | - |
| 4 | M&T Bank | 32.77 Bn | 32.77 Bn | - |
| 5 | Huntington Bancshares | 32.41 Bn | 27.92 Bn | - |
| 6 | Citizens Financial | 28.48 Bn | 28.48 Bn | - |
| 7 | Regions Financial | 24.32 Bn | 24.39 Bn | - |
| 8 | Keycorp | 22.28 Bn | -25.41 Bn | - |
| 9 | First Citizens Bancshares | 22.03 Bn | 21.51 Bn | 29.00 Mn |
| 10 | First Bancorp | 4.19 Bn | -15.52 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2017 | 132.01 Mn |
| Dec 31, 2016 | 139.53 Mn |
| Dec 31, 2015 | 142.87 Mn |
| Dec 31, 2014 | 140.59 Mn |
| Dec 31, 2013 | 141.84 Mn |
| Dec 31, 2012 | 143.61 Mn |
| Dec 31, 2011 | 141.71 Mn |
First Bancorp Buildings 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=buildings&ticker=FBP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "buildings", "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=buildings&ticker=FBP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();