Octave Specialty (OSG) Net Income towards Common Stockholders (2010 - 2026)
Octave Specialty (OSG) posted Net Income towards Common Stockholders of -$14.4 million for Q2 2026, down 110.61% on a QoQ basis from -$6.9 million in Q1 2026, and up 80.15% year-over-year from -$8.0 million in Q2 2025.
Octave Specialty (OSG) Net Income towards Common Stockholders (2010 - 2026) Analysis & Trends
Octave Specialty has reported Net Income towards Common Stockholders for 17 years, with the latest figure at -$14.4 million in Q2 2026.
- On a quarterly basis, Net Income towards Common Stockholders rose 80.15% year-over-year to -$14.4 million in Q2 2026; TTM through Jun 2026 was -$163.9 million, a 75.39% increase from a year earlier, with the FY2025 full-year figure at -$261.7 million, up 52.97% from the prior year.
- Net Income towards Common Stockholders was -$14.4 million for Q2 2026 at Octave Specialty, down from -$6.9 million in the prior quarter.
- The five-year high for Net Income towards Common Stockholders was $340.0 million in Q3 2022, with the low at -$519.3 million in Q4 2024.
- Average Net Income towards Common Stockholders over 5 years is -$47.6 million, with a median of -$24.9 million recorded in 2023.
- The sharpest annual moves came in 2022 and 2023: Net Income towards Common Stockholders surged 1900.0% in 2022, then tumbled 2395.87% in 2023.
- Over 5 years, Net Income towards Common Stockholders stood at -$383.2 million in 2022, then jumped by 89.81% to -$39.0 million in 2023, then tumbled by 1230.22% to -$519.3 million in 2024, then jumped by 94.23% to -$30.0 million in 2025, then soared by 51.87% to -$14.4 million in 2026.
- The last three Net Income towards Common Stockholders figures came in at -$14.4 million (Q2 2026), -$6.9 million (Q1 2026), and -$30.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,098.17 Bn | 773.46 Bn | 55.86 Bn | 25.77 Bn |
| 2 | Chubb | 131.33 Bn | 123.03 Bn | 9.13 Bn | 2.88 Bn |
| 3 | Progressive | 124.08 Bn | 119.08 Bn | 9.04 Bn | 3.31 Bn |
| 4 | Travelers Companies | 78.14 Bn | 54.38 Bn | 6.23 Bn | 2.21 Bn |
| 5 | Allstate | 63.45 Bn | 24.70 Bn | 16.28 Bn | 3.24 Bn |
| 6 | Aflac | 58.44 Bn | -44.57 Bn | 2.27 Bn | 825.00 Mn |
| 7 | Fairfax Financial Holdings | 48.96 Bn | 53.68 Bn | - | 1.39 Bn |
| 8 | American International | 39.52 Bn | 1.72 Bn | 3.50 Bn | 948.00 Mn |
| 9 | Hartford Insurance | 35.73 Bn | 19.42 Bn | 3.18 Bn | 1.29 Bn |
| 10 | Octave Specialty | 202.58 Mn | 101.71 Mn | 69.65 Mn | -14.43 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -14.43 Mn |
| Mar 31, 2026 | -6.85 Mn |
| Dec 31, 2025 | -29.98 Mn |
| Sep 30, 2025 | -112.62 Mn |
| Jun 30, 2025 | -72.70 Mn |
| Mar 31, 2025 | -46.39 Mn |
| Dec 31, 2024 | -519.33 Mn |
| Sep 30, 2024 | -27.50 Mn |
| Jun 30, 2024 | -14.93 Mn |
| Mar 31, 2024 | 20.07 Mn |
| Dec 31, 2023 | -39.04 Mn |
| Sep 30, 2023 | 133.19 Mn |
| Jun 30, 2023 | -22.30 Mn |
| Mar 31, 2023 | -68.88 Mn |
| Dec 31, 2022 | -383.24 Mn |
| Sep 30, 2022 | 340.00 Mn |
| Jun 30, 2022 | 5.00 Mn |
| Mar 31, 2022 | 3.00 Mn |
| Dec 31, 2021 | -22.00 Mn |
| Sep 30, 2021 | 17.00 Mn |
Octave Specialty Net Income towards Common Stockholders 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=net-income-towards-common-stockholders&ticker=OSG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "ticker": "OSG", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=net-income-towards-common-stockholders&ticker=OSG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();