Skip to content

FINTECH SCION LIMITED: filings

Every FINTECH SCION LIMITED 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-Q2024-12-04fiscal Q3 202438980001753926-24-002033
10-Q2024-11-20fiscal Q2 202437960001753926-24-001965
10-Q2024-11-20fiscal Q1 202437710001753926-24-001963
10-K/A2024-10-28fiscal FY 202340810001753926-24-001777
10-K/A2024-08-28fiscal FY 202341840001753926-24-001491
10-K/A2024-05-16fiscal FY 202340830001753926-24-000993
10-K2024-04-05fiscal FY 202340840001753926-24-000688
10-Q2023-11-14fiscal Q3 202337910001753926-23-001489
10-Q2023-08-21fiscal Q2 202337940001753926-23-001088
10-Q2023-05-22fiscal Q1 202338710001753926-23-000717
10-K2023-04-17fiscal FY 202238720001753926-23-000462
10-Q2022-11-10fiscal Q3 202234860001753926-22-001445
10-Q2022-08-12fiscal Q2 202234890001753926-22-001065
10-Q2022-05-12fiscal Q1 202235690001753926-22-000694
10-K2022-03-29fiscal FY 202134670001753926-22-000359
10-Q2021-11-15fiscal Q3 202132840001753926-21-000704
10-Q2021-08-18fiscal Q2 202132840001753926-21-000382
10-Q2021-05-17fiscal Q1 202134700001753926-21-000150
10-K2021-03-30fiscal FY 202035700001753926-21-000072
10-Q2020-11-16fiscal Q3 202131830001753926-20-000375
10-Q2020-08-19fiscal Q2 202031830001753926-20-000258
10-Q/A2020-07-07fiscal Q1 202031630001753926-20-000183
10-Q2020-06-22fiscal Q1 202031630001753926-20-000163
10-K2020-04-06fiscal FY 201934680001753926-20-000080
10-Q2019-11-13fiscal Q3 201932820001753926-19-000219
10-Q2019-08-13fiscal Q2 201932860001753926-19-000170
10-K/A2019-07-23fiscal FY 201834690001753926-19-000116
10-Q2019-05-14fiscal Q1 201932650001753926-19-000067
10-K2019-04-01fiscal FY 201834690001753926-19-000048
10-Q/A2018-11-19fiscal Q3 201833870001615774-18-012958
10-Q2018-11-14fiscal Q3 201833870001615774-18-012656
10-Q2018-08-15fiscal Q2 201830810001615774-18-008124
10-Q2018-06-13fiscal Q1 201830610001615774-18-005187
10-Q/A2018-05-15fiscal Q3 201729760001615774-18-003809
10-Q/A2018-05-15fiscal Q2 201728740001615774-18-003807
10-Q/A2018-05-15fiscal Q1 201730590001615774-18-003805
10-K2018-04-17fiscal FY 201734710001615774-18-002701
10-Q2017-11-14fiscal Q3 201729760001615774-17-006663
10-Q2017-08-21fiscal Q2 201728740001615774-17-004613
10-Q2017-05-22fiscal Q1 201729570001615774-17-002580
10-K2017-04-17fiscal FY 201629570001615774-17-001736
10-Q2016-11-17fiscal Q3 201625680001615774-16-008439
10-Q2016-08-15fiscal Q2 201625680001615774-16-006827
10-Q2016-05-16fiscal Q1 201624500001615774-16-005423
10-K2015-12-23fiscal FY 201519360001623590-15-000015
10-Q2015-09-09fiscal Q3 201522520001623590-15-000012
10-Q2015-06-09fiscal Q2 201521490001623590-15-000010

Inspect the source

Entity
FINTECH SCION LIMITED / CIK 0001623590
Captured
2026-09-21T17:20:53.962Z
SEC response SHA-256
99e97ac00ad6503faea6dcab80dcdb23e6e5f0a98a67f2f8262310bcd240b548

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