Octave Specialty (OSG) Enterprise Value (2013 - 2026)
Octave Specialty (OSG) posted Enterprise Value of $180.0 million for Q2 2026, up 124.46% on a QoQ basis from $80.2 million in Q1 2026, and down 33.28% year-over-year from $269.8 million in Q2 2025.
Octave Specialty (OSG) Enterprise Value (2013 - 2026) Analysis & Trends
Octave Specialty has reported Enterprise Value for 14 years, with the latest figure at $180.0 million in Q2 2026.
- On a quarterly basis, Enterprise Value fell 33.28% year-over-year to $180.0 million in Q2 2026; TTM through Jun 2026 was $180.0 million, a 33.28% decrease from a year earlier, with the FY2025 full-year figure at $264.8 million, down 56.79% from the prior year.
- Enterprise Value was $180.0 million for Q2 2026 at Octave Specialty, up from $80.2 million in the prior quarter.
- The five-year high for Enterprise Value was $612.8 million in Q4 2024, with the low at -$1.8 billion in Q3 2023.
- Average Enterprise Value over 5 years is -$639.4 million, with a median of -$655.0 million recorded in 2024.
- The sharpest annual moves came in 2025 and 2026: Enterprise Value jumped 123.25% in 2025, then sank 75.97% in 2026.
- Over 5 years, Enterprise Value stood at $277.4 million in 2022, then jumped by 44.56% to $401.0 million in 2023, then jumped by 52.83% to $612.8 million in 2024, then slumped by 56.79% to $264.8 million in 2025, then plunged by 32.02% to $180.0 million in 2026.
- The last three Enterprise Value figures came in at $180.0 million (Q2 2026), $80.2 million (Q1 2026), and $264.8 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 10 | Octave Specialty | 202.58 Mn | 101.71 Mn | 69.65 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 180.04 Mn |
| Mar 31, 2026 | 80.21 Mn |
| Dec 31, 2025 | 264.83 Mn |
| Sep 30, 2025 | 97.54 Mn |
| Jun 30, 2025 | 269.84 Mn |
| Mar 31, 2025 | 333.75 Mn |
| Dec 31, 2024 | 612.84 Mn |
| Sep 30, 2024 | -1.39 Bn |
| Jun 30, 2024 | -1.51 Bn |
| Mar 31, 2024 | -1.44 Bn |
| Dec 31, 2023 | 400.99 Mn |
| Sep 30, 2023 | -1.84 Bn |
| Jun 30, 2023 | -1.68 Bn |
| Mar 31, 2023 | -1.57 Bn |
| Dec 31, 2022 | 277.39 Mn |
| Sep 30, 2022 | -1.51 Bn |
| Jun 30, 2022 | -1.49 Bn |
| Mar 31, 2022 | -1.62 Bn |
| Dec 31, 2021 | 337.21 Mn |
| Sep 30, 2021 | -1.48 Bn |
Octave Specialty Enterprise Value 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=enterprise-value&ticker=OSG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "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=enterprise-value&ticker=OSG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();