Octave Specialty (OSG) Profit After Tax (2010 - 2026)
Octave Specialty (OSG) posted Profit After Tax of -$14.4 million for Q2 2026, up 12.51% on a QoQ basis from -$16.5 million in Q1 2026, and up 80.22% year-over-year from -$8.0 million in Q2 2025.
Octave Specialty (OSG) Profit After Tax (2010 - 2026) Analysis & Trends
Octave Specialty has reported Profit After Tax for 17 years, with the latest figure at -$14.4 million in Q2 2026.
- On a quarterly basis, Profit After Tax rose 80.22% year-over-year to -$14.4 million in Q2 2026; TTM through Jun 2026 was -$170.9 million, a 71.64% increase from a year earlier, with the FY2025 full-year figure at -$259.1 million, up 55.67% from the prior year.
- Profit After Tax was -$14.4 million for Q2 2026 at Octave Specialty, up from -$16.5 million in the prior quarter.
- The five-year high for Profit After Tax was $340.0 million in Q3 2022, with the low at -$548.3 million in Q4 2024.
- Average Profit After Tax over 5 years is -$27.6 million, with a median of -$16.1 million recorded in 2023.
- The sharpest annual moves came in 2022 and 2024: Profit After Tax surged 1900.0% in 2022, then slumped 3394.8% in 2024.
- Over 5 years, Profit After Tax stood at $174.1 million in 2022, then slumped by 109.01% to -$15.7 million in 2023, then plunged by 3394.8% to -$548.3 million in 2024, then soared by 95.01% to -$27.4 million in 2025, then soared by 47.3% to -$14.4 million in 2026.
- The last three Profit After Tax figures came in at -$14.4 million (Q2 2026), -$16.5 million (Q1 2026), and -$27.4 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PAT (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.95 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 | - | 1.56 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 | -14.43 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -14.43 Mn |
| Mar 31, 2026 | -16.49 Mn |
| Dec 31, 2025 | -27.38 Mn |
| Sep 30, 2025 | -112.62 Mn |
| Jun 30, 2025 | -72.95 Mn |
| Mar 31, 2025 | -46.39 Mn |
| Dec 31, 2024 | -548.27 Mn |
| Sep 30, 2024 | 64.96 Mn |
| Jun 30, 2024 | -14.93 Mn |
| Mar 31, 2024 | 20.77 Mn |
| Dec 31, 2023 | -15.69 Mn |
| Sep 30, 2023 | 65.87 Mn |
| Jun 30, 2023 | -13.13 Mn |
| Mar 31, 2023 | -33.42 Mn |
| Dec 31, 2022 | 174.12 Mn |
| Sep 30, 2022 | 340.00 Mn |
| Jun 30, 2022 | -121.00 Mn |
| Mar 31, 2022 | -125.00 Mn |
| Dec 31, 2021 | -28.00 Mn |
| Sep 30, 2021 | 17.00 Mn |
Octave Specialty Profit After Tax 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=profit-after-tax&ticker=OSG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=OSG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();