Third Coast Bancshares (TCBX) Change in Interest Receivables (2020 - 2023)
Third Coast Bancshares' (TCBX) quarterly Change in Interest Receivables came in at -$1.1 million in Q4 2023, down 118.12% year-over-year from $6.1 million in Q4 2022, and down 122.08% quarter-over-quarter from $5.0 million in Q3 2023.
Third Coast Bancshares (TCBX) Change in Interest Receivables (2020 - 2023) Analysis & Trends
Third Coast Bancshares (TCBX) has reported Change in Interest Receivables for 4 consecutive years, with -$1.1 million the latest figure, recorded in Q4 2023.
- On a quarterly basis, Change in Interest Receivables fell 118.12% year-over-year to -$1.1 million in Q4 2023; TTM through Dec 2023 was $4.4 million, a 65.47% decrease from a year earlier, with the FY2023 full-year figure at $4.4 million, down 65.47% from the prior year.
- Change in Interest Receivables was -$1.1 million for Q4 2023 at Third Coast Bancshares, down from $5.0 million in the prior quarter.
- Over five years, Change in Interest Receivables peaked at $7.9 million in Q2 2022 and troughed at -$3.7 million in Q1 2022.
- A 4-year average of $1.4 million and a median of $1.2 million in 2020 frame the typical range for Change in Interest Receivables.
- The widest YoY moves for Change in Interest Receivables: up 517.19% in 2022, down 1932.22% in 2022.
- Over 4 years, Change in Interest Receivables stood at $1.2 million in 2020, then dropped by 7.47% to $1.1 million in 2021, then soared by 447.45% to $6.1 million in 2022, then plunged by 118.12% to -$1.1 million in 2023.
- The last three Change in Interest Receivables figures came in at -$1.1 million (Q4 2023), $5.0 million (Q3 2023), and $2.7 million (Q2 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Interest Receivables (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 | Third Coast Bancshares | 736.45 Mn | 159.01 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | -1.11 Mn |
| Sep 30, 2023 | 5.02 Mn |
| Jun 30, 2023 | 2.71 Mn |
| Mar 31, 2023 | -2.23 Mn |
| Dec 31, 2022 | 6.12 Mn |
| Sep 30, 2022 | 2.35 Mn |
| Jun 30, 2022 | 7.90 Mn |
| Mar 31, 2022 | -3.66 Mn |
| Dec 31, 2021 | 1.12 Mn |
| Sep 30, 2021 | -2.97 Mn |
| Jun 30, 2021 | 1.28 Mn |
| Mar 31, 2021 | -180,000.00 |
| Dec 31, 2020 | 1.21 Mn |
Third Coast Bancshares Change in Interest Receivables 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=change-in-interest-receivables&ticker=TCBX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-interest-receivables", "ticker": "TCBX", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=change-in-interest-receivables&ticker=TCBX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();