Octave Specialty (OSG) Income from Continuing Operations (2010 - 2026)
Octave Specialty (OSG) posted Income from Continuing Operations of -$12.2 million for Q2 2026, down 324.59% on a QoQ basis from -$2.9 million in Q1 2026, and up 41.56% year-over-year from -$8.6 million in Q2 2025.
Octave Specialty (OSG) Income from Continuing Operations (2010 - 2026) Analysis & Trends
Octave Specialty has reported Income from Continuing Operations for 17 years, with the latest figure at -$12.2 million in Q2 2026.
- On a quarterly basis, Income from Continuing Operations rose 41.56% year-over-year to -$12.2 million in Q2 2026; TTM through Jun 2026 was -$86.0 million, a 10.23% decrease from a year earlier, with the FY2025 full-year figure at -$106.2 million, down 74.8% from the prior year.
- Income from Continuing Operations was -$12.2 million for Q2 2026 at Octave Specialty, down from -$2.9 million in the prior quarter.
- The five-year high for Income from Continuing Operations was $340.0 million in Q3 2022, with the low at -$383.2 million in Q4 2022.
- Average Income from Continuing Operations over 5 years is -$13.5 million, with a median of -$14.6 million recorded in 2024.
- The largest YoY upside for Income from Continuing Operations was 1900.0% in 2022 against a maximum downside of 1642.02% in 2022.
- Over 5 years, Income from Continuing Operations stood at -$383.2 million in 2022, then jumped by 87.94% to -$46.2 million in 2023, then jumped by 50.68% to -$22.8 million in 2024, then sank by 75.92% to -$40.1 million in 2025, then jumped by 69.68% to -$12.2 million in 2026.
- The last three Income from Continuing Operations figures came in at -$12.2 million (Q2 2026), -$2.9 million (Q1 2026), and -$40.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Continuing) (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.27 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 | - | 2.36 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 | 980.00 Mn |
| 10 | Octave Specialty | 202.58 Mn | 101.71 Mn | 69.65 Mn | -12.16 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -12.16 Mn |
| Mar 31, 2026 | -2.86 Mn |
| Dec 31, 2025 | -40.10 Mn |
| Sep 30, 2025 | -30.84 Mn |
| Jun 30, 2025 | -20.80 Mn |
| Mar 31, 2025 | -14.49 Mn |
| Dec 31, 2024 | -22.79 Mn |
| Sep 30, 2024 | -19.89 Mn |
| Jun 30, 2024 | -14.72 Mn |
| Mar 31, 2024 | -3.37 Mn |
| Dec 31, 2023 | -46.21 Mn |
| Sep 30, 2023 | 67.00 Mn |
| Jun 30, 2023 | -13.00 Mn |
| Mar 31, 2023 | -33.00 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 Income from Continuing 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-continuing-operations&ticker=OSG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-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-continuing-operations&ticker=OSG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();