Octave Specialty (OSG) Change in Taxes (2010 - 2021)
Octave Specialty (OSG) posted Change in Taxes of -$1.0 million for Q3 2021, up 66.67% on a QoQ basis from -$3.0 million in Q1 2021, and down 106.25% year-over-year from $16.0 million in Q3 2020.
Octave Specialty (OSG) Change in Taxes (2010 - 2021) Analysis & Trends
Octave Specialty has reported Change in Taxes for 12 years, with the latest figure at -$1.0 million in Q3 2021.
- On a quarterly basis, Change in Taxes fell 106.25% year-over-year to -$1.0 million in Q3 2021; TTM through Dec 2021 was -$4.0 million, a 123.53% decrease from a year earlier, with the FY2022 full-year figure at -$1.0 million, up 75.0% from the prior year.
- Change in Taxes was -$1.0 million for Q3 2021 at Octave Specialty, up from -$3.0 million in the prior quarter.
- The five-year high for Change in Taxes was $29.0 million in Q2 2019, with the low at -$30.4 million in Q4 2017.
- Average Change in Taxes over 5 years is -$722222.2, with a median of -$1.5 million recorded in 2020.
- The sharpest annual moves came in 2017 and 2018: Change in Taxes surged 565.91% in 2017, then plunged 2163.44% in 2018.
- Over 5 years, Change in Taxes stood at -$30.4 million in 2017, then surged by 53.93% to -$14.0 million in 2018, then jumped by 149.92% to $7.0 million in 2019, then gained by 14.29% to $8.0 million in 2020, then sank by 112.5% to -$1.0 million in 2021.
- The last three Change in Taxes figures came in at -$1.0 million (Q3 2021), -$3.0 million (Q1 2021), and $8.0 million (Q4 2020), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,098.17 Bn | 773.46 Bn | 55.86 Bn | 1.08 Bn |
| 2 | Chubb | 131.33 Bn | 123.03 Bn | 9.13 Bn | -132.00 Mn |
| 3 | Progressive | 124.08 Bn | 119.08 Bn | 9.04 Bn | -589.00 Mn |
| 4 | Travelers Companies | 78.14 Bn | 54.38 Bn | 6.23 Bn | - |
| 5 | Allstate | 63.45 Bn | 24.70 Bn | 16.28 Bn | -224.00 Mn |
| 6 | Aflac | 58.44 Bn | -44.57 Bn | 2.27 Bn | -352.00 Mn |
| 7 | Fairfax Financial Holdings | 48.96 Bn | 53.68 Bn | - | - |
| 8 | American International | 39.52 Bn | 1.72 Bn | 3.50 Bn | 119.00 Mn |
| 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 |
|---|---|
| Sep 30, 2021 | -1.00 Mn |
| Mar 31, 2021 | -3.00 Mn |
| Dec 31, 2020 | 8.00 Mn |
| Sep 30, 2020 | 16.00 Mn |
| Jun 30, 2020 | -2.00 Mn |
| Mar 31, 2020 | -5.00 Mn |
| Dec 31, 2019 | 7.00 Mn |
| Sep 30, 2019 | -5.00 Mn |
| Jun 30, 2019 | 29.00 Mn |
| Mar 31, 2019 | 4.00 Mn |
| Dec 31, 2018 | -14.02 Mn |
| Sep 30, 2018 | 2.59 Mn |
| Jun 30, 2018 | -15.13 Mn |
| Mar 31, 2018 | -8.44 Mn |
| Dec 31, 2017 | -30.44 Mn |
| Sep 30, 2017 | -7.84 Mn |
| Jun 30, 2017 | 733,000.00 |
| Mar 31, 2017 | 11.55 Mn |
| Dec 31, 2016 | -2.12 Mn |
| Sep 30, 2016 | 12.39 Mn |
Octave Specialty Change in Taxes 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=change-in-taxes&ticker=OSG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-taxes", "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=change-in-taxes&ticker=OSG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();