Skip to content

Octave Specialty Group, Inc.: filings

Every Octave Specialty Group, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 filings, each linked to its SEC index.

Filings with published measures

Each page shows what one filing reported, as tagged in that filing, with the periods it covered. Later filings can restate a value; the company overview shows the latest-filed value per period.

FormFiledFiscal periodMeasuresFactsSEC accession
10-Q2026-08-06fiscal Q2 2026351160001628280-26-054446
10-Q2026-05-06fiscal Q1 202633750001628280-26-031393
10-K2026-03-04fiscal FY 2025411130001628280-26-014653
10-Q2025-11-10fiscal Q2 2025371210001628280-25-051136
10-Q2025-08-07fiscal Q2 2025371210000874501-25-000132
10-Q2025-05-12fiscal Q1 202537810000874501-25-000086
10-K2025-03-06fiscal FY 2024381520000874501-25-000032
10-Q2024-11-12fiscal Q1 2024371200000874501-24-000245
10-Q2024-08-05fiscal Q1 2024361180000874501-24-000172
10-Q2024-05-06fiscal Q1 202436790000874501-24-000128
10-K2024-02-27fiscal period not tagged411120000874501-24-000040
10-Q2023-11-07fiscal Q3 2023361180000874501-23-000150
10-Q2023-08-07fiscal Q2 2023361180000874501-23-000124
10-Q2023-05-09fiscal Q1 202336790000874501-23-000092
10-K2023-03-01fiscal period not tagged411050000874501-23-000040
10-Q2022-11-08fiscal Q3 2022361190000874501-22-000158
10-Q2022-08-08fiscal Q2 2022361190000874501-22-000129
10-Q2022-05-10fiscal Q1 202236790000874501-22-000101
10-K2022-02-24fiscal period not tagged36930000874501-22-000019
10-Q2021-11-08fiscal Q3 2021311000000874501-21-000152
10-Q2021-08-05fiscal Q1 202130960000874501-21-000131
10-Q2021-05-10fiscal Q1 202130660000874501-21-000083
10-K2021-03-01fiscal FY 2020331200000874501-21-000028
10-Q2020-11-09fiscal Q3 202029920000874501-20-000131
10-Q2020-08-06fiscal Q3 201929930000874501-20-000116
10-Q2020-05-11fiscal Q3 201929650000874501-20-000085
10-K2020-03-02fiscal FY 2019321260000874501-20-000034
10-Q2019-11-07fiscal Q3 201932990000874501-19-000123
10-Q2019-08-08fiscal Q2 2019321010000874501-19-000114
10-Q2019-05-09fiscal Q1 201932690000874501-19-000068
10-K2019-02-28fiscal FY 2018301210000874501-19-000023
10-Q2014-11-10fiscal Q3 201413260000874501-14-000069
10-Q2014-08-11fiscal Q2 201413260000874501-14-000044
10-Q2014-05-12fiscal Q1 201412240000874501-14-000031
10-Q2013-05-15fiscal Q1 201321460001193125-13-222662
10-K2013-03-22fiscal FY 201226520001193125-13-122346
10-Q2012-11-14fiscal Q3 201223670001193125-12-470880
10-Q/A2012-09-10fiscal Q2 201223680001193125-12-386481
10-Q2012-05-10fiscal Q1 201222470001193125-12-225862
10-K2012-03-22fiscal FY 201121440001193125-12-127521
10-Q2011-11-09fiscal Q3 201121620001193125-11-304591
10-Q/A2011-09-08fiscal Q2 201121620001193125-11-243288

12 further filings tag fewer than eight published concepts and have no page.

Inspect the source

Entity
Octave Specialty Group, Inc. / CIK 0000874501
Captured
2026-09-20T05:00:45.359Z
SEC response SHA-256
855366b51d5ade556a075211808b895f10ab0be4ae93e888c83d00dcf2215e74

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.

Use this in research

A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.

These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.

Research methodology · Execution and cost assumptions · Check backtest overfitting

Build with the open-source tools

Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.

Read the published dataset with Python
import json
from urllib.request import urlopen

with urlopen("https://canlicapital.com/company-data/0000874501.json") as response:
    record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
    print(concept["tag"], next(iter(concept["observations"])))