Skip to content

HOPTO INC.: filings

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

Filing record ends 2023-11-20

The latest filing in this captured record is a 10-Q filed 2023-11-20. No later filing is in the SEC companyfacts record captured on 2026-09-22. HOPTO 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-Q2023-11-20fiscal Q3 2023371090001493152-23-042162
10-Q2023-08-21fiscal Q2 2023371050001493152-23-029714
10-Q2023-05-15fiscal Q1 202337740001493152-23-017554
10-K2023-04-14fiscal FY 202240780001493152-23-012363
10-Q2022-11-14fiscal Q3 2022391120001493152-22-032237
10-Q2022-08-15fiscal Q2 2022381070001493152-22-023049
10-Q2022-05-16fiscal Q1 202238760001493152-22-013946
10-K2022-03-31fiscal FY 202139720001493152-22-008556
10-Q2021-11-15fiscal Q3 2021371020001493152-21-028712
10-Q2021-08-16fiscal Q2 2021391020001493152-21-020265
10-Q2021-05-17fiscal Q1 202137710001493152-21-011959
10-K2021-03-31fiscal FY 202034680001493152-21-007517
10-Q2020-11-16fiscal Q3 2020331000001493152-20-021760
10-Q2020-08-14fiscal Q2 2020351030001493152-20-015970
10-Q2020-05-20fiscal Q1 202033660001493152-20-009566
10-K2020-04-14fiscal FY 201939790001493152-20-006399
10-Q2019-11-14fiscal Q3 2019351030001493152-19-017560
10-Q2019-08-14fiscal Q2 2019351000001493152-19-012640
10-Q2019-05-15fiscal Q1 201934690001493152-19-007538
10-K2019-04-01fiscal FY 201840790001493152-19-004622
10-Q2018-11-14fiscal Q3 201830830001493152-18-016186
10-Q2018-08-14fiscal Q2 201831830001493152-18-011801
10-Q2018-05-21fiscal Q1 201831620001493152-18-007573
10-K2018-04-17fiscal FY 201741830001493152-18-005358
10-Q2017-11-14fiscal Q3 201729820001493152-17-013212
10-Q2017-08-14fiscal Q2 201730840001493152-17-009234
10-Q2017-05-22fiscal Q1 201731610001493152-17-005754
10-K2017-04-07fiscal FY 201636710001493152-17-003667
10-Q2016-11-21fiscal Q3 201630800001493152-16-015333
10-Q2016-08-15fiscal Q2 201630800001493152-16-012448
10-Q2016-05-13fiscal Q1 201630600001493152-16-009767
10-K2016-03-30fiscal FY 201536720001493152-16-008418
10-Q2015-11-13fiscal Q3 201531830001493152-15-005426
10-Q2015-08-07fiscal Q2 201529770001437749-15-015136
10-Q2015-05-15fiscal Q1 201529610001437749-15-010333
10-K2015-03-31fiscal FY 201436720001437749-15-006422
10-Q2014-11-14fiscal Q3 201432890001437749-14-020804
10-Q2014-08-06fiscal Q2 2014351010001437749-14-014408
10-Q2014-05-15fiscal Q1 201431620001437749-14-009269
10-K2014-03-31fiscal FY 201336700001437749-14-005539
10-Q2013-11-14fiscal Q3 201331870001140361-13-042928
10-Q2013-08-14fiscal Q2 201333950001140361-13-032152
10-Q2013-05-14fiscal Q1 201331640001140361-13-020566
10-K2013-04-01fiscal FY 201238770001140361-13-014820
10-Q2012-11-14fiscal Q3 201229780001140361-12-047371
10-Q/A2012-08-22fiscal Q2 201230820001021435-12-000039
10-Q2012-05-21fiscal Q1 201227560001021435-12-000025
10-K2012-04-16fiscal FY 201133680001021435-12-000017
10-Q2011-11-14fiscal Q3 201129780001021435-11-000048
10-Q2011-08-15fiscal Q2 201128760001021435-11-000016

Inspect the source

Entity
HOPTO INC. / CIK 0001021435
Captured
SEC response SHA-256
e943df52234d3a3171590826a25ab74c5bcc8514d219defcae262d79ea5f10b7

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