Qcr Holdings (QCRH) Income - Trust (2010 - 2017)
Qcr Holdings (QCRH) posted Income - Trust of $2.0 million for Q4 2017, up 18.17% on a QoQ basis from $1.7 million in Q3 2017, and up 30.6% year-over-year from $1.6 million in Q4 2016.
Qcr Holdings (QCRH) Income - Trust (2010 - 2017) Analysis & Trends
Qcr Holdings has reported Income - Trust for 8 years, with the latest figure at $2.0 million in Q4 2017.
- On a quarterly basis, Income - Trust rose 30.6% year-over-year to $2.0 million in Q4 2017; TTM through Dec 2017 was $7.2 million, a 16.61% increase from a year earlier, with the FY2017 full-year figure at $7.2 million, up 16.61% from the prior year.
- Income - Trust was $2.0 million for Q4 2017 at Qcr Holdings, up from $1.7 million in the prior quarter.
- The five-year high for Income - Trust was $2.0 million in Q4 2017, with the low at $1.0 million in Q1 2013.
- Average Income - Trust over 5 years is $1.5 million, with a median of $1.5 million recorded in 2016.
- The sharpest annual moves came in 2014 and 2016: Income - Trust jumped 44.31% in 2014, then dropped 3.52% in 2016.
- Over 5 years, Income - Trust stood at $1.2 million in 2013, then gained by 18.17% to $1.4 million in 2014, then rose by 2.83% to $1.5 million in 2015, then advanced by 7.07% to $1.6 million in 2016, then soared by 30.6% to $2.0 million in 2017.
- The last three Income - Trust figures came in at $2.0 million (Q4 2017), $1.7 million (Q3 2017), and $1.7 million (Q2 2017), 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 | Qcr Holdings | 1.64 Bn | 813.56 Mn | 4.02 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2017 | 2.03 Mn |
| Sep 30, 2017 | 1.72 Mn |
| Jun 30, 2017 | 1.69 Mn |
| Mar 31, 2017 | 1.74 Mn |
| Dec 31, 2016 | 1.56 Mn |
| Sep 30, 2016 | 1.52 Mn |
| Jun 30, 2016 | 1.51 Mn |
| Mar 31, 2016 | 1.58 Mn |
| Dec 31, 2015 | 1.45 Mn |
| Sep 30, 2015 | 1.53 Mn |
| Jun 30, 2015 | 1.51 Mn |
| Mar 31, 2015 | 1.63 Mn |
| Dec 31, 2014 | 1.41 Mn |
| Sep 30, 2014 | 1.36 Mn |
| Jun 30, 2014 | 1.44 Mn |
| Mar 31, 2014 | 1.50 Mn |
| Jun 30, 2013 | 1.20 Mn |
| Mar 31, 2013 | 1.04 Mn |
| Dec 31, 2012 | 981,726.00 |
| Sep 30, 2012 | 914,586.00 |
Qcr Holdings 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=QCRH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-trust", "ticker": "QCRH", "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=QCRH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();