Qcr Holdings (QCRH) Gains from Investment Securities (2017 - 2023)
Qcr Holdings (QCRH) posted Gains from Investment Securities of $25.4 million for Q4 2023, up 230.65% on a QoQ basis from -$19.4 million in Q3 2023, and up 154.69% year-over-year from $10.0 million in Q4 2022.
Qcr Holdings (QCRH) Gains from Investment Securities (2017 - 2023) Analysis & Trends
Qcr Holdings has reported Gains from Investment Securities for 7 years, with the latest figure at $25.4 million in Q4 2023.
- On a quarterly basis, Gains from Investment Securities rose 154.69% year-over-year to $25.4 million in Q4 2023; TTM through Dec 2023 was $8.9 million, a 113.45% increase from a year earlier, with the FY2023 full-year figure at $8.9 million, up 113.45% from the prior year.
- Gains from Investment Securities was $25.4 million for Q4 2023 at Qcr Holdings, up from -$19.4 million in the prior quarter.
- The five-year high for Gains from Investment Securities was $25.4 million in Q4 2023, with the low at -$27.3 million in Q1 2022.
- Average Gains from Investment Securities over 5 years is -$3.0 million, with a median of -$243000.0 recorded in 2019.
- The largest YoY upside for Gains from Investment Securities was 17070.69% in 2022 against a maximum downside of 1661.39% in 2022.
- Over 5 years, Gains from Investment Securities stood at $684000.0 in 2019, then surged by 161.84% to $1.8 million in 2020, then slumped by 96.76% to $58000.0 in 2021, then jumped by 17070.69% to $10.0 million in 2022, then jumped by 154.69% to $25.4 million in 2023.
- The last three Gains from Investment Securities figures came in at $25.4 million (Q4 2023), -$19.4 million (Q3 2023), and -$6.3 million (Q2 2023), 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 | Qcr Holdings | 1.63 Bn | 806.52 Mn | 4.02 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | 25.37 Mn |
| Sep 30, 2023 | -19.42 Mn |
| Jun 30, 2023 | -6.34 Mn |
| Mar 31, 2023 | 9.33 Mn |
| Dec 31, 2022 | 9.96 Mn |
| Sep 30, 2022 | -24.78 Mn |
| Jun 30, 2022 | -24.29 Mn |
| Mar 31, 2022 | -27.34 Mn |
| Dec 31, 2021 | 58,000.00 |
| Sep 30, 2021 | 2.55 Mn |
| Jun 30, 2021 | -4.18 Mn |
| Mar 31, 2021 | 1.75 Mn |
| Dec 31, 2020 | 1.79 Mn |
| Sep 30, 2020 | 614,000.00 |
| Jun 30, 2020 | -3.62 Mn |
| Mar 31, 2020 | 3.69 Mn |
| Dec 31, 2019 | 684,000.00 |
| Sep 30, 2019 | -544,000.00 |
| Jun 30, 2019 | -2.24 Mn |
| Mar 31, 2019 | -2.34 Mn |
Qcr Holdings Gains from Investment Securities 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=gains-from-investment-securities&ticker=QCRH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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=gains-from-investment-securities&ticker=QCRH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();