Skip to content

ROI LAND INVESTMENTS LTD: filings

Every ROI LAND INVESTMENTS LTD annual and quarterly report in the SEC record with the published financial measures it tagged, 30 filings, each linked to its SEC index.

Filing record ends 2018-11-09

The latest filing in this captured record is a 10-K filed 2018-11-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. ROI LAND INVESTMENTS LTD 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-11-09fiscal FY 201725510001683168-18-003332
10-Q2018-07-17fiscal Q3 201621560001683168-18-001968
10-Q2018-07-17fiscal Q2 201620520001683168-18-001966
10-K/A2018-03-22fiscal FY 201624480001683168-18-000736
10-K/A2018-01-23fiscal FY 201624480001683168-18-000206
10-K2018-01-02fiscal FY 201624480001683168-18-000002
10-K/A2016-08-15fiscal FY 201520400001019687-16-007268
10-Q2016-05-23fiscal Q1 201618360001019687-16-006434
10-K2016-04-13fiscal FY 201520400001019687-16-005832
10-Q2015-11-18fiscal Q3 201521580001019687-15-004205
10-Q/A2015-11-12fiscal Q3 201424640001019687-15-004012
10-Q2015-08-12fiscal Q2 201521580001019687-15-003053
10-Q2015-07-23fiscal Q2 201420540001019687-15-002838
10-Q2015-05-21fiscal Q1 201522440001019687-15-002071
10-Q2015-05-12fiscal Q1 201420500001019687-15-001871
10-K2015-04-22fiscal FY 201421450001019687-15-001579
10-Q2014-11-18fiscal Q3 201422600001019687-14-004360
10-Q2014-08-19fiscal Q2 201420560001019687-14-003272
10-Q2014-05-20fiscal Q1 201420500001019687-14-002043
10-K2014-04-14fiscal FY 201316490001019687-14-001367
10-Q/A2013-11-20fiscal Q3 201315520001558891-13-000288
10-Q2013-08-14fiscal Q2 201317640001558891-13-000177
10-Q2013-05-15fiscal Q1 201315450001558891-13-000106
10-K2013-04-01fiscal FY 201214390001558891-13-000046
10-Q2012-11-14fiscal Q3 201214470001165527-12-001179
10-Q2012-08-08fiscal Q2 201212290001165527-12-000811
10-Q2012-05-14fiscal Q1 201211200001165527-12-000447
10-K2012-03-20fiscal FY 201112260001165527-12-000221
10-Q2011-11-14fiscal Q3 201112330001165527-11-001067
10-Q2011-08-15fiscal Q2 201113420001165527-11-000722

Inspect the source

Entity
ROI LAND INVESTMENTS LTD / CIK 0001509879
Captured
SEC response SHA-256
8a553be395cdaf8c4ee56b9bc3bbe8b913b74339254016f76fffc9116b512e22

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