First Business Financial Services (FBIZ) Income - Trust (2010 - 2018)
First Business Financial Services' (FBIZ) quarterly Income - Trust came in at $2.0 million in Q2 2018, up 20.57% year-over-year from $1.6 million in Q2 2017, and up 4.69% quarter-over-quarter from $1.9 million in Q1 2018.
First Business Financial Services (FBIZ) Income - Trust (2010 - 2018) Analysis & Trends
First Business Financial Services (FBIZ) has reported Income - Trust for 9 consecutive years, with $2.0 million the latest figure, recorded in Q2 2018.
- On a quarterly basis, Income - Trust rose 20.57% year-over-year to $2.0 million in Q2 2018; TTM through Jun 2018 was $7.3 million, a 20.98% increase from a year earlier, with the FY2017 full-year figure at $6.7 million, up 24.53% from the prior year.
- Income - Trust was $2.0 million for Q2 2018 at First Business Financial Services, up from $1.9 million in the prior quarter.
- Over five years, Income - Trust peaked at $2.0 million in Q2 2018 and troughed at $1.1 million in Q1 2014.
- A 5-year average of $1.4 million and a median of $1.3 million in 2015 frame the typical range for Income - Trust.
- Across the five-year window, Income - Trust gained 29.14% in 2014 and grew 5.08% in 2016, its largest moves.
- Over 5 years, Income - Trust stood at $1.1 million in 2014, then increased by 8.76% to $1.2 million in 2015, then increased by 12.98% to $1.4 million in 2016, then increased by 26.55% to $1.7 million in 2017, then grew by 14.2% to $2.0 million in 2018.
- The last three Income - Trust figures came in at $2.0 million (Q2 2018), $1.9 million (Q1 2018), and $1.7 million (Q4 2017), 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 Business Financial Services | 594.99 Mn | 431.63 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2018 | 1.99 Mn |
| Mar 31, 2018 | 1.90 Mn |
| Dec 31, 2017 | 1.74 Mn |
| Sep 30, 2017 | 1.65 Mn |
| Jun 30, 2017 | 1.65 Mn |
| Mar 31, 2017 | 1.63 Mn |
| Dec 31, 2016 | 1.38 Mn |
| Sep 30, 2016 | 1.36 Mn |
| Jun 30, 2016 | 1.34 Mn |
| Mar 31, 2016 | 1.27 Mn |
| Dec 31, 2015 | 1.22 Mn |
| Sep 30, 2015 | 1.25 Mn |
| Jun 30, 2015 | 1.28 Mn |
| Mar 31, 2015 | 1.21 Mn |
| Dec 31, 2014 | 1.12 Mn |
| Sep 30, 2014 | 1.14 Mn |
| Jun 30, 2014 | 1.11 Mn |
| Mar 31, 2014 | 1.07 Mn |
| Dec 31, 2013 | 983,000.00 |
| Sep 30, 2013 | 976,000.00 |
First Business Financial Services Income - Trust 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=income-trust&ticker=FBIZ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-trust", "ticker": "FBIZ", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=income-trust&ticker=FBIZ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();