Octave Specialty (OSG) EPS (Basic) (2010 - 2026)
Octave Specialty (OSG) posted EPS (Basic) of -$0.32 for Q2 2026, down 110.2% on a QoQ basis from -$0.15 in Q1 2026, and up 78.96% year-over-year from -$0.18 in Q2 2025.
Octave Specialty (OSG) EPS (Basic) (2010 - 2026) Analysis & Trends
Octave Specialty has reported EPS (Basic) for 17 years, with the latest figure at -$0.32 in Q2 2026.
- On a quarterly basis, EPS (Basic) rose 78.96% year-over-year to -$0.32 in Q2 2026; TTM through Jun 2026 was -$3.61, a 73.91% increase from a year earlier, with the FY2025 full-year figure at -$5.55, up 53.18% from the prior year.
- EPS (Basic) was -$0.32 for Q2 2026 at Octave Specialty, down from -$0.15 in the prior quarter.
- The five-year high for EPS (Basic) was $7.5 in Q3 2022, with the low at -$11.06 in Q4 2024.
- Average EPS (Basic) over 5 years is -$1.01, with a median of -$0.53 recorded in 2024.
- The sharpest annual moves came in 2022 and 2023: EPS (Basic) soared 1957.76% in 2022, then sank 2454.68% in 2023.
- Over 5 years, EPS (Basic) stood at -$8.38 in 2022, then surged by 89.79% to -$0.86 in 2023, then slumped by 1192.46% to -$11.06 in 2024, then soared by 94.25% to -$0.64 in 2025, then soared by 49.98% to -$0.32 in 2026.
- The last three EPS (Basic) figures came in at -$0.32 (Q2 2026), -$0.15 (Q1 2026), and -$0.64 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,098.17 Bn | 773.46 Bn | 55.86 Bn | 17,941.54 |
| 2 | Chubb | 131.33 Bn | 123.03 Bn | 9.13 Bn | 7.44 |
| 3 | Progressive | 124.08 Bn | 119.08 Bn | 9.04 Bn | 5.68 |
| 4 | Travelers Companies | 78.14 Bn | 54.38 Bn | 6.23 Bn | 10.49 |
| 5 | Allstate | 63.45 Bn | 24.70 Bn | 16.28 Bn | 12.66 |
| 6 | Aflac | 58.44 Bn | -44.57 Bn | 2.27 Bn | 1.64 |
| 7 | Fairfax Financial Holdings | 48.96 Bn | 53.68 Bn | - | 64.93 |
| 8 | American International | 39.52 Bn | 1.72 Bn | 3.50 Bn | 1.79 |
| 9 | Hartford Insurance | 35.73 Bn | 19.42 Bn | 3.18 Bn | 4.73 |
| 10 | Octave Specialty | 202.58 Mn | 101.71 Mn | 69.65 Mn | -0.32 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -0.32 |
| Mar 31, 2026 | -0.15 |
| Dec 31, 2025 | -0.64 |
| Sep 30, 2025 | -2.34 |
| Jun 30, 2025 | -1.51 |
| Mar 31, 2025 | -0.98 |
| Dec 31, 2024 | -11.06 |
| Sep 30, 2024 | -0.58 |
| Jun 30, 2024 | -0.32 |
| Mar 31, 2024 | 0.44 |
| Dec 31, 2023 | -0.86 |
| Sep 30, 2023 | 2.92 |
| Jun 30, 2023 | -0.49 |
| Mar 31, 2023 | -1.51 |
| Dec 31, 2022 | -8.38 |
| Sep 30, 2022 | 7.50 |
| Jun 30, 2022 | 0.11 |
| Mar 31, 2022 | 0.06 |
| Dec 31, 2021 | -0.47 |
| Sep 30, 2021 | 0.36 |
Octave Specialty EPS (Basic) 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=eps-basic&ticker=OSG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=OSG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();