Stock Yards Bancorp (SYBT) Change in Interest Receivables (2018 - 2026)
Stock Yards Bancorp's (SYBT) quarterly Change in Interest Receivables came in at -$4.1 million in Q2 2026, up 28.07% year-over-year from -$3.2 million in Q2 2025, and down 213.84% quarter-over-quarter from $3.6 million in Q1 2026.
Stock Yards Bancorp (SYBT) Change in Interest Receivables (2018 - 2026) Analysis & Trends
Stock Yards Bancorp (SYBT) has reported Change in Interest Receivables for 9 consecutive years, with -$4.1 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Interest Receivables rose 28.07% year-over-year to -$4.1 million in Q2 2026; TTM through Jun 2026 was $2.2 million, a 115.56% increase from a year earlier, with the FY2025 full-year figure at -$9.8 million, down 835.38% from the prior year.
- Change in Interest Receivables was -$4.1 million for Q2 2026 at Stock Yards Bancorp, down from $3.6 million in the prior quarter.
- Over five years, Change in Interest Receivables peaked at $65.4 million in Q3 2023 and troughed at -$102.3 million in Q4 2023.
- A 5-year average of $506277.8 and a median of $791000.0 in 2025 frame the typical range for Change in Interest Receivables.
- The widest YoY moves for Change in Interest Receivables: up 1582.23% in 2023, down 1949.86% in 2023.
- Over 5 years, Change in Interest Receivables stood at $5.5 million in 2022, then tumbled by 1949.86% to -$102.3 million in 2023, then soared by 107.49% to $7.7 million in 2024, then sank by 38.22% to $4.7 million in 2025, then slumped by 186.54% to -$4.1 million in 2026.
- The last three Change in Interest Receivables figures came in at -$4.1 million (Q2 2026), $3.6 million (Q1 2026), and $4.7 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Interest Receivables (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 | Stock Yards Bancorp | 2.45 Bn | 1.60 Bn | - | -4.10 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -4.10 Mn |
| Mar 31, 2026 | 3.60 Mn |
| Dec 31, 2025 | 4.73 Mn |
| Sep 30, 2025 | -2.02 Mn |
| Jun 30, 2025 | -5.70 Mn |
| Mar 31, 2025 | -6.85 Mn |
| Dec 31, 2024 | 7.66 Mn |
| Sep 30, 2024 | -9.38 Mn |
| Jun 30, 2024 | -5.86 Mn |
| Mar 31, 2024 | 8.91 Mn |
| Dec 31, 2023 | -102.30 Mn |
| Sep 30, 2023 | 65.41 Mn |
| Jun 30, 2023 | 44.49 Mn |
| Mar 31, 2023 | -3.66 Mn |
| Dec 31, 2022 | 5.53 Mn |
| Sep 30, 2022 | 3.89 Mn |
| Jun 30, 2022 | 11.15 Mn |
| Mar 31, 2022 | -6.40 Mn |
| Dec 31, 2021 | -2.35 Mn |
| Sep 30, 2021 | -6.08 Mn |
Stock Yards Bancorp 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=SYBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-interest-receivables", "ticker": "SYBT", "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=SYBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();