Skip to content

Hapi Metaverse Inc.: filings

Every Hapi Metaverse Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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-07fiscal Q2 2026371120001493152-26-036663
10-Q2026-05-11fiscal Q1 202638780001493152-26-022059
10-K2026-03-17fiscal FY 202539780001493152-26-010604
10-Q2025-11-06fiscal Q3 2025401210001493152-25-021095
10-Q2025-08-14fiscal Q2 2025391160001641172-25-023632
10-Q2025-05-14fiscal Q1 202540800001641172-25-010278
10-K2025-04-04fiscal FY 202440780001641172-25-002758
10-Q2024-11-07fiscal Q3 2024391150001493152-24-044062
10-Q2024-08-08fiscal Q2 2024391190001493152-24-030782
10-Q2024-05-14fiscal Q1 202437780001493152-24-019251
10-K2024-04-01fiscal FY 202340870001493152-24-012424
10-Q2023-11-07fiscal Q3 2023411170001493152-23-039746
10-Q2023-08-11fiscal Q2 2023411140001493152-23-027852
10-Q2023-05-12fiscal Q1 202339750001493152-23-016655
10-K2023-03-29fiscal FY 202244780001493152-23-009469
10-Q2022-11-03fiscal Q3 202236990001493152-22-030346
10-Q2022-08-04fiscal Q2 202236950001493152-22-021329
10-Q2022-05-09fiscal Q1 202228570001493152-22-012570
10-K2022-03-16fiscal FY 202129600001654954-22-003199
10-Q2021-11-10fiscal Q3 202129900001654954-21-011959
10-Q2021-08-11fiscal Q2 202122680001654954-21-008758
10-Q2021-05-17fiscal Q1 202121460001654954-21-005873
10-K2021-03-23fiscal FY 202022460001654954-21-003081
10-Q2020-11-13fiscal Q3 202025820001654954-20-012328
10-Q2020-08-13fiscal Q2 202025780001654954-20-009039
10-Q2020-05-13fiscal Q1 202026560001654954-20-005388
10-K2020-03-30fiscal FY 201930620001654954-20-003477
10-Q2019-11-12fiscal Q3 201929890001654954-19-012740
10-Q2019-08-14fiscal Q2 201929880001654954-19-009492
10-Q2019-05-13fiscal Q1 201929600001654954-19-005723
10-K2019-04-01fiscal FY 201829600001654954-19-003809
10-Q2018-11-14fiscal Q3 201831920001654954-18-012665
10-Q2018-07-30fiscal Q2 201831880001654954-18-008168
10-Q2018-05-15fiscal Q1 201830620001654954-18-005335
10-K2018-04-02fiscal FY 201731640001654954-18-003422
10-Q2017-11-14fiscal Q3 201730850001654954-17-010585
10-Q2017-08-14fiscal Q2 201729740001654954-17-007493
10-Q2017-05-15fiscal Q1 201728580001654954-17-004627
10-K2017-04-14fiscal FY 201629600001654954-17-003320
10-Q2016-11-17fiscal Q3 201630840001654954-16-004138
10-Q2016-08-22fiscal Q2 201628760001654954-16-001765
10-Q2016-05-23fiscal Q1 201628580001354488-16-007606
10-K2016-04-13fiscal FY 201531640001354488-16-006979
10-Q2015-11-23fiscal Q3 201529800001354488-15-005250
10-Q2015-08-14fiscal Q2 201528760001354488-15-003912
10-Q2015-05-20fiscal Q1 201530620001354488-15-002589
10-Q2015-05-15fiscal Q1 201530620001354488-15-002534
10-K2015-04-15fiscal FY 201434690001354488-15-001757
10-Q2014-11-12fiscal Q3 201424690001354488-14-005591
10-Q2014-08-14fiscal Q2 201424880001354488-14-004180

Inspect the source

Entity
Hapi Metaverse Inc. / CIK 0001600347
Captured
2026-09-21T17:21:08.393Z
SEC response SHA-256
8e72dfbfeb98e42156b791e7084ad12cdc94853ce8b06d5d9f30d80929614373

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