Octave Specialty (OSG) Income from Discontinued Operations (2023 - 2025)
Octave Specialty (OSG) posted Income from Discontinued Operations of -$80.9 million for Q3 2025, down 55.11% on a QoQ basis from -$52.2 million in Q2 2025, and down 761.82% year-over-year from $12.2 million in Q3 2024.
Octave Specialty (OSG) Income from Discontinued Operations (2023 - 2025) Analysis & Trends
Octave Specialty has reported Income from Discontinued Operations for 3 years, with the latest figure at -$80.9 million in Q3 2025.
- On a quarterly basis, Income from Discontinued Operations fell 761.82% year-over-year to -$80.9 million in Q3 2025; TTM through Jun 2026 was -$80.9 million, a 86.91% increase from a year earlier, with the FY2025 full-year figure at -$163.3 million, up 67.16% from the prior year.
- Income from Discontinued Operations was -$80.9 million for Q3 2025 at Octave Specialty, down from -$52.2 million in the prior quarter.
- The five-year high for Income from Discontinued Operations was $66.2 million in Q3 2023, with the low at -$526.1 million in Q4 2024.
- Average Income from Discontinued Operations over 3 years is -$57.5 million, with a median of -$9.4 million recorded in 2024.
- The largest YoY upside for Income from Discontinued Operations was 252.49% in 2024 against a maximum downside of 7438.57% in 2024.
- Over 3 years, Income from Discontinued Operations stood at $7.2 million in 2023, then slumped by 7438.57% to -$526.1 million in 2024, then jumped by 84.62% to -$80.9 million in 2025.
- The last three Income from Discontinued Operations figures came in at -$80.9 million (Q3 2025), -$52.2 million (Q2 2025), and -$30.2 million (Q1 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,098.17 Bn | 773.46 Bn | 55.86 Bn | - |
| 2 | Chubb | 131.33 Bn | 123.03 Bn | 9.13 Bn | - |
| 3 | Progressive | 124.08 Bn | 119.08 Bn | 9.04 Bn | - |
| 4 | Travelers Companies | 78.14 Bn | 54.38 Bn | 6.23 Bn | - |
| 5 | Allstate | 63.45 Bn | 24.70 Bn | 16.28 Bn | - |
| 6 | Aflac | 58.44 Bn | -44.57 Bn | 2.27 Bn | - |
| 7 | Fairfax Financial Holdings | 48.96 Bn | 53.68 Bn | - | - |
| 8 | American International | 39.52 Bn | 1.72 Bn | 3.50 Bn | - |
| 9 | Hartford Insurance | 35.73 Bn | 19.42 Bn | 3.18 Bn | 318.00 Mn |
| 10 | Octave Specialty | 202.58 Mn | 101.71 Mn | 69.65 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | -80.89 Mn |
| Jun 30, 2025 | -52.15 Mn |
| Mar 31, 2025 | -30.25 Mn |
| Dec 31, 2024 | -526.10 Mn |
| Sep 30, 2024 | -9.39 Mn |
| Jun 30, 2024 | 14.18 Mn |
| Mar 31, 2024 | 24.14 Mn |
| Dec 31, 2023 | 7.17 Mn |
| Sep 30, 2023 | 66.19 Mn |
| Jun 30, 2023 | -9.30 Mn |
| Mar 31, 2023 | -35.88 Mn |
Octave Specialty Income from Discontinued Operations 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=income-from-discontinued-operations&ticker=OSG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "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=income-from-discontinued-operations&ticker=OSG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();