First Bancorp (FBP) Preferred Shares (2010 - 2021)
First Bancorp's (FBP) quarterly Preferred Shares came in at $36.1 million in Q3 2021, little changed year-over-year from $36.1 million in Q3 2020, and little changed quarter-over-quarter from $36.1 million in Q2 2021.
First Bancorp (FBP) Preferred Shares (2010 - 2021) Analysis & Trends
First Bancorp (FBP) has reported Preferred Shares for 12 consecutive years, with $36.1 million the latest figure, recorded in Q3 2021.
- On a quarterly basis, Preferred Shares changed 0.0% year-over-year to $36.1 million in Q3 2021; TTM through Sep 2021 was $36.1 million, a 0.0% change from a year earlier, with the FY2020 full-year figure at $36.1 million, changed 0.0% from the prior year.
- Preferred Shares was $36.1 million for Q3 2021 at First Bancorp, roughly flat from $36.1 million in the prior quarter.
- Over five years, Preferred Shares peaked at $36.1 million in Q1 2017 and troughed at $36.1 million in Q1 2017.
- A 5-year average of $36.1 million and a median of $36.1 million in 2017 frame the typical range for Preferred Shares.
- The widest YoY moves for Preferred Shares: up 0.0% in 2017, down 0.0% in 2017.
- Over 5 years, Preferred Shares stood at $36.1 million in 2017, then changed by 0.0% to $36.1 million in 2018, then changed by 0.0% to $36.1 million in 2019, then changed by 0.0% to $36.1 million in 2020, then changed by 0.0% to $36.1 million in 2021.
- The last three Preferred Shares figures came in at $36.1 million (Q3 2021), $36.1 million (Q2 2021), and $36.1 million (Q1 2021), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Preferred Shares (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 433.80 Bn | 553.74 Bn | - | - |
| 2 | Truist Financial | 59.87 Bn | 59.87 Bn | - | 5.41 Bn |
| 3 | Fifth Third Bancorp | 48.33 Bn | 24.61 Bn | - | 2.18 Bn |
| 4 | M&T Bank | 32.77 Bn | 32.77 Bn | - | 2.43 Bn |
| 5 | Huntington Bancshares | 32.41 Bn | 27.92 Bn | - | 2.88 Bn |
| 6 | Citizens Financial | 28.48 Bn | 28.48 Bn | - | 2.11 Bn |
| 7 | Regions Financial | 24.32 Bn | 24.39 Bn | - | 1.37 Bn |
| 8 | Keycorp | 22.28 Bn | -25.41 Bn | - | 2.50 Bn |
| 9 | First Citizens Bancshares | 22.03 Bn | 21.51 Bn | 29.00 Mn | 1.77 Bn |
| 10 | First Bancorp | 4.19 Bn | -15.52 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2021 | 36.10 Mn |
| Jun 30, 2021 | 36.10 Mn |
| Mar 31, 2021 | 36.10 Mn |
| Dec 31, 2020 | 36.10 Mn |
| Sep 30, 2020 | 36.10 Mn |
| Jun 30, 2020 | 36.10 Mn |
| Mar 31, 2020 | 36.10 Mn |
| Dec 31, 2019 | 36.10 Mn |
| Sep 30, 2019 | 36.10 Mn |
| Jun 30, 2019 | 36.10 Mn |
| Mar 31, 2019 | 36.10 Mn |
| Dec 31, 2018 | 36.10 Mn |
| Sep 30, 2018 | 36.10 Mn |
| Jun 30, 2018 | 36.10 Mn |
| Mar 31, 2018 | 36.10 Mn |
| Dec 31, 2017 | 36.10 Mn |
| Sep 30, 2017 | 36.10 Mn |
| Jun 30, 2017 | 36.10 Mn |
| Mar 31, 2017 | 36.10 Mn |
| Dec 31, 2016 | 36.10 Mn |
First Bancorp Preferred Shares 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=preferred-shares&ticker=FBP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "preferred-shares", "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=preferred-shares&ticker=FBP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();