Skip to content

SeaSpine Holdings Corp: filings

Every SeaSpine Holdings Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 30 filings, each linked to its SEC index.

Filing record ends 2022-11-03

The latest filing in this captured record is a 10-Q filed 2022-11-03. No later filing is in the SEC companyfacts record captured on 2026-09-22. SeaSpine Holdings Corp may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2022-11-03fiscal Q3 2022551580001637761-22-000126
10-Q2022-08-04fiscal Q2 2022511360001637761-22-000120
10-Q2022-05-09fiscal Q1 202249990001637761-22-000076
10-K2022-03-15fiscal FY 2021511040001637761-22-000057
10-Q2021-11-03fiscal Q3 2021491410001637761-21-000185
10-Q2021-08-05fiscal Q2 2021481260001637761-21-000170
10-Q2021-05-03fiscal Q1 202146950001637761-21-000094
10-K2021-03-05fiscal FY 2020481280001637761-21-000056
10-Q2020-11-09fiscal Q3 2020461320001637761-20-000146
10-Q2020-08-04fiscal Q2 2020461280001637761-20-000102
10-Q2020-05-06fiscal Q1 2020481060001637761-20-000049
10-K2020-02-28fiscal FY 2019461180001637761-20-000019
10-Q2019-10-30fiscal Q3 2019451240001637761-19-000104
10-Q2019-08-01fiscal Q2 2019441180001637761-19-000096
10-Q2019-05-01fiscal Q1 201944920001637761-19-000063
10-K2019-03-01fiscal FY 2018451080001637761-19-000046
10-Q2018-11-06fiscal Q3 2018431110001637761-18-000145
10-Q2018-07-31fiscal Q2 2018431100001637761-18-000125
10-Q2018-05-03fiscal Q1 201843880001637761-18-000072
10-K2018-03-02fiscal FY 2017451330001637761-18-000034
10-Q2017-11-02fiscal Q3 2017431100001637761-17-000167
10-Q2017-08-04fiscal Q2 2017431100001637761-17-000152
10-Q2017-05-05fiscal Q1 201742860001637761-17-000102
10-K2017-03-03fiscal FY 2016451330001637761-17-000041
10-Q2016-11-10fiscal Q3 2016421080001637761-16-000137
10-Q2016-08-10fiscal Q2 2016421080001637761-16-000121
10-Q2016-05-16fiscal Q1 201642860001637761-16-000062
10-K2016-03-16fiscal FY 2015441300001637761-16-000053
10-Q2015-11-12fiscal Q3 2015411070001637761-15-000023
10-Q2015-08-13fiscal Q2 201537960001637761-15-000009

Inspect the source

Entity
SeaSpine Holdings Corp / CIK 0001637761
Captured
SEC response SHA-256
07dfcb24bd50b6710386cc9cc5a3a5493c8aceeb53696735932a2a1daf4bf004

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/0001637761.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"])))