Qcr Holdings (QCRH) Income from Non-Controlling Interests (2010 - 2022)
Qcr Holdings (QCRH) posted Income from Non-Controlling Interests of -$174000.0 for Q4 2022, down 323.08% on a QoQ basis from $78000.0 in Q3 2022.
Qcr Holdings (QCRH) Income from Non-Controlling Interests (2010 - 2022) Analysis & Trends
Qcr Holdings has reported Income from Non-Controlling Interests for 4 years, with the latest figure at -$174000.0 in Q4 2022.
- On a quarterly basis, Income from Non-Controlling Interests changed N/A year-over-year to -$174000.0 in Q4 2022; TTM through Dec 2022 was $276000.0, a N/A change from a year earlier, with the FY2025 full-year figure at $79000.0, up 115.52% from the prior year.
- Income from Non-Controlling Interests was -$174000.0 for Q4 2022 at Qcr Holdings, down from $78000.0 in the prior quarter.
- The five-year high for Income from Non-Controlling Interests was $242000.0 in Q2 2022, with the low at -$174000.0 in Q4 2022.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 424.88 Bn | 544.83 Bn | - | 4.85 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 | - | 4.00 Mn |
| 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, 2022 | -174,000.00 |
| Sep 30, 2022 | 78,000.00 |
| Jun 30, 2022 | 242,000.00 |
| Mar 31, 2022 | 130,000.00 |
| Dec 31, 2012 | -5,958.00 |
| Sep 30, 2012 | 127,177.00 |
| Jun 30, 2012 | 201,223.00 |
| Mar 31, 2012 | 166,031.00 |
| Dec 31, 2011 | 130,006.00 |
| Sep 30, 2011 | 438,221.00 |
| Jun 30, 2011 | 98,245.00 |
| Mar 31, 2011 | 106,524.00 |
| Dec 31, 2010 | 126,001.00 |
| Sep 30, 2010 | 109,786.00 |
| Jun 30, 2010 | 62,336.00 |
Qcr Holdings Income from Non-Controlling Interests 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-from-non-controlling-interests&ticker=QCRH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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-from-non-controlling-interests&ticker=QCRH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();