First Bancorp (FBP) Securities (2021 - 2023)
First Bancorp's (FBP) quarterly Securities came in at $5.9 billion in Q2 2023, down 2.99% quarter-over-quarter from $6.1 billion in Q1 2023.
First Bancorp (FBP) Securities (2021 - 2023) Analysis & Trends
First Bancorp (FBP) has reported Securities for 3 consecutive years, with $5.9 billion the latest figure, recorded in Q2 2023.
- On a quarterly basis, Securities changed N/A year-over-year to $5.9 billion in Q2 2023; TTM through Jun 2023 was $5.9 billion, a N/A change from a year earlier, with the FY2022 full-year figure at $6.1 billion, down 8.59% from the prior year.
- Securities was $5.9 billion for Q2 2023 at First Bancorp, down from $6.1 billion in the prior quarter.
- Over five years, Securities peaked at $6.7 billion in Q4 2021 and troughed at $5.9 billion in Q2 2023.
- A 3-year average of $6.2 billion and a median of $6.1 billion in 2022 frame the typical range for Securities.
- The widest YoY moves for Securities: up 8.59% in 2022, down 8.59% in 2022.
- Over 3 years, Securities stood at $6.7 billion in 2021, then fell by 8.59% to $6.1 billion in 2022, then retreated by 3.06% to $5.9 billion in 2023.
- The last three Securities figures came in at $5.9 billion (Q2 2023), $6.1 billion (Q1 2023), and $6.1 billion (Q4 2022), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Securities (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 | - | 37.60 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 |
|---|---|
| Jun 30, 2023 | 5.90 Bn |
| Mar 31, 2023 | 6.08 Bn |
| Dec 31, 2022 | 6.08 Bn |
| Dec 31, 2021 | 6.66 Bn |
First Bancorp Securities 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=securities&ticker=FBP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "securities", "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=securities&ticker=FBP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();