Skip to content

Triller Group Inc.: filings

Every Triller Group Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 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-13fiscal Q2 2026351040001213900-26-089062
10-Q2026-05-13fiscal Q1 202635740001213900-26-055478
10-K2026-04-14fiscal FY 202539780001213900-26-043341
10-Q/A2026-04-14fiscal Q3 2025381130001213900-26-043228
10-Q/A2026-02-17fiscal Q2 2025381110001213900-26-016763
10-Q/A2026-02-17fiscal Q1 202539800001213900-26-016753
10-K2026-01-26fiscal FY 202449900001213900-26-007545
10-Q2024-11-14fiscal Q3 2024371050001213900-24-098416
10-Q2024-08-14fiscal Q2 2024391120001213900-24-068997
10-Q2024-05-15fiscal Q1 202438810001213900-24-043747
10-K2024-03-28fiscal FY 202344880001213900-24-027225
10-Q/A2024-03-28fiscal Q3 2023431230001213900-24-027214
10-Q/A2024-03-28fiscal Q2 2023441210001213900-24-027212
10-Q/A2024-03-28fiscal Q1 202342810001213900-24-027203
10-Q2023-11-14fiscal Q3 2023431230001213900-23-086450
10-Q2023-08-11fiscal Q2 2023461230001213900-23-066269
10-Q2023-05-15fiscal Q1 202342810001213900-23-039322
10-K2023-04-03fiscal FY 202246890001213900-23-026399
10-Q2022-11-17fiscal Q3 202217560001213900-22-073285
10-Q2022-08-15fiscal Q2 202217520001213900-22-048049
10-Q2022-05-16fiscal Q1 202222480001213900-22-027067
10-K2022-03-14fiscal FY 202123450001213900-22-012228
10-K/A2021-12-13fiscal FY 202020390001213900-21-064769
10-Q2021-11-16fiscal Q3 202120570001213900-21-059739
10-Q2021-08-06fiscal Q2 202120570001213900-21-040623
10-Q2021-06-16fiscal Q1 202119410001213900-21-032740
10-K2021-03-26fiscal FY 202021410001213900-21-018015
10-Q2020-11-13fiscal Q3 202021580001213900-20-036650
10-Q2020-08-14fiscal Q2 202020530001213900-20-022265
10-Q2020-05-18fiscal Q1 202018380001213900-20-012834
10-K2020-03-31fiscal FY 201919340001213900-20-008207
10-Q2019-11-14fiscal Q3 201919330001213900-19-023498
10-Q2019-08-14fiscal Q2 201919330001213900-19-015892
10-Q2019-06-26fiscal Q1 201913180001213900-19-011483

Inspect the source

Entity
Triller Group Inc. / CIK 0001769624
Captured
2026-09-21T17:26:41.043Z
SEC response SHA-256
7f27cbacbbc68ff0ad90f162ac2d06ab9d65c5e0d32097c962e024345897b38f

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