Skip to content

OMPHALOS, CORP: filings

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

Filing record ends 2020-08-13

The latest filing in this captured record is a 10-Q filed 2020-08-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. OMPHALOS, 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-Q2020-08-13fiscal Q2 2020381080001062993-20-003915
10-Q2020-06-29fiscal Q1 202037760001062993-20-003064
10-K2020-03-30fiscal FY 201942810001062993-20-001566
10-Q2019-11-13fiscal Q3 2019391150001062993-19-004355
10-Q2019-08-08fiscal Q2 2019391120001062993-19-003197
10-Q2019-05-13fiscal Q1 201938810001062993-19-002158
10-K2019-03-28fiscal FY 201840790001062993-19-001440
10-Q2018-11-02fiscal Q3 201834940001062993-18-004327
10-Q2018-08-14fiscal Q2 201834940001062993-18-003340
10-Q2018-05-02fiscal Q1 201831640001062993-18-001876
10-K2018-03-29fiscal FY 201736740001062993-18-001384
10-Q2017-11-08fiscal Q3 201732860001062993-17-004701
10-Q2017-08-14fiscal Q2 201729800001062993-17-003755
10-Q2017-05-09fiscal Q1 201729600001062993-17-002299
10-K2017-03-29fiscal FY 201632660001062993-17-001544
10-Q2016-11-14fiscal Q3 201632860001062993-16-012175
10-Q2016-08-10fiscal Q2 201630820001062993-16-010924
10-Q2016-05-16fiscal Q1 201630620001062993-16-009778
10-K2016-04-12fiscal FY 201530620001062993-16-008893
10-Q2016-01-12fiscal Q2 201530820001062993-16-007020
10-Q2015-12-10fiscal Q3 201531840001062993-15-006604
10-Q2015-12-10fiscal Q2 201530820001062993-15-006602
10-Q2015-11-13fiscal Q3 201531840001062993-15-006023
10-Q2015-08-12fiscal Q2 201530820001062993-15-004322
10-Q2015-05-15fiscal Q1 201529600001062993-15-002769
10-K2015-03-25fiscal FY 201430620001062993-15-001460
10-Q2014-11-10fiscal Q3 201431840001062993-14-006384
10-Q2014-08-07fiscal Q2 201430820001062993-14-004625
10-Q2014-05-14fiscal Q1 201430620001062993-14-002844
10-K2014-03-31fiscal FY 201332660001062993-14-001707
10-Q2013-11-14fiscal Q3 201329780001062993-13-005755
10-Q2013-08-08fiscal Q2 201328760001062993-13-003842
10-Q2013-05-09fiscal Q1 201328580001062993-13-002346
10-K2013-03-28fiscal FY 201229600001062993-13-001493
10-Q2012-11-05fiscal Q3 201231860001062993-12-004431
10-Q2012-08-10fiscal Q2 201231860001062993-12-002792
10-Q2012-05-14fiscal Q1 201231640001062993-12-001710
10-K2012-03-29fiscal FY 201131640001062993-12-001019
10-Q2011-11-14fiscal Q3 201129780001204459-11-003004
10-Q2011-08-08fiscal Q2 201128740001062993-11-003135

Inspect the source

Entity
OMPHALOS, CORP / CIK 0001103640
Captured
SEC response SHA-256
3db3351ebffd4c363d544739fbb9bcdd582856415850699b46deb9999deaeb2a

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