Skip to content

Indigenous Roots Corp.: filings

Every Indigenous Roots Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 filings, each linked to its SEC index.

Filing record ends 2022-01-14

The latest filing in this captured record is a 10-Q filed 2022-01-14. No later filing is in the SEC companyfacts record captured on 2026-09-23. Indigenous Roots 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-Q2022-01-14fiscal Q1 202119430001062993-22-001081
10-K2021-12-16fiscal FY 202123470001062993-21-012972
10-Q2021-07-19fiscal Q3 202117460001640334-21-001598
10-Q2021-04-08fiscal Q2 202118480001640334-21-000809
10-Q2021-02-23fiscal Q1 202119380001640334-21-000422
10-K2020-12-07fiscal FY 202023480001640334-20-003018
10-Q2020-08-26fiscal Q3 202020530001640334-20-002254
10-Q2020-07-29fiscal Q2 202019520001640334-20-001881
10-Q2020-07-13fiscal Q1 202021600001640334-20-001740
10-K2020-06-26fiscal FY 201923460001640334-20-001604
10-Q2020-04-24fiscal Q3 201921460001640334-20-000909
10-Q2020-02-10fiscal Q2 201913380001640334-20-000226
10-Q2019-11-19fiscal Q1 201912290001640334-19-002402
10-K2019-10-24fiscal FY 201816310001640334-19-002106
10-Q2019-08-09fiscal Q3 201813340001640334-19-001559
10-Q2018-04-13fiscal Q2 201816430001640334-18-000715
10-Q2018-02-07fiscal Q1 201816350001165527-18-000018
10-K2017-12-15fiscal FY 201718390001165527-17-000241
10-Q2017-10-02fiscal Q3 201716430001165527-17-000204
10-Q2017-10-02fiscal Q2 201716390001165527-17-000202
10-Q2017-10-02fiscal Q1 201716310001165527-17-000200
10-K2017-07-06fiscal FY 201615310001165527-17-000153
10-Q2017-06-20fiscal Q3 201614390001165527-17-000148
10-Q2017-06-20fiscal Q2 201614390001165527-17-000146
10-Q2017-06-20fiscal Q1 201615290001165527-17-000144
10-K2017-04-25fiscal FY 201515280001165527-17-000106
10-Q2017-04-06fiscal Q3 201512380001165527-17-000084
10-Q2017-04-06fiscal Q2 201512380001165527-17-000083
10-Q2017-04-06fiscal Q1 201512240001165527-17-000081
10-K2017-02-28fiscal FY 201415290001165527-17-000043
10-Q2015-12-18fiscal Q3 201415420001165527-15-000606
10-Q2015-12-17fiscal Q2 201416440001165527-15-000604
10-Q2015-12-17fiscal Q1 201415280001165527-15-000602
10-K2015-12-08fiscal FY 201318350001165527-15-000593
10-Q2015-11-17fiscal Q3 201318510001165527-15-000565
10-Q2015-11-17fiscal Q2 201318500001165527-15-000563
10-Q2015-11-17fiscal Q1 201318350001165527-15-000561
10-K2015-10-23fiscal FY 201227480001165527-15-000505
10-Q2015-06-22fiscal Q3 201222580001165527-15-000299
10-Q2015-06-22fiscal Q2 201221550001165527-15-000297
10-Q2015-04-14fiscal Q1 201219400001165527-15-000171
10-K2012-06-11fiscal FY 201124690001062993-12-002053

Inspect the source

Entity
Indigenous Roots Corp. / CIK 0001373690
Captured
SEC response SHA-256
23084fabb2b7d92c4088bcb29c06c78983c6944cee2ab436438fff44558bb656

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