Skip to content

Zenosense, Inc.: filings

Every Zenosense, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 28 filings, each linked to its SEC index.

Filing record ends 2022-04-20

The latest filing in this captured record is a 10-Q filed 2022-04-20. No later filing is in the SEC companyfacts record captured on 2026-09-23. Zenosense, 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-Q2022-04-20fiscal Q1 202215270001829126-22-008432
10-K/A2022-03-01fiscal FY 202116300001829126-22-004742
10-K2022-01-26fiscal FY 202115170001829126-22-001655
10-Q2018-11-14fiscal Q3 201819530001594062-18-000187
10-Q2018-08-20fiscal Q2 201818510001594062-18-000161
10-Q2018-05-21fiscal Q1 201817350001594062-18-000115
10-K2018-04-17fiscal FY 201718370001594062-18-000090
10-Q2017-11-14fiscal Q3 201718490001594062-17-000272
10-Q2017-08-21fiscal Q2 201718490001594062-17-000199
10-Q2017-05-19fiscal Q1 201718350001594062-17-000130
10-K2017-04-17fiscal FY 201618360001594062-17-000083
10-Q2016-11-14fiscal Q3 201617470001594062-16-000657
10-Q2016-08-22fiscal Q2 201614370001594062-16-000575
10-Q2016-05-23fiscal Q1 201613270001594062-16-000492
10-K2016-05-23fiscal FY 201516330001594062-16-000490
10-Q2016-05-13fiscal Q3 201515410001594062-16-000465
10-Q2015-08-14fiscal Q2 201516410001594062-15-000235
10-Q2015-05-18fiscal Q1 201516320001594062-15-000138
10-K2015-04-14fiscal FY 201416330001594062-15-000095
10-Q2014-11-10fiscal Q3 201416390001594062-14-000346
10-Q2014-08-19fiscal Q2 201416390001594062-14-000272
10-Q2014-05-20fiscal Q1 201416440001594062-14-000182
10-K2014-03-26fiscal FY 201316410001594062-14-000097
10-Q2013-11-12fiscal Q3 201316450001524777-13-000501
10-Q2013-08-12fiscal Q2 201315430001524777-13-000331
10-Q2013-05-20fiscal Q1 201315340001524777-13-000244
10-K/A2013-04-17fiscal FY 201215410001524777-13-000169
10-Q/A2012-11-23fiscal Q3 201216490001524777-12-000450

Inspect the source

Entity
Zenosense, Inc. / CIK 0001458581
Captured
SEC response SHA-256
fe6aa91f1efbfe64c9fd9d9d44d8092a1b8e1b1622039d1f02bc1228865bad03

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