Stock Yards Bancorp (SYBT) Other financing activities (2010 - 2026)
Stock Yards Bancorp's (SYBT) quarterly Other financing activities came in at -$35.9 million in Q2 2026, down 116.87% year-over-year from $212.8 million in Q2 2025, and down 5.89% quarter-over-quarter from -$33.9 million in Q1 2026.
Stock Yards Bancorp (SYBT) Other financing activities (2010 - 2026) Analysis & Trends
Stock Yards Bancorp (SYBT) has reported Other financing activities for 17 consecutive years, with -$35.9 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Other financing activities fell 116.87% year-over-year to -$35.9 million in Q2 2026; TTM through Jun 2026 was $214.6 million, a 77.11% decrease from a year earlier, with the FY2025 full-year figure at $624.7 million, up 26.04% from the prior year.
- Other financing activities was -$35.9 million for Q2 2026 at Stock Yards Bancorp, down from -$33.9 million in the prior quarter.
- Over five years, Other financing activities peaked at $440.3 million in Q4 2024 and troughed at -$196.0 million in Q2 2022.
- A 5-year average of $45.2 million and a median of -$34.0 million in 2023 frame the typical range for Other financing activities.
- Across the five-year window, Other financing activities plunged 1036.2% in 2022 and soared 634.07% in 2025, its largest moves.
- Over 5 years, Other financing activities stood at -$108.8 million in 2022, then jumped by 346.3% to $267.9 million in 2023, then jumped by 64.34% to $440.3 million in 2024, then slumped by 66.58% to $147.2 million in 2025, then plunged by 124.39% to -$35.9 million in 2026.
- The last three Other financing activities figures came in at -$35.9 million (Q2 2026), -$33.9 million (Q1 2026), and $147.2 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -35.90 Mn |
| Mar 31, 2026 | -33.90 Mn |
| Dec 31, 2025 | 147.17 Mn |
| Sep 30, 2025 | 137.22 Mn |
| Jun 30, 2025 | 212.78 Mn |
| Mar 31, 2025 | 127.57 Mn |
| Dec 31, 2024 | 440.33 Mn |
| Sep 30, 2024 | 156.84 Mn |
| Jun 30, 2024 | -39.84 Mn |
| Mar 31, 2024 | -61.67 Mn |
| Dec 31, 2023 | 267.94 Mn |
| Sep 30, 2023 | 194.43 Mn |
| Jun 30, 2023 | -148.82 Mn |
| Mar 31, 2023 | -34.06 Mn |
| Dec 31, 2022 | -108.79 Mn |
| Sep 30, 2022 | -48.36 Mn |
| Jun 30, 2022 | -195.99 Mn |
| Mar 31, 2022 | -162.53 Mn |
| Dec 31, 2021 | 445.53 Mn |
| Sep 30, 2021 | 81.96 Mn |
Stock Yards Bancorp Other financing 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=other-financing-activities&ticker=SYBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-activities", "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=other-financing-activities&ticker=SYBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();