First Bancorp (FBP) Cash Due from Bank (2010 - 2026)
First Bancorp's (FBP) quarterly Cash Due from Bank came in at $559.6 million in Q2 2026, down 23.9% year-over-year from $735.4 million in Q2 2025, and up 1.9% quarter-over-quarter from $549.2 million in Q1 2026.
First Bancorp (FBP) Cash Due from Bank (2010 - 2026) Analysis & Trends
First Bancorp (FBP) has reported Cash Due from Bank for 17 consecutive years, with $559.6 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash Due from Bank fell 23.9% year-over-year to $559.6 million in Q2 2026; TTM through Jun 2026 was $559.6 million, a 23.9% decrease from a year earlier, with the FY2025 full-year figure at $657.1 million, down 43.26% from the prior year.
- Cash Due from Bank was $559.6 million for Q2 2026 at First Bancorp, up from $549.2 million in the prior quarter.
- Over five years, Cash Due from Bank peaked at $1.7 billion in Q1 2022 and troughed at $478.5 million in Q3 2022.
- A 5-year average of $825.5 million and a median of $682.4 million in 2024 frame the typical range for Cash Due from Bank.
- Across the five-year window, Cash Due from Bank tumbled 81.98% in 2022 and surged 94.95% in 2025, its largest moves.
- Over 5 years, Cash Due from Bank stood at $478.5 million in 2022, then soared by 38.34% to $661.9 million in 2023, then surged by 74.98% to $1.2 billion in 2024, then sank by 43.26% to $657.1 million in 2025, then slipped by 14.84% to $559.6 million in 2026.
- The last three Cash Due from Bank figures came in at $559.6 million (Q2 2026), $549.2 million (Q1 2026), and $657.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash Due from Bank (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 433.80 Bn | 553.74 Bn | - | - |
| 2 | Truist Financial | 59.87 Bn | 59.87 Bn | - | 4.71 Bn |
| 3 | Fifth Third Bancorp | 48.33 Bn | 24.61 Bn | - | - |
| 4 | M&T Bank | 32.77 Bn | 32.77 Bn | - | 1.94 Bn |
| 5 | Huntington Bancshares | 32.41 Bn | 27.92 Bn | - | 3.33 Bn |
| 6 | Citizens Financial | 28.48 Bn | 28.48 Bn | - | 1.22 Bn |
| 7 | Regions Financial | 24.32 Bn | 24.39 Bn | - | 3.18 Bn |
| 8 | Keycorp | 22.28 Bn | -25.41 Bn | - | 1.71 Bn |
| 9 | First Citizens Bancshares | 22.03 Bn | 21.51 Bn | 29.00 Mn | 1.52 Bn |
| 10 | First Bancorp | 4.19 Bn | -15.52 Bn | - | 559.63 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 559.63 Mn |
| Mar 31, 2026 | 549.20 Mn |
| Dec 31, 2025 | 657.15 Mn |
| Sep 30, 2025 | 897.88 Mn |
| Jun 30, 2025 | 735.38 Mn |
| Mar 31, 2025 | 1.33 Bn |
| Dec 31, 2024 | 1.16 Bn |
| Sep 30, 2024 | 684.03 Mn |
| Jun 30, 2024 | 581.84 Mn |
| Mar 31, 2024 | 680.73 Mn |
| Dec 31, 2023 | 661.93 Mn |
| Sep 30, 2023 | 583.91 Mn |
| Jun 30, 2023 | 1.05 Bn |
| Mar 31, 2023 | 822.54 Mn |
| Dec 31, 2022 | 478.48 Mn |
| Sep 30, 2022 | 478.48 Mn |
| Jun 30, 2022 | 1.26 Bn |
| Mar 31, 2022 | 1.69 Bn |
| Dec 31, 2021 | 2.54 Bn |
| Sep 30, 2021 | 2.66 Bn |
First Bancorp Cash Due from Bank 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=cash-due-from-bank&ticker=FBP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-due-from-bank", "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=cash-due-from-bank&ticker=FBP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();