First Bancorp (FBP) Current Deferred Tax Assets (2014 - 2017)
First Bancorp's (FBP) quarterly Current Deferred Tax Assets came in at $173.2 million in Q4 2017, up 0.99% year-over-year from $171.5 million in Q4 2016, and up 0.99% quarter-over-quarter from $171.5 million in Q4 2016.
First Bancorp (FBP) Current Deferred Tax Assets (2014 - 2017) Analysis & Trends
First Bancorp (FBP) has reported Current Deferred Tax Assets for 4 consecutive years, with $173.2 million the latest figure, recorded in Q4 2017.
- On a quarterly basis, Current Deferred Tax Assets rose 0.99% year-over-year to $173.2 million in Q4 2017; TTM through Dec 2017 was $173.2 million, a 0.99% increase from a year earlier, with the FY2017 full-year figure at $173.2 million, up 0.99% from the prior year.
- Current Deferred Tax Assets was $173.2 million for Q4 2017 at First Bancorp, up from $171.5 million in the prior quarter.
- Over five years, Current Deferred Tax Assets peaked at $188.4 million in Q4 2014 and troughed at $171.5 million in Q4 2016.
- A 4-year average of $178.8 million and a median of $177.6 million in 2015 frame the typical range for Current Deferred Tax Assets.
- Across the five-year window, Current Deferred Tax Assets dropped 5.82% in 2016 and gained 0.99% in 2017, its largest moves.
- Over 4 years, Current Deferred Tax Assets stood at $188.4 million in 2014, then decreased by 3.34% to $182.1 million in 2015, then slipped by 5.82% to $171.5 million in 2016, then climbed by 0.99% to $173.2 million in 2017.
- The last three Current Deferred Tax Assets figures came in at $173.2 million (Q4 2017), $171.5 million (Q4 2016), and $182.1 million (Q4 2015), 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 |
|---|---|
| Dec 31, 2017 | 173.20 Mn |
| Dec 31, 2016 | 171.50 Mn |
| Dec 31, 2015 | 182.10 Mn |
| Dec 31, 2014 | 188.40 Mn |
First Bancorp Current Deferred Tax Assets 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=current-deferred-tax-assets&ticker=FBP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-deferred-tax-assets", "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=current-deferred-tax-assets&ticker=FBP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();