First Business Financial Services, Inc. has paid 84 recorded cash distributions, spanning 2006 to 2026.
The highest single cash dividend paid by First Business Financial Services, Inc. is $0.34. The latest distribution of $0.34 was recorded on Aug 26, 2026.
The most recently recorded trailing dividend yield for First Business Financial Services, Inc. stands at 179.50%, peaking at 464.76% on Apr 3, 2020, and averaging — across the selected range.
View 84 recorded historical distributions for First Business Financial Services, Inc., covering a time period spanning from 2006 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Aug 12, 2026 | $0.34 | Cash | Aug 26, 2026 |
| 2 | May 6, 2026 | $0.34 | Cash | May 20, 2026 |
| 3 | Feb 13, 2026 | $0.34 | Cash | Feb 28, 2026 |
| 4 | Nov 19, 2025 | $0.29 | Cash | Dec 3, 2025 |
| 5 | Aug 11, 2025 | $0.29 | Cash | Aug 25, 2025 |
| 6 | May 9, 2025 | $0.29 | Cash | May 23, 2025 |
| 7 | Feb 14, 2025 | $0.29 | Cash | Feb 28, 2025 |
| 8 | Nov 7, 2024 | $0.25 | Cash | Nov 20, 2024 |
| 9 | Aug 8, 2024 | $0.25 | Cash | Aug 21, 2024 |
| 10 | May 8, 2024 | $0.25 | Cash | May 22, 2024 |
| 11 | Feb 7, 2024 | $0.25 | Cash | Feb 21, 2024 |
| 12 | Nov 3, 2023 | $0.23 | Cash | Nov 16, 2023 |
| 13 | Aug 4, 2023 | $0.23 | Cash | Aug 17, 2023 |
| 14 | May 5, 2023 | $0.23 | Cash | May 18, 2023 |
| 15 | Feb 3, 2023 | $0.23 | Cash | Feb 16, 2023 |
| 16 | Nov 4, 2022 | $0.20 | Cash | Nov 17, 2022 |
| 17 | Aug 5, 2022 | $0.20 | Cash | Aug 18, 2022 |
| 18 | May 6, 2022 | $0.20 | Cash | May 19, 2022 |
| 19 | Feb 4, 2022 | $0.20 | Cash | Feb 17, 2022 |
| 20 | Nov 5, 2021 | $0.18 | Cash | Nov 18, 2021 |
Pull First Business Financial Services, Inc.'s full dividend history (per-share payouts or trailing yield) into your own models, spreadsheets and apps with the Business Quant Dividends API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/dividends?ticker=FBIZ&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "FBIZ", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=FBIZ&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();