Third Coast Bancshares (TCBX) Net Cash Flow (2020 - 2026)
Third Coast Bancshares' (TCBX) quarterly Net Cash Flow came in at -$20.4 million in Q2 2026, up 90.3% year-over-year from -$10.7 million in Q2 2025, and down 108.16% quarter-over-quarter from $250.1 million in Q1 2026.
Third Coast Bancshares (TCBX) Net Cash Flow (2020 - 2026) Analysis & Trends
Third Coast Bancshares (TCBX) has reported Net Cash Flow for 7 consecutive years, with -$20.4 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Net Cash Flow rose 90.3% year-over-year to -$20.4 million in Q2 2026; TTM through Jun 2026 was $291.9 million, a 316.35% increase from a year earlier, with the FY2025 full-year figure at -$240.0 million, down 2664.64% from the prior year.
- Net Cash Flow was -$20.4 million for Q2 2026 at Third Coast Bancshares, down from $250.1 million in the prior quarter.
- Over five years, Net Cash Flow peaked at $250.1 million in Q1 2026 and troughed at -$244.4 million in Q2 2024.
- A 5-year average of $4.7 million and a median of $10.3 million in 2024 frame the typical range for Net Cash Flow.
- Across the five-year window, Net Cash Flow tumbled 1602.57% in 2022 and soared 510.09% in 2024, its largest moves.
- Over 5 years, Net Cash Flow stood at $114.2 million in 2022, then gained by 9.77% to $125.3 million in 2023, then advanced by 20.29% to $150.7 million in 2024, then slumped by 61.38% to $58.2 million in 2025, then slumped by 135.06% to -$20.4 million in 2026.
- The last three Net Cash Flow figures came in at -$20.4 million (Q2 2026), $250.1 million (Q1 2026), and $58.2 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Cash Flow (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 424.88 Bn | 544.83 Bn | - | - |
| 2 | Truist Financial | 59.29 Bn | 59.29 Bn | - | 3.09 Bn |
| 3 | Fifth Third Bancorp | 47.98 Bn | 24.26 Bn | - | - |
| 4 | M&T Bank | 32.82 Bn | 32.82 Bn | - | 1.09 Bn |
| 5 | Huntington Bancshares | 32.08 Bn | 27.60 Bn | - | -3.59 Bn |
| 6 | Citizens Financial | 28.34 Bn | 28.34 Bn | - | 430.00 Mn |
| 7 | Regions Financial | 24.27 Bn | 24.34 Bn | - | -1.22 Bn |
| 8 | Keycorp | 22.19 Bn | -25.51 Bn | - | 581.00 Mn |
| 9 | First Citizens Bancshares | 21.93 Bn | 21.41 Bn | 29.00 Mn | 439.00 Mn |
| 10 | Third Coast Bancshares | 736.45 Mn | 159.01 Mn | - | -20.41 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -20.41 Mn |
| Mar 31, 2026 | 250.08 Mn |
| Dec 31, 2025 | 58.22 Mn |
| Sep 30, 2025 | 4.06 Mn |
| Jun 30, 2025 | -210.41 Mn |
| Mar 31, 2025 | -91.83 Mn |
| Dec 31, 2024 | 150.75 Mn |
| Sep 30, 2024 | 16.56 Mn |
| Jun 30, 2024 | -244.36 Mn |
| Mar 31, 2024 | 86.42 Mn |
| Dec 31, 2023 | 125.32 Mn |
| Sep 30, 2023 | 18.51 Mn |
| Jun 30, 2023 | -42.92 Mn |
| Mar 31, 2023 | -21.07 Mn |
| Dec 31, 2022 | 114.17 Mn |
| Sep 30, 2022 | -102.36 Mn |
| Jun 30, 2022 | -51.12 Mn |
| Mar 31, 2022 | 44.30 Mn |
| Dec 31, 2021 | -33.56 Mn |
| Sep 30, 2021 | 6.81 Mn |
Third Coast Bancshares Net Cash Flow 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=net-cash-flow&ticker=TCBX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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=net-cash-flow&ticker=TCBX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();