First Bancorp (FBP) Long-Term Debt Issuances (2016 - 2023)
First Bancorp's (FBP) quarterly Long-Term Debt Issuances came in at $300.0 million in Q1 2023, up 50.0% quarter-over-quarter from $200.0 million in Q4 2022.
First Bancorp (FBP) Long-Term Debt Issuances (2016 - 2023) Analysis & Trends
First Bancorp (FBP) has reported Long-Term Debt Issuances for 5 consecutive years, with $300.0 million the latest figure, recorded in Q1 2023.
- On a quarterly basis, Long-Term Debt Issuances changed N/A year-over-year to $300.0 million in Q1 2023; TTM through Dec 2023 was $300.0 million, a 50.0% increase from a year earlier, with the FY2023 full-year figure at $300.0 million, up 50.0% from the prior year.
- Long-Term Debt Issuances was $300.0 million for Q1 2023 at First Bancorp, up from $200.0 million in the prior quarter.
- Over five years, Long-Term Debt Issuances peaked at $300.0 million in Q1 2023 and troughed at $200.0 million in Q4 2022.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Long-Term Debt Issuances (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 424.88 Bn | 544.83 Bn | - | - |
| 2 | Truist Financial | 59.29 Bn | 59.29 Bn | - | 27.66 Bn |
| 3 | Fifth Third Bancorp | 47.98 Bn | 24.26 Bn | - | - |
| 4 | M&T Bank | 32.82 Bn | 32.82 Bn | - | 2.70 Bn |
| 5 | Huntington Bancshares | 32.08 Bn | 27.60 Bn | - | 1.55 Bn |
| 6 | Citizens Financial | 28.34 Bn | 28.34 Bn | - | 7.00 Bn |
| 7 | Regions Financial | 24.27 Bn | 24.34 Bn | - | - |
| 8 | Keycorp | 22.19 Bn | -25.51 Bn | - | 1.06 Bn |
| 9 | First Citizens Bancshares | 21.93 Bn | 21.41 Bn | 29.00 Mn | 747.00 Mn |
| 10 | First Bancorp | 4.21 Bn | -15.50 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2023 | 300.00 Mn |
| Dec 31, 2022 | 200.00 Mn |
| Dec 31, 2018 | 98.57 Mn |
| Mar 31, 2018 | 21.43 Mn |
| Dec 31, 2017 | 409.07 Mn |
| Sep 30, 2017 | 5.93 Mn |
| Mar 31, 2016 | 7.03 Mn |
First Bancorp Long-Term Debt Issuances 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=long-term-debt-issuances&ticker=FBP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-debt-issuances", "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=long-term-debt-issuances&ticker=FBP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();