Skip to content

Novagen Ingenium Inc.: filings

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

Filing record ends 2018-04-17

The latest filing in this captured record is a 10-K filed 2018-04-17. No later filing is in the SEC companyfacts record captured on 2026-09-23. Novagen Ingenium 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-K2018-04-17fiscal FY 201625460001477932-18-001837
10-Q2017-04-05fiscal Q3 201624570001477932-17-001569
10-Q2017-04-05fiscal Q2 201624570001477932-17-001568
10-Q2017-02-28fiscal Q1 201624440001477932-17-000954
10-K2016-06-06fiscal FY 201520410001477932-16-010712
10-Q2016-03-18fiscal Q3 201520530001477932-16-009103
10-Q2016-03-18fiscal Q2 201520510001477932-16-009101
10-Q2016-03-18fiscal Q1 201520390001477932-16-009099
10-K2016-03-11fiscal FY 201424450000721748-16-001043
10-Q2016-03-11fiscal Q3 201425590000721748-16-001040
10-Q2016-03-11fiscal Q2 201426580000721748-16-001038
10-Q2016-03-11fiscal Q1 201425440000721748-16-001036
10-K2014-10-28fiscal FY 201316300001477932-14-005664
10-Q2014-10-28fiscal Q3 201312220001477932-14-005662
10-Q2014-10-28fiscal Q2 201312230001477932-14-005660
10-Q2014-10-28fiscal Q1 201312240001477932-14-005658
10-Q2012-11-16fiscal Q3 201217410001019687-12-004146
10-Q/A2012-09-06fiscal Q2 201219370001019687-12-003187
10-Q2012-05-16fiscal Q1 201215220001303681-12-000060
10-K2012-03-30fiscal FY 201110320001303681-12-000026
10-Q2011-11-14fiscal Q3 201110240001303681-11-000194
10-Q2011-08-15fiscal Q2 201110240001303681-11-000163

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
Novagen Ingenium Inc. / CIK 0001425173
Captured
SEC response SHA-256
e7f3991edbf222f188a8b2d41d4243004c4382733894003600529b62b6555f62

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