Skip to content

RORINE INTERNATIONAL HOLDING Corp: filings

Every RORINE INTERNATIONAL HOLDING Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 32 filings, each linked to its SEC index.

Filing record ends 2020-03-25

The latest filing in this captured record is a 10-K filed 2020-03-25. No later filing is in the SEC companyfacts record captured on 2026-09-23. RORINE INTERNATIONAL HOLDING 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-K2020-03-25fiscal FY 201812270001213900-20-007290
10-Q/A2019-12-06fiscal Q3 201812330001213900-19-025517
10-Q2019-10-30fiscal Q3 201812330001213900-19-021479
10-Q2018-07-24fiscal Q2 201812300001214659-18-004953
10-Q2018-05-24fiscal Q1 201812220001214659-18-004001
10-K2018-03-16fiscal FY 201713260001214659-18-002187
10-Q2017-11-06fiscal Q3 201712290001214659-17-006383
10-Q2017-09-01fiscal Q2 201712300001214659-17-005438
10-Q2017-06-30fiscal Q1 20179180001214659-17-004238
10-K2017-05-09fiscal FY 201610200001214659-17-003103
10-Q/A2017-04-28fiscal Q3 201610250001214659-17-002775
10-Q2016-10-11fiscal Q3 20169240001214659-16-014046
10-Q2016-10-11fiscal Q2 20169240001214659-16-014044
10-Q2016-08-15fiscal Q1 20169180001214659-16-013221
10-K2016-03-04fiscal FY 20159190001214659-16-010075
10-Q2015-10-20fiscal Q3 20159240001214659-15-007151
10-Q2015-08-03fiscal Q2 20159210001214659-15-005752
10-Q2015-08-03fiscal Q1 20159180001214659-15-005750
10-K2015-06-30fiscal FY 201413260001214659-15-005110
10-Q2015-06-05fiscal Q3 201415350001214659-15-004644
10-Q2014-10-24fiscal Q2 201414310001214659-14-007172
10-Q2014-09-10fiscal Q1 201414270001214659-14-006409
10-K2014-08-08fiscal FY 201319320001214659-14-005720
10-Q2013-10-21fiscal Q3 201320480001214659-13-005799
10-Q2013-07-19fiscal Q2 201322570001214659-13-003992
10-Q2013-04-15fiscal Q1 201322490001214659-13-001980
10-K/A2013-04-01fiscal FY 201223450001214659-13-001744
10-Q/A2012-11-09fiscal Q3 201212300001214659-12-004969
10-Q2012-07-18fiscal Q2 201211260001214659-12-003087
10-Q2012-04-12fiscal Q1 201211210001214659-12-001646
10-K2012-03-14fiscal FY 201115280001214659-12-001136
10-Q/A2012-02-07fiscal Q3 201114360001214659-12-000464

Inspect the source

Entity
RORINE INTERNATIONAL HOLDING Corp / CIK 0001423586
Captured
SEC response SHA-256
49eb09dda7c84268b6aecc5fe250b1e4dba2bfa6abf22000256f97828bb10fb1

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