Octave Specialty (OSG) Net Income (2010 - 2026)
Octave Specialty (OSG) posted Net Income of -$12.2 million for Q2 2026, down 324.59% on a QoQ basis from -$2.9 million in Q1 2026, and up 83.34% year-over-year from -$6.6 million in Q2 2025.
Octave Specialty (OSG) Net Income (2010 - 2026) Analysis & Trends
Octave Specialty has reported Net Income for 17 years, with the latest figure at -$12.2 million in Q2 2026.
- On a quarterly basis, Net Income rose 83.34% year-over-year to -$12.2 million in Q2 2026; TTM through Jun 2026 was -$166.8 million, a 76.02% increase from a year earlier, with the FY2025 full-year figure at -$269.5 million, up 51.69% from the prior year.
- Net Income was -$12.2 million for Q2 2026 at Octave Specialty, down from -$2.9 million in the prior quarter.
- The five-year high for Net Income was $340.0 million in Q3 2022, with the low at -$548.9 million in Q4 2024.
- Average Net Income over 5 years is -$48.6 million, with a median of -$25.8 million recorded in 2023.
- The sharpest annual moves came in 2022 and 2025: Net Income surged 1900.0% in 2022, then sank 13485.29% in 2025.
- Over 5 years, Net Income stood at -$383.2 million in 2022, then jumped by 89.81% to -$39.0 million in 2023, then plunged by 1305.94% to -$548.9 million in 2024, then jumped by 92.7% to -$40.1 million in 2025, then jumped by 69.68% to -$12.2 million in 2026.
- The last three Net Income 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) | 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.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 | 1.30 Bn |
| 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 | -111.73 Mn |
| Jun 30, 2025 | -72.95 Mn |
| Mar 31, 2025 | -44.74 Mn |
| Dec 31, 2024 | -548.89 Mn |
| Sep 30, 2024 | -29.28 Mn |
| Jun 30, 2024 | -537,000.00 |
| Mar 31, 2024 | 20.77 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 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&ticker=OSG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income", "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&ticker=OSG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();