First Bancorp (FBP) Change in Interest Receivables (2010 - 2026)
First Bancorp's (FBP) quarterly Change in Interest Receivables came in at $5.2 million in Q2 2026, down 51.59% year-over-year from $10.7 million in Q2 2025, and up 634.4% quarter-over-quarter from -$968000.0 in Q1 2026.
First Bancorp (FBP) Change in Interest Receivables (2010 - 2026) Analysis & Trends
First Bancorp (FBP) has reported Change in Interest Receivables for 17 consecutive years, with $5.2 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Interest Receivables fell 51.59% year-over-year to $5.2 million in Q2 2026; TTM through Jun 2026 was $12.7 million, a 504.72% increase from a year earlier, with the FY2025 full-year figure at $11.1 million, up 298.07% from the prior year.
- Change in Interest Receivables was $5.2 million for Q2 2026 at First Bancorp, up from -$968000.0 in the prior quarter.
- Over five years, Change in Interest Receivables peaked at $11.4 million in Q4 2022 and troughed at -$10.4 million in Q3 2024.
- A 5-year average of $1.5 million and a median of $2.4 million in 2024 frame the typical range for Change in Interest Receivables.
- Across the five-year window, Change in Interest Receivables surged 318.95% in 2022 and slumped 512.62% in 2024, its largest moves.
- Over 5 years, Change in Interest Receivables stood at $11.4 million in 2022, then declined by 21.38% to $9.0 million in 2023, then slumped by 48.23% to $4.6 million in 2024, then soared by 79.29% to $8.3 million in 2025, then sank by 37.95% to $5.2 million in 2026.
- The last three Change in Interest Receivables figures came in at $5.2 million (Q2 2026), -$968000.0 (Q1 2026), and $8.3 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Interest Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 424.88 Bn | 544.83 Bn | - | - |
| 2 | Truist Financial | 59.29 Bn | 59.29 Bn | - | - |
| 3 | Fifth Third Bancorp | 47.98 Bn | 24.26 Bn | - | - |
| 4 | M&T Bank | 32.82 Bn | 32.82 Bn | - | - |
| 5 | Huntington Bancshares | 32.08 Bn | 27.60 Bn | - | - |
| 6 | Citizens Financial | 28.34 Bn | 28.34 Bn | - | - |
| 7 | Regions Financial | 24.27 Bn | 24.34 Bn | - | - |
| 8 | Keycorp | 22.19 Bn | -25.51 Bn | - | - |
| 9 | First Citizens Bancshares | 21.93 Bn | 21.41 Bn | 29.00 Mn | - |
| 10 | First Bancorp | 4.21 Bn | -15.50 Bn | - | 5.17 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 5.17 Mn |
| Mar 31, 2026 | -968,000.00 |
| Dec 31, 2025 | 8.34 Mn |
| Sep 30, 2025 | 146,000.00 |
| Jun 30, 2025 | 10.69 Mn |
| Mar 31, 2025 | -8.08 Mn |
| Dec 31, 2024 | 4.65 Mn |
| Sep 30, 2024 | -10.39 Mn |
| Jun 30, 2024 | 4.65 Mn |
| Mar 31, 2024 | -4.50 Mn |
| Dec 31, 2023 | 8.98 Mn |
| Sep 30, 2023 | -1.70 Mn |
| Jun 30, 2023 | 6.72 Mn |
| Mar 31, 2023 | -8.57 Mn |
| Dec 31, 2022 | 11.43 Mn |
| Sep 30, 2022 | -3.64 Mn |
| Jun 30, 2022 | 7.47 Mn |
| Mar 31, 2022 | -3.92 Mn |
| Dec 31, 2021 | 3.15 Mn |
| Sep 30, 2021 | -4.65 Mn |
First Bancorp Change in Interest Receivables 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=change-in-interest-receivables&ticker=FBP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-interest-receivables", "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=change-in-interest-receivables&ticker=FBP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();