Skip to content

Innoveren Scientific, Inc.: filings

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

Filing record ends 2023-11-15

The latest filing in this captured record is a 10-Q filed 2023-11-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. Innoveren Scientific, 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-Q2023-11-15fiscal Q3 202332830001493152-23-041399
10-Q2023-11-15fiscal Q2 202329830001493152-23-041344
10-Q2023-05-22fiscal Q1 202330580001493152-23-018504
10-K2023-05-10fiscal FY 202235660001493152-23-016145
10-Q2022-11-14fiscal Q3 202233830001493152-22-031927
10-Q2022-08-12fiscal Q2 202231830001493152-22-022301
10-Q2022-05-04fiscal Q1 202232600001493152-22-012070
10-K2022-02-25fiscal FY 202139750001493152-22-005486
10-Q2021-11-12fiscal Q3 2021451270001493152-21-028047
10-Q2021-08-13fiscal Q2 2021401050001493152-21-019638
10-Q2021-05-13fiscal Q1 202138730001493152-21-011288
10-K2021-03-25fiscal FY 202039750001493152-21-006836
10-Q2020-11-13fiscal Q3 2020431160001493152-20-021297
10-Q2020-08-14fiscal Q2 202039980001493152-20-015772
10-Q2020-05-21fiscal Q1 202039760001493152-20-009640
10-K2020-04-22fiscal FY 201938730001493152-20-006936
10-Q2019-11-14fiscal Q3 201941980001493152-19-017522
10-Q2019-08-14fiscal Q2 201939890001493152-19-012396
10-Q2019-05-15fiscal Q1 201942810001493152-19-007524
10-K2019-04-10fiscal FY 201837760001493152-19-005081
10-Q2018-11-14fiscal Q3 2018411140001493152-18-016100
10-Q2018-08-14fiscal Q2 2018411070001493152-18-011741
10-Q2018-05-11fiscal Q1 201835680001493152-18-006665
10-K2018-03-30fiscal FY 201737700001493152-18-004286
10-Q2017-11-20fiscal Q3 201737830001493152-17-013622
10-Q2017-08-14fiscal Q2 201732780001654954-17-007529
10-Q2017-05-15fiscal Q1 201732660001654954-17-004717
10-K2017-03-31fiscal FY 201634690001654954-17-002874
10-Q2016-11-17fiscal Q3 201631720001654954-16-004147
10-Q2016-08-22fiscal Q2 201631730001415889-16-006942
10-Q2016-05-16fiscal Q1 201635720001415889-16-005926
10-K2016-04-14fiscal FY 201540820001415889-16-005540
10-Q2015-11-13fiscal Q3 201526620001415889-15-003683
10-Q2015-08-14fiscal Q2 201526640001415889-15-002705
10-Q2015-05-14fiscal Q1 201526520001415889-15-001692

Inspect the source

Entity
Innoveren Scientific, Inc. / CIK 0001591165
Captured
SEC response SHA-256
472a1d8b59d5c23d9a54cac339fd18c57e3b5a49d89eec9f9dfad078fbeb2783

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