First Bancorp (FBP) Fed Funds Sold (2010 - 2012)
First Bancorp's (FBP) quarterly Fed Funds Sold came in at $1.1 million in Q1 2012, down 58.93% quarter-over-quarter from $2.6 million in Q4 2011.
First Bancorp (FBP) Fed Funds Sold (2010 - 2012) Analysis & Trends
First Bancorp (FBP) has reported Fed Funds Sold for 3 consecutive years, with $1.1 million the latest figure, recorded in Q1 2012.
- On a quarterly basis, Fed Funds Sold changed N/A year-over-year to $1.1 million in Q1 2012; TTM through Mar 2012 was $1.1 million, a N/A change from a year earlier, with the FY2011 full-year figure at $2.6 million, down 58.26% from the prior year.
- Fed Funds Sold was $1.1 million for Q1 2012 at First Bancorp, down from $2.6 million in the prior quarter.
- Over five years, Fed Funds Sold peaked at $6.2 million in Q4 2010 and troughed at $1.1 million in Q1 2012.
- A 3-year average of $3.8 million and a median of $3.8 million in 2011 frame the typical range for Fed Funds Sold.
- The widest YoY moves for Fed Funds Sold: up 58.26% in 2011, down 58.26% in 2011.
- Over 3 years, Fed Funds Sold stood at $6.2 million in 2010, then plunged by 58.26% to $2.6 million in 2011, then plunged by 58.93% to $1.1 million in 2012.
- The last three Fed Funds Sold figures came in at $1.1 million (Q1 2012), $2.6 million (Q4 2011), and $3.8 million (Q3 2011), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 | - |
| 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 |
|---|---|
| Mar 31, 2012 | 1.07 Mn |
| Dec 31, 2011 | 2.60 Mn |
| Sep 30, 2011 | 3.82 Mn |
| Jun 30, 2011 | 5.37 Mn |
| Dec 31, 2010 | 6.24 Mn |
First Bancorp Fed Funds Sold 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=fed-funds-sold&ticker=FBP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fed-funds-sold", "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=fed-funds-sold&ticker=FBP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();