First Bancorp (FBP) Non-cash Items (2010 - 2012)
First Bancorp's (FBP) quarterly Non-cash Items came in at $23.4 million in Q2 2012, down 49.2% year-over-year from $46.0 million in Q3 2011, and down 76.52% quarter-over-quarter from $99.6 million in Q1 2012.
First Bancorp (FBP) Non-cash Items (2010 - 2012) Analysis & Trends
First Bancorp (FBP) has reported Non-cash Items for 3 consecutive years, with $23.4 million the latest figure, recorded in Q2 2012.
- On a quarterly basis, Non-cash Items fell 49.2% year-over-year to $23.4 million in Q2 2012; TTM through Jun 2012 was $244.0 million, a 57.23% decrease from a year earlier, with the FY2011 full-year figure at $239.2 million, down 68.59% from the prior year.
- Non-cash Items was $23.4 million for Q2 2012 at First Bancorp, down from $99.6 million in the prior quarter.
- Over five years, Non-cash Items peaked at $312.9 million in Q4 2010 and troughed at $23.4 million in Q2 2012.
- A 3-year average of $101.8 million and a median of $74.9 million in 2011 frame the typical range for Non-cash Items.
- Across the five-year window, Non-cash Items slumped 86.19% in 2011 and soared 38.17% in 2012, its largest moves.
- Over 3 years, Non-cash Items stood at $312.9 million in 2010, then tumbled by 86.19% to $43.2 million in 2011, then tumbled by 45.91% to $23.4 million in 2012.
- The last three Non-cash Items figures came in at $23.4 million (Q2 2012), $99.6 million (Q1 2012), and $43.2 million (Q4 2011), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2012 | 23.38 Mn |
| Mar 31, 2012 | 99.58 Mn |
| Dec 31, 2011 | 43.23 Mn |
| Sep 30, 2011 | 77.83 Mn |
| Jun 30, 2011 | 46.03 Mn |
| Mar 31, 2011 | 72.07 Mn |
| Dec 31, 2010 | 312.92 Mn |
| Sep 30, 2010 | 139.52 Mn |
First Bancorp Non-cash Items 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=non-cash-items&ticker=FBP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-cash-items", "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=non-cash-items&ticker=FBP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();