First Business Financial Services (FBIZ) Dividend Yield (2011 - 2026)
First Business Financial Services' (FBIZ) quarterly Dividend Yield came in at 0.56% in Q2 2026, down 1.0% year-over-year from 0.56% in Q2 2025, and down 13.35% quarter-over-quarter from 0.64% in Q1 2026.
First Business Financial Services (FBIZ) Dividend Yield (2011 - 2026) Analysis & Trends
First Business Financial Services (FBIZ) has reported Dividend Yield for 16 consecutive years, with 0.56% the latest figure, recorded in Q2 2026.
- On a quarterly basis, Dividend Yield fell 1.0% year-over-year to 0.56% in Q2 2026; TTM through Jun 2026 was 2.02%, a 12.0% decrease from a year earlier, with the FY2025 full-year figure at 2.14%, down 2.0% from the prior year.
- Dividend Yield was 0.56% for Q2 2026 at First Business Financial Services, down from 0.64% in the prior quarter.
- Over five years, Dividend Yield peaked at 0.77% in Q2 2023 and troughed at 0.53% in Q4 2025.
- A 5-year average of 0.62% and a median of 0.61% in 2022 frame the typical range for Dividend Yield.
- Across the five-year window, Dividend Yield increased 15 bps in 2023 and retreated 21 bps in 2024, its largest moves.
- Over 5 years, Dividend Yield stood at 0.54% in 2022, then increased by 4 bps to 0.57% in 2023, then declined by 5 bps to 0.54% in 2024, then declined by 1 bps to 0.53% in 2025, then advanced by 4 bps to 0.56% in 2026.
- The last three Dividend Yield figures came in at 0.56% (Q2 2026), 0.64% (Q1 2026), and 0.53% (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 | First Business Financial Services | 594.99 Mn | 431.63 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.56% |
| Mar 31, 2026 | 0.64% |
| Dec 31, 2025 | 0.53% |
| Sep 30, 2025 | 0.57% |
| Jun 30, 2025 | 0.57% |
| Mar 31, 2025 | 0.62% |
| Dec 31, 2024 | 0.54% |
| Sep 30, 2024 | 0.55% |
| Jun 30, 2024 | 0.68% |
| Mar 31, 2024 | 0.67% |
| Dec 31, 2023 | 0.57% |
| Sep 30, 2023 | 0.76% |
| Jun 30, 2023 | 0.77% |
| Mar 31, 2023 | 0.75% |
| Dec 31, 2022 | 0.54% |
| Sep 30, 2022 | 0.61% |
| Jun 30, 2022 | 0.63% |
| Mar 31, 2022 | 0.60% |
| Dec 31, 2021 | 0.62% |
| Sep 30, 2021 | 0.64% |
First Business Financial Services Dividend Yield 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=dividend-yield&ticker=FBIZ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-yield", "ticker": "FBIZ", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=dividend-yield&ticker=FBIZ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();