Arch Capital Group Ltd. has paid 1 recorded cash distributions, spanning 2024 to 2024.
The highest single cash dividend paid by Arch Capital Group Ltd. is $5.00. The latest distribution of $5.00 was recorded on Dec 4, 2024.
The most recently recorded trailing dividend yield for Arch Capital Group Ltd. stands at 1.54%, peaking at 609.67% on Oct 28, 2025, and averaging — across the selected range.
View 1 recorded historical distributions for Arch Capital Group Ltd., covering a time period spanning from 2024 to 2024.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Nov 18, 2024 | $5.00 | Cash | Dec 4, 2024 |
Pull Arch Capital Group Ltd.'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=ACGL&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "ACGL", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=ACGL&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();