Skip to content

ZETA ACQUISITION CORP I: filings

Every ZETA ACQUISITION CORP I 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 2021-05-14

The latest filing in this captured record is a 10-Q filed 2021-05-14. No later filing is in the SEC companyfacts record captured on 2026-09-23. ZETA ACQUISITION CORP I 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-Q2021-05-14fiscal Q1 202116340001213900-21-026344
10-K2021-03-30fiscal FY 202014290001213900-21-018616
10-Q2020-11-13fiscal Q3 202017520001213900-20-036825
10-Q2020-08-14fiscal Q2 202017480001213900-20-022199
10-Q2020-05-14fiscal Q1 202016340001213900-20-012141
10-K2020-03-30fiscal FY 201915310001213900-20-007865
10-Q2019-11-14fiscal Q3 201916410001213900-19-023289
10-Q2019-08-14fiscal Q2 201916410001213900-19-015760
10-Q2019-05-15fiscal Q1 201916330001213900-19-008757
10-K2019-03-28fiscal FY 201816330001213900-19-005077
10-Q2018-11-13fiscal Q3 201816420001213900-18-015468
10-Q2018-08-14fiscal Q2 201816420001213900-18-010961
10-Q2018-05-14fiscal Q1 201816330001213900-18-006095
10-K2018-03-28fiscal FY 201716340001213900-18-003585
10-Q2017-11-13fiscal Q3 201714380001213900-17-011796
10-Q2017-08-14fiscal Q2 201716420001213900-17-008674
10-Q2017-05-15fiscal Q1 201715340001213900-17-005147
10-K2017-03-28fiscal FY 201616350001213900-17-002895
10-Q2016-11-14fiscal Q3 201616420001213900-16-018354
10-Q2016-08-15fiscal Q2 201615400001213900-16-015972
10-Q2016-05-16fiscal Q1 201615310001213900-16-013422
10-K2016-03-30fiscal FY 201515320001213900-16-012022
10-Q2015-11-13fiscal Q3 201515400001213900-15-008566
10-Q2015-08-13fiscal Q2 201515390001213900-15-006037
10-Q2015-05-13fiscal Q1 201515310001213900-15-003544
10-K2015-02-27fiscal FY 201415500001213900-15-001425
10-Q2014-11-14fiscal Q3 201416480001213900-14-008150
10-Q2014-08-14fiscal Q2 201416470001213900-14-005789
10-Q2014-05-15fiscal Q1 201416380001213900-14-003348
10-K2014-03-31fiscal FY 201315470001213900-14-001892
10-Q2013-11-14fiscal Q3 201316480001213900-13-006382
10-Q2013-08-14fiscal Q2 201316490001213900-13-004340
10-Q2013-05-15fiscal Q1 201315420001144204-13-029397
10-K2013-03-28fiscal FY 201215500001144204-13-018030
10-Q2012-11-14fiscal Q3 201215490001144204-12-062036
10-Q2012-08-14fiscal Q2 201215490001144204-12-045512
10-Q2012-05-15fiscal Q1 201215410001144204-12-029110
10-K2012-03-30fiscal FY 201115480001144204-12-018744
10-Q2011-11-14fiscal Q3 201115490001144204-11-064121
10-Q2011-08-15fiscal Q2 201115490001144204-11-047044

Inspect the source

Entity
ZETA ACQUISITION CORP I / CIK 0001422141
Captured
SEC response SHA-256
30d8040bf2aaed3db2e976b5abffeb76475dd4ec7badbc7fcbfe0b38204b9c6d

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