Skip to content

HOOPS SCOUTING USA: filings

Every HOOPS SCOUTING USA annual and quarterly report in the SEC record with the published financial measures it tagged, 41 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-05-13fiscal Q3 202628820001477932-26-003015
10-Q2026-01-30fiscal Q1 202622460001477932-26-000509
10-Q2026-01-30fiscal Q2 202622570001477932-26-000508
10-K2026-01-13fiscal FY 202523470001477932-26-000170
10-Q2025-12-19fiscal Q3 202522660001477932-25-009057
10-Q2025-12-19fiscal Q2 202521580001477932-25-009056
10-Q2025-12-19fiscal Q1 202523490001477932-25-009055
10-Q/A2025-10-14fiscal Q3 202424720001477932-25-007511
10-Q/A2025-10-14fiscal Q2 202421580001477932-25-007510
10-Q/A2025-10-14fiscal Q1 202421450001477932-25-007509
10-K2025-08-29fiscal FY 202421440001477932-25-006434
10-K/A2025-08-28fiscal FY 202325500001477932-25-006370
10-Q/A2024-12-31fiscal Q3 202324710001477932-24-008389
10-Q/A2024-12-12fiscal Q2 202320580001477932-24-008052
10-Q/A2024-12-02fiscal Q1 202319420001477932-24-007763
10-Q2024-07-12fiscal Q3 202422610001477932-24-004184
10-Q2024-03-13fiscal Q2 202421530001477932-24-001163
10-Q2024-01-16fiscal Q1 202421450001477932-24-000181
10-K2023-12-08fiscal FY 202322470001477932-23-009040
10-Q2023-05-23fiscal Q3 202318520001477932-23-003922
10-Q2023-02-14fiscal Q2 202316440001477932-23-001001
10-Q2022-11-14fiscal Q1 202317380001477932-22-008449
10-K2022-10-11fiscal FY 202218380001477932-22-007514
10-Q2022-05-16fiscal Q3 202214460001477932-22-003476
10-Q2022-02-04fiscal Q2 202215440001477932-22-000600
10-Q2021-11-15fiscal Q1 202113300001477932-21-008335
10-K2021-10-05fiscal FY 202118380001562884-21-000053
10-Q2021-08-31fiscal Q3 202116500001562884-21-000033
10-Q2021-08-31fiscal Q2 202116460001562884-21-000032
10-Q2021-08-31fiscal Q1 202116360001562884-21-000029
10-K2021-07-06fiscal FY 202014300001078782-21-000658
10-Q2020-11-23fiscal Q3 202013400001078782-20-000909
10-Q2020-11-05fiscal Q2 202013380001078782-20-000816
10-Q2020-11-05fiscal Q1 202013300001078782-20-000814
10-K2020-08-05fiscal FY 201915310001078782-20-000587
10-Q2020-04-22fiscal Q3 201913400001078782-20-000278
10-Q2020-04-15fiscal Q2 201913380001078782-20-000256
10-Q/A2020-04-15fiscal Q1 201913300001078782-20-000254
10-K2019-11-13fiscal FY 201817350001078782-19-000835
10-Q2019-10-10fiscal Q3 201815400001078782-19-000761
10-Q2019-05-20fiscal Q1 201915320001078782-19-000461

Inspect the source

Entity
HOOPS SCOUTING USA / CIK 0001721056
Captured
2026-09-21T17:25:05.741Z
SEC response SHA-256
8dea3a7d66c6e4f9a3042417c1a03ccb4dd79ab7305608bdb3d96f716c0a7265

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