Octave Specialty (OSG) EBT (2010 - 2026)
Octave Specialty (OSG) posted EBT of -$11.7 million for Q2 2026, down 249.01% on a QoQ basis from -$3.3 million in Q1 2026, and up 49.2% year-over-year from -$7.8 million in Q2 2025.
Octave Specialty (OSG) EBT (2010 - 2026) Analysis & Trends
Octave Specialty has reported EBT for 17 years, with the latest figure at -$11.7 million in Q2 2026.
- On a quarterly basis, EBT rose 49.2% year-over-year to -$11.7 million in Q2 2026; TTM through Jun 2026 was -$77.9 million, a 2.49% increase from a year earlier, with the FY2025 full-year figure at -$101.0 million, down 68.79% from the prior year.
- EBT was -$11.7 million for Q2 2026 at Octave Specialty, down from -$3.3 million in the prior quarter.
- The five-year high for EBT was $342.0 million in Q3 2022, with the low at -$387.7 million in Q4 2022.
- Average EBT over 5 years is -$13.2 million, with a median of -$14.9 million recorded in 2024.
- The largest YoY upside for EBT was 1700.0% in 2022 against a maximum downside of 1940.56% in 2022.
- Over 5 years, EBT stood at -$387.7 million in 2022, then surged by 86.53% to -$52.2 million in 2023, then jumped by 59.59% to -$21.1 million in 2024, then sank by 46.23% to -$30.9 million in 2025, then soared by 62.17% to -$11.7 million in 2026.
- The last three EBT figures came in at -$11.7 million (Q2 2026), -$3.3 million (Q1 2026), and -$30.9 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,098.17 Bn | 773.46 Bn | 55.86 Bn | 32.06 Bn |
| 2 | Chubb | 131.33 Bn | 123.03 Bn | 9.13 Bn | 3.62 Bn |
| 3 | Progressive | 124.08 Bn | 119.08 Bn | 9.04 Bn | 4.21 Bn |
| 4 | Travelers Companies | 78.14 Bn | 54.38 Bn | 6.23 Bn | 2.77 Bn |
| 5 | Allstate | 63.45 Bn | 24.70 Bn | 16.28 Bn | 4.14 Bn |
| 6 | Aflac | 58.44 Bn | -44.57 Bn | 2.27 Bn | 995.00 Mn |
| 7 | Fairfax Financial Holdings | 48.96 Bn | 53.68 Bn | - | 1.96 Bn |
| 8 | American International | 39.52 Bn | 1.72 Bn | 3.50 Bn | 1.26 Bn |
| 9 | Hartford Insurance | 35.73 Bn | 19.42 Bn | 3.18 Bn | 1.23 Bn |
| 10 | Octave Specialty | 202.58 Mn | 101.71 Mn | 69.65 Mn | -11.67 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -11.67 Mn |
| Mar 31, 2026 | -3.34 Mn |
| Dec 31, 2025 | -30.85 Mn |
| Sep 30, 2025 | -32.08 Mn |
| Jun 30, 2025 | -22.97 Mn |
| Mar 31, 2025 | -15.11 Mn |
| Dec 31, 2024 | -21.10 Mn |
| Sep 30, 2024 | -20.76 Mn |
| Jun 30, 2024 | -14.75 Mn |
| Mar 31, 2024 | -3.24 Mn |
| Dec 31, 2023 | -52.22 Mn |
| Sep 30, 2023 | 68.00 Mn |
| Jun 30, 2023 | -11.00 Mn |
| Mar 31, 2023 | -29.00 Mn |
| Dec 31, 2022 | -387.71 Mn |
| Sep 30, 2022 | 342.00 Mn |
| Jun 30, 2022 | 6.00 Mn |
| Mar 31, 2022 | 3.00 Mn |
| Dec 31, 2021 | -19.00 Mn |
| Sep 30, 2021 | 19.00 Mn |
Octave Specialty EBT 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=ebt&ticker=OSG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "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=ebt&ticker=OSG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();