Affinity Bancshares, Inc. has paid 1 recorded cash distributions, spanning 2025 to 2025.
The highest single cash dividend paid by Affinity Bancshares, Inc. is $1.50. The latest distribution of $1.50 was recorded on Mar 27, 2025.
The most recently recorded trailing dividend yield for Affinity Bancshares, Inc. stands at 0.00%, peaking at 791.91% on Apr 7, 2025, and averaging — across the selected range.
View 1 recorded historical distributions for Affinity Bancshares, Inc., covering a time period spanning from 2025 to 2025.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Mar 13, 2025 | $1.50 | Cash | Mar 27, 2025 |
Pull Affinity Bancshares, 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=AFBI&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "AFBI", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=AFBI&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();