Skip to content

ALL IN FUTURETECH ALLIANCE, INC.: filings

Every ALL IN FUTURETECH ALLIANCE, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 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-14fiscal Q2 2026471290001213900-26-090237
10-Q2026-06-15fiscal Q1 202645910001213900-26-068870
10-K2026-05-22fiscal FY 2025571150001171843-26-003627
10-Q2025-11-19fiscal Q3 2025471320001213900-25-112690
10-Q2025-08-14fiscal Q2 2025461310001213900-25-076748
10-Q2025-07-07fiscal Q1 202546950001213900-25-061782
10-K2025-06-09fiscal FY 2024541060001213900-25-052248
10-Q2024-11-14fiscal Q3 2024481320001213900-24-098566
10-Q2024-08-19fiscal Q2 2024441180001213900-24-070775
10-Q2024-05-20fiscal Q1 202439800001213900-24-045259
10-K2024-03-28fiscal FY 202343860001213900-24-027346
10-Q2023-11-09fiscal Q3 202333960001213900-23-085341
10-Q2023-08-10fiscal Q2 202332880001213900-23-065685
10-Q2023-05-11fiscal Q1 202334670001213900-23-038608
10-K2023-03-24fiscal FY 202241790001213900-23-022824
10-Q2022-11-16fiscal Q3 202232900001213900-22-073190
10-Q2022-08-15fiscal Q2 202231860001213900-22-048145
10-Q2022-06-24fiscal Q1 202229620001213900-22-034897
10-K2022-05-26fiscal FY 202138750001213900-22-029764
10-Q2021-11-22fiscal Q3 202133930001213900-21-061191
10-Q2021-08-16fiscal Q2 202133860001213900-21-042968
10-Q2021-05-24fiscal Q1 202129610001213900-21-028725
10-K2021-04-13fiscal FY 202037720001213900-21-021245
10-Q2020-11-09fiscal Q3 202032860001213900-20-035985
10-Q2020-08-10fiscal Q2 202032810001213900-20-021191
10-Q2020-05-11fiscal Q1 202032610001213900-20-011643
10-K/A2020-03-17fiscal FY 201936740001213900-20-006693
10-K2020-03-16fiscal FY 201937760001213900-20-006542
10-Q2019-11-12fiscal Q3 201933920001683168-19-003552
10-Q2019-08-09fiscal Q2 201921630001683168-19-002508
10-Q2019-05-09fiscal Q1 201921470001683168-19-001434
10-K2019-03-18fiscal FY 201822460001683168-19-000700
10-Q2018-11-07fiscal Q3 201822590001683168-18-003285
10-Q2018-08-09fiscal Q2 201822530001683168-18-002215
10-Q2018-05-10fiscal Q1 201818290001683168-18-001258
10-K2018-03-22fiscal FY 201721230001683168-18-000741
10-Q2017-11-09fiscal Q3 20179100001615774-17-006404
10-Q2017-11-09fiscal Q2 2017880001615774-17-006402

Inspect the source

Entity
ALL IN FUTURETECH ALLIANCE, INC. / CIK 0001708341
Captured
2026-09-21T17:26:31.542Z
SEC response SHA-256
be255c81ed1404c1c0e8ba590fff4754a2ebc909028542ef796ea34a6739bd21

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