Skip to content

HyOrc Corporation: filings

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

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-Q2026-08-06fiscal Q2 202631740001493152-26-036296
10-Q2026-05-07fiscal Q1 202623590001493152-26-021720
10-K2026-03-30fiscal FY 202530560001493152-26-013412
10-Q/A2017-12-29fiscal Q3 201714360001493152-17-015257
10-Q/A2017-12-29fiscal Q2 201714360001493152-17-015253
10-Q/A2017-12-29fiscal Q1 201714300001493152-17-015251
10-Q2017-11-20fiscal Q3 201714360001493152-17-013545
10-Q2017-11-17fiscal Q2 201714360001493152-17-013503
10-Q2017-11-17fiscal Q1 201714300001493152-17-013488
10-K2017-11-09fiscal FY 201616330001493152-17-012724
10-Q2017-10-31fiscal Q3 201614360001493152-17-012212
10-Q2017-10-31fiscal Q2 201614360001493152-17-012207
10-Q/A2017-10-31fiscal Q1 201615320001493152-17-012194
10-Q2017-10-04fiscal Q1 201612290001493152-17-011233
10-K2017-09-29fiscal FY 201515300001493152-17-011092
10-Q2015-11-09fiscal Q3 201515410001493152-15-005250
10-Q2015-08-17fiscal Q2 201514400001493152-15-003786
10-Q2015-05-13fiscal Q1 201522660001493152-15-001880
10-K2015-03-30fiscal FY 201421600001493152-15-001051
10-Q2015-01-15fiscal Q3 201420780001493152-15-000179
10-Q2015-01-14fiscal Q2 201420790001493152-15-000152
10-Q2015-01-13fiscal Q1 201420580001493152-15-000129
10-K2015-01-05fiscal FY 201322590001493152-15-000041
10-Q2015-01-05fiscal Q3 201320740001493152-15-000038
10-Q2015-01-05fiscal Q2 201320720001493152-15-000036
10-Q2015-01-05fiscal Q1 201321570001493152-15-000034
10-K2014-08-25fiscal FY 201222800001493152-14-002712
10-Q2014-08-25fiscal Q3 201221790001493152-14-002709
10-Q2014-08-25fiscal Q2 201221720001493152-14-002708
10-Q2014-08-25fiscal Q1 201222570001493152-14-002707
10-K2013-06-19fiscal FY 201121540001493152-13-001227
10-Q2011-11-21fiscal Q2 201117690001144204-11-065924

Inspect the source

Entity
HyOrc Corporation / CIK 0001070789
Captured
2026-09-20T05:19:43.673Z
SEC response SHA-256
8dfc2836a4a5b42c4eb83f8a589a08ecdecdd57783262638d965d5a3813267ae

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