Stock Yards Bancorp (SYBT) Loans (2018 - 2026)
Stock Yards Bancorp's (SYBT) quarterly Loans came in at $8.3 million in Q2 2026, up 64.78% year-over-year from $5.0 million in Q2 2025, and up 43.49% quarter-over-quarter from $5.8 million in Q1 2026.
Stock Yards Bancorp (SYBT) Loans (2018 - 2026) Analysis & Trends
Stock Yards Bancorp (SYBT) has reported Loans for 9 consecutive years, with $8.3 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Loans rose 64.78% year-over-year to $8.3 million in Q2 2026; TTM through Jun 2026 was $8.3 million, a 64.78% increase from a year earlier, with the FY2025 full-year figure at $6.2 million, down 0.62% from the prior year.
- Loans was $8.3 million for Q2 2026 at Stock Yards Bancorp, up from $5.8 million in the prior quarter.
- Over five years, Loans peaked at $10.0 million in Q2 2022 and troughed at $2.6 million in Q4 2022.
- A 5-year average of $6.5 million and a median of $6.3 million in 2023 frame the typical range for Loans.
- Across the five-year window, Loans tumbled 69.75% in 2022 and jumped 132.39% in 2023, its largest moves.
- Over 5 years, Loans stood at $2.6 million in 2022, then jumped by 132.39% to $6.1 million in 2023, then climbed by 3.8% to $6.3 million in 2024, then decreased by 0.62% to $6.2 million in 2025, then soared by 32.26% to $8.3 million in 2026.
- The last three Loans figures came in at $8.3 million (Q2 2026), $5.8 million (Q1 2026), and $6.2 million (Q4 2025), per Business Quant data.
Peer Comparison
Stock Yards Bancorp Loans 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=loans&ticker=SYBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "loans", "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=loans&ticker=SYBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();