Richmond Mutual Bancorporation (RMBI) Payables (2018 - 2026)
Richmond Mutual Bancorporation's (RMBI) quarterly Payables came in at $1.1 billion in Q2 2026, up 4.58% on a YoY basis from $1.1 billion in Q2 2025, and up 3.64% quarter-over-quarter from $1.1 billion in Q1 2026.
Richmond Mutual Bancorporation (RMBI) Payables (2018 - 2026) Analysis & Trends
Richmond Mutual Bancorporation (RMBI) has reported Payables for 9 consecutive years, with $1.1 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Payables rose 4.58% year-over-year to $1.1 billion; the trailing twelve-month figure through Jun 2026 stood at $1.1 billion (up 4.58% YoY), and the FY2025 full-year result was $1.1 billion, up 1.92% from the prior year.
- Payables rose to $1.1 billion in Q2 2026 per RMBI's latest filing, from $1.1 billion in the prior quarter.
- Across five years, Payables topped out at $1.1 billion in Q2 2026 and bottomed at $909.5 million in Q1 2022.
- Historically, Payables has averaged $1.1 billion across 5 years, with a median of $1.1 billion in 2024.
- The sharpest annual moves came in 2022 and 2025: Payables increased 20.13% in 2022, then decreased 0.34% in 2025.
- Over 5 years, Payables stood at $1.0 billion in 2022, then climbed by 3.57% to $1.0 billion in 2023, then increased by 5.07% to $1.1 billion in 2024, then gained by 1.92% to $1.1 billion in 2025, then climbed by 2.85% to $1.1 billion in 2026.
- According to Business Quant data, Payables over the past three periods registered $1.1 billion, $1.1 billion, and $1.1 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 424.88 Bn | 544.83 Bn | - | - |
| 2 | Truist Financial | 59.29 Bn | 59.29 Bn | - | 26.89 Bn |
| 3 | Fifth Third Bancorp | 47.98 Bn | 24.26 Bn | - | 238.77 Bn |
| 4 | M&T Bank | 32.82 Bn | 32.82 Bn | - | 173.50 Bn |
| 5 | Huntington Bancshares | 32.08 Bn | 27.60 Bn | - | 225.58 Bn |
| 6 | Citizens Financial | 28.34 Bn | 28.34 Bn | - | 186.78 Bn |
| 7 | Regions Financial | 24.27 Bn | 24.34 Bn | - | 133.71 Bn |
| 8 | Keycorp | 22.19 Bn | -25.51 Bn | - | 156.77 Bn |
| 9 | First Citizens Bancshares | 21.93 Bn | 21.41 Bn | 29.00 Mn | 173.58 Bn |
| 10 | Richmond Mutual Bancorporation | 165.87 Mn | 131.15 Mn | - | 1.15 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.15 Bn |
| Mar 31, 2026 | 1.11 Bn |
| Dec 31, 2025 | 1.11 Bn |
| Sep 30, 2025 | 1.12 Bn |
| Jun 30, 2025 | 1.10 Bn |
| Mar 31, 2025 | 1.11 Bn |
| Dec 31, 2024 | 1.09 Bn |
| Sep 30, 2024 | 1.09 Bn |
| Jun 30, 2024 | 1.10 Bn |
| Mar 31, 2024 | 1.07 Bn |
| Dec 31, 2023 | 1.04 Bn |
| Sep 30, 2023 | 1.05 Bn |
| Jun 30, 2023 | 1.04 Bn |
| Mar 31, 2023 | 1.03 Bn |
| Dec 31, 2022 | 1.01 Bn |
| Sep 30, 2022 | 958.64 Mn |
| Jun 30, 2022 | 945.33 Mn |
| Mar 31, 2022 | 909.50 Mn |
| Dec 31, 2021 | 900.18 Mn |
| Sep 30, 2021 | 824.26 Mn |
Richmond Mutual Bancorporation Payables 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=payables&ticker=RMBI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "payables", "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=payables&ticker=RMBI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();