Skip to content

REGI U S INC: filings

Every REGI U S 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 2020-04-24

The latest filing in this captured record is a 10-Q filed 2020-04-24. No later filing is in the SEC companyfacts record captured on 2026-09-22. REGI U S 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-Q2020-04-24fiscal Q3 202034920001493152-20-007090
10-Q2019-12-16fiscal Q2 202030810001493152-19-019220
10-Q2019-11-08fiscal Q1 202030580001493152-19-016682
10-K2019-09-11fiscal FY 201933590001493152-19-013965
10-Q2019-03-25fiscal Q3 201927670001493152-19-003824
10-Q2018-12-14fiscal Q2 201926660001493152-18-017517
10-Q2018-09-17fiscal Q1 201926510001493152-18-013340
10-K2018-08-13fiscal FY 201827530001493152-18-011476
10-Q2018-03-26fiscal Q3 201823540001493152-18-003861
10-Q2017-12-18fiscal Q2 201822530001493152-17-014713
10-Q2017-11-22fiscal Q1 201822410001493152-17-013732
10-K2017-10-31fiscal FY 201722430001493152-17-012202
10-Q2017-04-07fiscal Q3 201717440001493152-17-003621
10-Q2016-12-22fiscal Q2 201716420001493152-16-016139
10-Q2016-09-20fiscal Q1 201713270001493152-16-013476
10-K2016-08-17fiscal FY 201613270001493152-16-012638
10-Q2016-04-29fiscal Q3 201613350001493152-16-009263
10-Q2015-12-28fiscal Q2 201613350001493152-15-006431
10-Q2015-09-30fiscal Q1 201614290001493152-15-004584
10-K2015-07-29fiscal FY 201514300001493152-15-003234
10-Q2015-03-23fiscal Q3 201513350001493152-15-000956
10-Q2014-12-22fiscal Q2 201513360001493152-14-004246
10-Q2014-09-22fiscal Q1 201514300001493152-14-003032
10-K2014-08-14fiscal FY 201413280001493152-14-002577
10-Q2014-03-24fiscal Q3 201414420001493152-14-000811
10-Q2013-12-17fiscal Q2 201414430001493152-13-002713
10-Q2013-09-16fiscal Q1 201418440001493152-13-001808
10-K2013-08-13fiscal FY 201315820001493152-13-001500
10-Q2013-03-25fiscal Q3 201318600001493152-13-000479
10-Q2012-12-17fiscal Q2 201315460001493152-12-001923
10-Q2012-09-19fiscal Q1 201315360001493152-12-001304
10-K/A2012-08-16fiscal FY 201216810001493152-12-001030
10-Q2012-03-21fiscal Q3 201218580001477932-12-000767
10-Q2011-12-20fiscal Q2 201217550001477932-11-002828
10-Q2011-09-19fiscal Q1 201214330001477932-11-001951

Inspect the source

Entity
REGI U S INC / CIK 0000922330
Captured
SEC response SHA-256
0f9eab2da8fd44e933232cafbe7fa537c49c11402f42868bc3292adc5658f4a0

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