Richmond Mutual Bancorporation (RMBI) Cash from Investing Activities (2018 - 2026)
Richmond Mutual Bancorporation's (RMBI) quarterly Cash from Investing Activities came in at -$29.9 million in Q2 2026, down 306.09% on a YoY basis from $14.5 million in Q2 2025, and down 728.63% quarter-over-quarter from $4.8 million in Q1 2026.
Richmond Mutual Bancorporation (RMBI) Cash from Investing Activities (2018 - 2026) Analysis & Trends
Richmond Mutual Bancorporation (RMBI) has reported Cash from Investing Activities for 9 consecutive years, with -$29.9 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Investing Activities fell 306.09% year-over-year to -$29.9 million; the trailing twelve-month figure through Jun 2026 stood at -$28.8 million (down 409.87% YoY), and the FY2025 full-year result was -$1.1 million, up 97.69% from the prior year.
- Cash from Investing Activities declined to -$29.9 million in Q2 2026 per RMBI's latest filing, from $4.8 million in the prior quarter.
- Across five years, Cash from Investing Activities topped out at $14.5 million in Q2 2025 and bottomed at -$50.8 million in Q2 2023.
- Historically, Cash from Investing Activities has averaged -$17.5 million across 5 years, with a median of -$18.7 million in 2022.
- The sharpest annual moves came in 2025 and 2026: Cash from Investing Activities soared 232.3% in 2025, then tumbled 306.09% in 2026.
- Over 5 years, Cash from Investing Activities stood at -$45.3 million in 2022, then surged by 51.54% to -$21.9 million in 2023, then rose by 13.4% to -$19.0 million in 2024, then surged by 116.7% to $3.2 million in 2025, then sank by 1042.96% to -$29.9 million in 2026.
- According to Business Quant data, Cash from Investing Activities over the past three periods registered -$29.9 million, $4.8 million, and $3.2 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 424.88 Bn | 544.83 Bn | - | - |
| 2 | Truist Financial | 59.29 Bn | 59.29 Bn | - | -2.87 Bn |
| 3 | Fifth Third Bancorp | 47.98 Bn | 24.26 Bn | - | - |
| 4 | M&T Bank | 32.82 Bn | 32.82 Bn | - | -3.83 Bn |
| 5 | Huntington Bancshares | 32.08 Bn | 27.60 Bn | - | -1.66 Bn |
| 6 | Citizens Financial | 28.34 Bn | 28.34 Bn | - | -5.46 Bn |
| 7 | Regions Financial | 24.27 Bn | 24.34 Bn | - | -1.38 Bn |
| 8 | Keycorp | 22.19 Bn | -25.51 Bn | - | -2.01 Bn |
| 9 | First Citizens Bancshares | 21.93 Bn | 21.41 Bn | 29.00 Mn | -752.00 Mn |
| 10 | Richmond Mutual Bancorporation | 165.87 Mn | 131.15 Mn | - | -29.91 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -29.91 Mn |
| Mar 31, 2026 | 4.76 Mn |
| Dec 31, 2025 | 3.17 Mn |
| Sep 30, 2025 | -6.78 Mn |
| Jun 30, 2025 | 14.51 Mn |
| Mar 31, 2025 | -12.04 Mn |
| Dec 31, 2024 | -18.99 Mn |
| Sep 30, 2024 | 10.88 Mn |
| Jun 30, 2024 | -10.97 Mn |
| Mar 31, 2024 | -30.22 Mn |
| Dec 31, 2023 | -21.93 Mn |
| Sep 30, 2023 | -21.99 Mn |
| Jun 30, 2023 | -50.76 Mn |
| Mar 31, 2023 | -27.85 Mn |
| Dec 31, 2022 | -45.25 Mn |
| Sep 30, 2022 | -18.34 Mn |
| Jun 30, 2022 | -36.45 Mn |
| Mar 31, 2022 | -16.08 Mn |
| Dec 31, 2021 | -36.18 Mn |
| Sep 30, 2021 | -42.64 Mn |
Richmond Mutual Bancorporation Cash from Investing Activities 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=cash-from-investing-activities&ticker=RMBI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "RMBI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=cash-from-investing-activities&ticker=RMBI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();