Skip to content

ASIAFIN HOLDINGS CORP.: filings

Every ASIAFIN HOLDINGS CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 23 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-11fiscal Q2 2026471270001213900-26-087587
10-Q2026-05-13fiscal Q1 202646930001213900-26-055294
10-K2026-04-01fiscal FY 202548970001493152-26-014450
10-Q2025-11-13fiscal Q3 2025451230001493152-25-022054
10-Q2025-08-13fiscal Q2 2025441180001493152-25-011892
10-Q2025-05-13fiscal Q1 202543880001641172-25-009821
10-K2025-03-25fiscal FY 202444880001641172-25-000565
10-Q2024-11-08fiscal Q3 2024421200001493152-24-044198
10-Q2024-08-07fiscal Q2 2024421150001493152-24-030484
10-Q2024-05-10fiscal Q1 202442860001493152-24-018549
10-K2024-03-22fiscal FY 202342820001493152-24-010893
10-Q2023-11-13fiscal Q3 2023421020001493152-23-040262
10-Q2023-08-15fiscal Q2 202339910001493152-23-028804
10-Q/A2023-08-14fiscal Q1 202337630001493152-23-028128
10-Q2023-05-22fiscal Q1 202335660001493152-23-018428
10-K2023-02-16fiscal FY 202223440001493152-23-005271
10-Q2022-11-14fiscal Q3 202221540001493152-22-031725
10-Q2022-08-15fiscal Q2 202220520001493152-22-022535
10-Q2022-05-16fiscal Q1 202220370001493152-22-013465
10-Q2022-01-13fiscal Q1 202222410001493152-22-001100
10-K2021-11-29fiscal FY 202123470001493152-21-029950
10-Q2021-07-15fiscal Q3 202121580001493152-21-016877
10-Q2021-04-30fiscal Q2 202122560001493152-21-010108

Inspect the source

Entity
ASIAFIN HOLDINGS CORP. / CIK 0001828748
Captured
2026-09-21T17:29:58.047Z
SEC response SHA-256
761e125f3d00b51ecbc7fe9491e135e336ec3dbe774dec58b57ef1cdbdba5a31

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