Skip to content

SEACHANGE INTERNATIONAL INC: filings

Every SEACHANGE INTERNATIONAL INC annual and quarterly report in the SEC record with the published financial measures it tagged, 50 filings, each linked to its SEC index.

Filing record ends 2023-06-12

The latest filing in this captured record is a 10-Q filed 2023-06-12. No later filing is in the SEC companyfacts record captured on 2026-09-22. SEACHANGE INTERNATIONAL INC 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-Q2023-06-12fiscal Q1 202443920000950170-23-027502
10-K2023-04-17fiscal FY 2023521040000950170-23-013077
10-Q2022-12-14fiscal Q3 2023501420000950170-22-026545
10-Q2022-09-13fiscal Q2 2023501430000950170-22-018407
10-Q2022-06-08fiscal Q1 2023501030001564590-22-022776
10-K2022-04-08fiscal FY 2022531060001564590-22-014010
10-Q2021-12-15fiscal Q3 2022511440001564590-21-060353
10-Q2021-09-14fiscal Q2 2022511420001564590-21-047915
10-Q2021-06-11fiscal Q1 2022501040001564590-21-032653
10-K2021-04-15fiscal FY 2021521050001564590-21-018886
10-Q2020-12-10fiscal Q3 2021521400001564590-20-056748
10-Q2020-09-09fiscal Q2 2021521380001564590-20-042870
10-Q2020-06-12fiscal Q1 2021501030001564590-20-029082
10-K2020-04-20fiscal FY 2020541070001564590-20-017461
10-Q2019-12-05fiscal Q3 2020521400001564590-19-045388
10-Q2019-08-30fiscal Q2 2020491280001564590-19-033777
10-Q2019-06-07fiscal Q1 202046950001564590-19-022045
10-K2019-04-12fiscal FY 201947970001564590-19-011518
10-Q/A2018-12-17fiscal Q3 2019471320001193125-18-351107
10-Q2018-12-10fiscal Q3 2019471320001193125-18-346199
10-Q2018-09-10fiscal Q2 2019461320001564590-18-022885
10-Q2018-06-11fiscal Q1 201946970001564590-18-015396
10-K2018-04-16fiscal FY 2018481740001564590-18-008250
10-Q2017-12-07fiscal Q3 2018441220001564590-17-024707
10-Q2017-09-07fiscal Q2 2018431200001564590-17-018419
10-Q2017-06-07fiscal Q1 201843880001193125-17-197110
10-K2017-04-17fiscal FY 2017481700001193125-17-126138
10-Q2016-12-08fiscal Q3 2017421180001193125-16-788239
10-Q2016-09-06fiscal Q2 2017421180001193125-16-702073
10-Q2016-06-09fiscal Q1 201740810001193125-16-616877
10-K2016-04-13fiscal FY 2016491740001193125-16-538823
10-Q2015-12-10fiscal Q3 2016421140001193125-15-400296
10-Q2015-09-03fiscal Q2 2016411100001193125-15-311935
10-Q2015-06-05fiscal Q1 201640820001193125-15-215039
10-K2015-04-07fiscal FY 2015501770001193125-15-121530
10-Q2014-12-05fiscal Q3 2015431140001193125-14-434608
10-Q2014-09-05fiscal Q2 2015441170001193125-14-333171
10-Q2014-06-06fiscal Q1 201544880001193125-14-228786
10-K2014-04-04fiscal FY 2013501770001193125-14-131604
10-Q2013-12-06fiscal Q3 2013441180001193125-13-465253
10-Q2013-09-09fiscal Q2 2013441190001193125-13-361410
10-Q2013-06-07fiscal Q1 201343880001144204-13-033745
10-K2013-04-10fiscal FY 2012511810001144204-13-020984
10-Q2012-12-07fiscal Q3 2012441180001144204-12-066871
10-Q2012-09-07fiscal Q2 2012411120001144204-12-050155
10-Q2012-06-07fiscal Q1 201243870001144204-12-033716
10-K/A2012-04-06fiscal FY 2011421110001144204-12-020588
10-K2012-04-05fiscal FY 2011421110001144204-12-020320
10-Q2011-12-12fiscal Q3 2011451210001144204-11-069376
10-Q2011-09-09fiscal Q2 2011451210001144204-11-052101

Inspect the source

Entity
SEACHANGE INTERNATIONAL INC / CIK 0001019671
Captured
SEC response SHA-256
9919148e337fb00ffe170c8b2c470fdd945ffaa5a5718577acdf9e5fc72830de

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