Octave Specialty Group Inc has paid 3 recorded cash distributions, spanning 2016 to 2024.
The highest single cash dividend paid by Octave Specialty Group Inc is $0.08. The latest distribution of $0.06 was recorded on Apr 11, 2024.
The most recently recorded trailing dividend yield for Octave Specialty Group Inc stands at 5,016.79%, peaking at 8,358.50% on Apr 10, 2026, and averaging — across the selected range.
View 3 recorded historical distributions for Octave Specialty Group Inc, covering a time period spanning from 2016 to 2024.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Mar 27, 2024 | $0.06 | Cash | Apr 11, 2024 |
| 2 | Dec 20, 2023 | $0.06 | Cash | Jan 4, 2024 |
| 3 | Mar 16, 2016 | $0.08 | Cash | Mar 25, 2016 |
Pull Octave Specialty Group 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=OSG&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "OSG", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=OSG&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();