Skip to content

TRENDMAKER, INC. LIMITED: filings

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

Filing record ends 2024-08-07

The latest filing in this captured record is a 10-Q filed 2024-08-07. No later filing is in the SEC companyfacts record captured on 2026-09-23. TRENDMAKER, INC. LIMITED 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-Q2024-08-07fiscal Q2 202417530001493152-24-030471
10-Q2024-05-09fiscal Q1 202417350001493152-24-018328
10-K2024-03-13fiscal FY 202317350001493152-24-009753
10-Q2023-11-07fiscal Q3 202317570001493152-23-039626
10-Q2023-08-04fiscal Q2 202316490001493152-23-026711
10-Q2023-05-05fiscal Q1 202315310001493152-23-015506
10-K2023-02-21fiscal FY 202215310001493152-23-005567
10-Q2022-10-27fiscal Q3 202216430001493152-22-029667
10-Q2022-08-05fiscal Q2 202216470001493152-22-021429
10-Q2022-05-12fiscal Q1 202216330001493152-22-012914
10-Q2021-12-13fiscal Q1 202213280001493152-21-031176
10-K2021-10-21fiscal FY 202114290001493152-21-025926
10-Q2021-06-08fiscal Q3 202111360001493152-21-013796
10-Q2021-03-12fiscal Q2 202111320001493152-21-005848
10-Q2020-12-03fiscal Q1 202111240001493152-20-022870
10-K2020-10-22fiscal FY 202014290001493152-20-019776
10-Q2020-06-04fiscal Q3 202011360001493152-20-010520
10-Q2020-03-06fiscal Q2 202012340001493152-20-003482
10-Q2019-12-12fiscal Q1 202011240001493152-19-019059
10-K2019-10-11fiscal FY 201914300001493152-19-015395
10-Q2019-06-21fiscal Q3 201913340001493152-19-009530
10-Q2019-06-21fiscal Q2 201913340001493152-19-009529
10-Q2019-06-21fiscal Q1 201913280001493152-19-009528
10-K2019-05-08fiscal FY 201816300001493152-19-006560
10-Q2019-05-08fiscal Q3 201816370001493152-19-006557
10-Q2019-05-08fiscal Q2 201816370001493152-19-006556
10-Q2019-05-08fiscal Q1 201816300001493152-19-006554
10-K2019-05-08fiscal FY 201722380001493152-19-006549
10-Q2019-05-08fiscal Q3 201720470001493152-19-006545
10-Q2019-05-08fiscal Q2 201722530001493152-19-006544
10-Q2019-05-08fiscal Q1 201721400001493152-19-006543
10-K2018-03-15fiscal FY 201618310001477932-18-001314
10-Q2016-11-09fiscal Q3 201622570001137050-16-000332
10-Q2016-04-01fiscal Q2 201622610001144204-16-092232
10-Q2015-12-16fiscal Q1 201621430001144204-15-071321
10-K2015-11-13fiscal FY 201518390001144204-15-065433
10-Q2015-06-15fiscal Q3 201517430001144204-15-037264

Inspect the source

Entity
TRENDMAKER, INC. LIMITED / CIK 0001613685
Captured
SEC response SHA-256
779bf04f6da24cf48cbe7a5b2c8f934dc3fa56ef23fb36ba7ee215dd19f6fb99

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