Skip to content

ORANCO INC: filings

Every ORANCO INC annual and quarterly report in the SEC record with the published financial measures it tagged, 37 filings, each linked to its SEC index.

Filing record ends 2022-01-04

The latest filing in this captured record is a 10-Q filed 2022-01-04. No later filing is in the SEC companyfacts record captured on 2026-09-22. ORANCO 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-Q2022-01-04fiscal Q1 2020311220001213900-22-000518
10-K2021-08-23fiscal FY 2020291170001213900-21-044275
10-Q2019-05-15fiscal Q3 201930790001213900-19-008723
10-Q2019-02-12fiscal Q2 201930770001213900-19-002258
10-Q2018-11-14fiscal Q1 201930630001213900-18-015671
10-K/A2018-11-05fiscal FY 201832650001213900-18-014912
10-K/A2018-10-26fiscal FY 201832650001213900-18-014496
10-K2018-09-28fiscal FY 201832650001213900-18-013211
10-Q2018-05-18fiscal Q1 201815300001213900-18-006532
10-K2018-04-02fiscal FY 201715300001213900-18-003888
10-Q2017-11-08fiscal Q3 201719550001096906-17-000713
10-Q2017-08-11fiscal Q2 201718510001096906-17-000510
10-Q2017-05-10fiscal Q1 201714270001096906-17-000319
10-K2017-04-27fiscal FY 201616320001096906-17-000278
10-Q2016-11-03fiscal Q3 201615380001096906-16-001984
10-Q2016-08-08fiscal Q2 201614360001096906-16-001806
10-Q2016-04-29fiscal Q1 201614280001096906-16-001569
10-K2016-03-22fiscal FY 201517410001096906-16-001470
10-Q2015-10-23fiscal Q3 201515420001096906-15-001089
10-Q2015-08-10fiscal Q2 201515420001096906-15-000873
10-Q2015-04-30fiscal Q1 201514320001096906-15-000445
10-K2015-03-17fiscal FY 201415380001096906-15-000252
10-Q2014-11-12fiscal Q3 201413380001096906-14-001564
10-Q2014-08-06fiscal Q2 201413380001096906-14-000991
10-Q2014-05-06fiscal Q1 201414320001096906-14-000587
10-K2014-03-24fiscal FY 201316370001096906-14-000331
10-Q2013-11-12fiscal Q3 201313380001096906-13-001672
10-Q2013-07-12fiscal Q1 201315330001096906-13-001122
10-Q2013-05-10fiscal Q1 201315330001096906-13-000702
10-K2013-03-20fiscal FY 201217390001096906-13-000354
10-Q2012-11-14fiscal Q3 201215410001096906-12-002852
10-Q2012-08-10fiscal Q2 201214370001096906-12-001999
10-Q2012-05-10fiscal Q1 201214280001096906-12-001265
10-K2012-03-21fiscal FY 201118560001096906-12-000595
10-Q2011-11-02fiscal Q3 201116470001096906-11-002522
10-Q/A2011-08-11fiscal Q2 201117500001096906-11-001796
10-Q/A2011-08-10fiscal Q2 201117500001096906-11-001763

4 further filings tag fewer than eight published concepts and have no page.

Inspect the source

Entity
ORANCO INC / CIK 0001098996
Captured
SEC response SHA-256
55ba30ac7b29189e7e0b5bc33ac164ddb2468edde572ab3fd3ffba6a3dd41caf

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