First Bancorp (FNLC) Other financing activities (2010 - 2019)
First Bancorp's (FNLC) quarterly Other financing activities came in at $85.5 million in Q3 2019, down 37.22% year-over-year from $136.2 million in Q3 2018, and up 563.85% quarter-over-quarter from -$18.4 million in Q2 2019.
First Bancorp (FNLC) Other financing activities (2010 - 2019) Analysis & Trends
First Bancorp (FNLC) has reported Other financing activities for 10 consecutive years, with $85.5 million the latest figure, recorded in Q3 2019.
- On a quarterly basis, Other financing activities fell 37.22% year-over-year to $85.5 million in Q3 2019; TTM through Sep 2019 was $66.0 million, a 77.75% increase from a year earlier, with the FY2018 full-year figure at $75.8 million, down 14.23% from the prior year.
- Other financing activities was $85.5 million for Q3 2019 at First Bancorp, up from -$18.4 million in the prior quarter.
- Over five years, Other financing activities peaked at $136.2 million in Q3 2018 and troughed at -$66.4 million in Q1 2018.
- A 5-year average of $19.9 million and a median of $17.0 million in 2016 frame the typical range for Other financing activities.
- Across the five-year window, Other financing activities slumped 310.15% in 2016 and jumped 2571.14% in 2018, its largest moves.
- Over 5 years, Other financing activities stood at $3.1 million in 2015, then jumped by 441.22% to $17.0 million in 2016, then plunged by 91.18% to $1.5 million in 2017, then jumped by 2571.14% to $40.2 million in 2018, then soared by 112.92% to $85.5 million in 2019.
- The last three Other financing activities figures came in at $85.5 million (Q3 2019), -$18.4 million (Q2 2019), and -$41.3 million (Q1 2019), 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 | 396.79 Mn | 367.03 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2019 | 85.54 Mn |
| Jun 30, 2019 | -18.44 Mn |
| Mar 31, 2019 | -41.28 Mn |
| Dec 31, 2018 | 40.17 Mn |
| Sep 30, 2018 | 136.25 Mn |
| Jun 30, 2018 | -34.19 Mn |
| Mar 31, 2018 | -66.43 Mn |
| Dec 31, 2017 | 1.50 Mn |
| Sep 30, 2017 | 61.44 Mn |
| Jun 30, 2017 | -27.67 Mn |
| Mar 31, 2017 | 53.10 Mn |
| Dec 31, 2016 | 17.04 Mn |
| Sep 30, 2016 | 83.13 Mn |
| Jun 30, 2016 | 29.43 Mn |
| Mar 31, 2016 | -35.48 Mn |
| Dec 31, 2015 | 3.15 Mn |
| Sep 30, 2015 | 50.85 Mn |
| Jun 30, 2015 | 49.54 Mn |
| Mar 31, 2015 | -8.65 Mn |
| Dec 31, 2014 | -14.23 Mn |
First Bancorp Other financing activities 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=other-financing-activities&ticker=FNLC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-activities", "ticker": "FNLC", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=other-financing-activities&ticker=FNLC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();