Skip to content

FDCTECH, INC.: filings

Every FDCTECH, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 47 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-17fiscal Q2 2026401420001493152-26-038590
10-K/A2026-07-01fiscal FY 202541810001493152-26-031366
10-K/A2026-06-23fiscal FY 202541810001493152-26-029811
10-Q/A2026-06-08fiscal Q1 202642860001493152-26-027773
10-K/A2026-06-08fiscal FY 202541810001493152-26-027771
10-Q/A2026-06-08fiscal Q3 2025421210001493152-26-027770
10-Q/A2026-06-08fiscal Q2 2025421310001493152-26-027768
10-Q/A2026-06-08fiscal Q1 202539830001493152-26-027765
10-K/A2026-06-08fiscal FY 202541810001493152-26-027724
10-Q2026-05-15fiscal Q1 202640820001493152-26-023529
10-K/A2026-04-22fiscal FY 202541820001493152-26-018577
10-K2026-04-17fiscal FY 202541820001493152-26-017945
10-Q2025-11-13fiscal Q3 2025401170001493152-25-022191
10-Q2025-08-13fiscal Q2 2025391150001641172-25-023428
10-Q/A2025-08-11fiscal Q1 202539770001641172-25-022951
10-Q2025-05-13fiscal Q1 202538760001641172-25-009928
10-K2025-03-31fiscal FY 202440800001641172-25-001853
10-Q2024-12-31fiscal Q3 2024381120001493152-24-052613
10-Q2024-12-31fiscal Q2 2024381120001493152-24-052612
10-Q2024-12-31fiscal Q1 202439780001493152-24-052611
10-K2024-10-15fiscal FY 202340780001493152-24-041145
10-Q2023-11-09fiscal Q3 2023361030001493152-23-040093
10-Q2023-08-11fiscal Q2 2023371070001493152-23-027798
10-Q2023-05-12fiscal Q1 202333670001493152-23-016540
10-K/A2023-05-05fiscal FY 202235680001493152-23-015630
10-K/A2023-05-05fiscal FY 202235680001493152-23-015479
10-K/A2023-05-03fiscal FY 202235680001493152-23-015311
10-K2023-04-17fiscal FY 202235680001493152-23-012515
10-Q2022-11-04fiscal Q3 202234950001493152-22-030416
10-Q2022-08-15fiscal Q2 202235970001493152-22-022750
10-Q2022-05-10fiscal Q1 202234690001493152-22-012681
10-K2022-03-28fiscal FY 202131610001493152-22-007869
10-Q2021-11-05fiscal Q3 202129810001493152-21-027332
10-Q2021-08-11fiscal Q2 202128760001493152-21-019339
10-Q2021-05-12fiscal Q1 202126540001493152-21-011091
10-K/A2021-03-03fiscal FY 202027560001493152-21-005291
10-K2021-03-03fiscal FY 202027560001493152-21-005266
10-Q2020-11-05fiscal Q3 202027740001493152-20-020521
10-Q2020-08-10fiscal Q2 202028760001493152-20-015059
10-Q2020-05-13fiscal Q1 202028560001493152-20-008439
10-K2020-04-07fiscal FY 201928560001493152-20-005931
10-Q2019-11-12fiscal Q3 201927730001493152-19-016778
10-Q2019-08-14fiscal Q2 201928730001493152-19-012295
10-Q2019-05-15fiscal Q1 201928580001493152-19-007268
10-K2019-04-16fiscal FY 201828550001493152-19-005374
10-Q2018-11-14fiscal Q3 201828750001493152-18-015989
10-Q2018-09-20fiscal Q2 201828770001493152-18-013550

Inspect the source

Entity
FDCTECH, INC. / CIK 0001722731
Captured
2026-09-21T17:25:00.086Z
SEC response SHA-256
8d14a2e5a7fe9b59a6ac23462c9c386b36deeac2371890cf571cb3324293f73d

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