Skip to content

FutureTech II Acquisition Corp.: filings

Every FutureTech II Acquisition Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 19 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-Q2025-08-22fiscal Q2 202517510001641172-25-025250
10-Q2025-05-20fiscal Q1 202517350001641172-25-011790
10-K2025-04-09fiscal FY 202417340001641172-25-003384
10-Q2025-01-28fiscal Q3 202417550001493152-25-004006
10-Q/A2025-01-21fiscal Q2 202417500001493152-25-003104
10-Q/A2025-01-14fiscal Q1 202416330001493152-25-002175
10-K/A2024-12-20fiscal FY 202316320001493152-24-051026
10-Q/A2024-12-18fiscal Q3 202317530001493152-24-050657
10-Q2024-08-14fiscal Q2 202417500001493152-24-032073
10-Q2024-05-16fiscal Q1 202416330001493152-24-020090
10-K2024-04-05fiscal FY 202316320001493152-24-013334
10-Q2023-11-16fiscal Q3 202318550001493152-23-041663
10-Q2023-08-14fiscal Q2 202318510001493152-23-028432
10-Q2023-05-15fiscal Q1 202318360001493152-23-017290
10-K2023-03-31fiscal FY 202218300001493152-23-010345
10-Q2022-11-14fiscal Q3 202216340001493152-22-032169
10-Q2022-08-16fiscal Q2 202216290001493152-22-023057
10-Q2022-05-16fiscal Q1 202216230001493152-22-013970
10-K2022-03-31fiscal FY 202111110001493152-22-008388

Inspect the source

Entity
FutureTech II Acquisition Corp. / CIK 0001889450
Captured
2026-09-21T17:23:09.121Z
SEC response SHA-256
03368bb83cfd0f2ec7d51c174fc92b9d613ae3c5d9022d9fd719917800546bd6

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