Skip to content

SOOUM CORP.: filings

Every SOOUM CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 27 filings, each linked to its SEC index.

Filing record ends 2017-12-06

The latest filing in this captured record is a 10-Q/A filed 2017-12-06. No later filing is in the SEC companyfacts record captured on 2026-09-22. SOOUM 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-Q/A2017-12-06fiscal Q3 201722570001091818-17-000244
10-Q2017-08-25fiscal Q2 201719520001091818-17-000148
10-Q2017-08-17fiscal Q1 201721420001091818-17-000140
10-K2017-07-26fiscal FY 201633350001091818-17-000114
10-Q2016-11-14fiscal Q3 201615430001091818-16-000403
10-Q/A2016-10-11fiscal Q2 201615440001091818-16-000387
10-Q/A2016-10-11fiscal Q1 201616310001091818-16-000385
10-K2016-10-11fiscal FY 201516310001091818-16-000378
10-Q/A2015-09-08fiscal Q2 201521480001091818-15-000150
10-Q/A2015-09-08fiscal Q1 201520340001091818-15-000149
10-K/A2015-09-08fiscal FY 201420340001091818-15-000148
10-K2015-04-15fiscal FY 201420340001091818-15-000064
10-Q/A2014-12-08fiscal Q3 201418420001091818-14-000320
10-Q/A2014-08-25fiscal Q2 201415360001091818-14-000243
10-Q2014-05-22fiscal Q1 201421410001471242-14-000224
10-K/A2014-05-13fiscal FY 201324440001471242-14-000194
10-Q/A2014-01-07fiscal Q3 201327660001010549-14-000007
10-Q2013-11-22fiscal Q3 201321490001019056-13-001302
10-Q2013-08-14fiscal Q2 201319480001010549-13-000515
10-Q2013-06-24fiscal Q1 201325500001010549-13-000439
10-K2013-06-03fiscal FY 201241820001010549-13-000410
10-Q2012-11-19fiscal Q3 201236840001010549-12-001242
10-Q2012-08-14fiscal Q2 201228700001010549-12-000882
10-Q2012-05-18fiscal Q1 201234700001010549-12-000588
10-K2012-04-16fiscal FY 201137750001010549-12-000402
10-Q2011-11-17fiscal Q3 201130760001010549-11-001303
10-Q/A2011-09-07fiscal Q2 201129730001010549-11-001000

Inspect the source

Entity
SOOUM CORP. / CIK 0000078311
Captured
SEC response SHA-256
21498ff3f0703b6158a1ad9e05d558c9c7e768034d34478379ed824fff3f123b

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