Skip to content

flooidCX Corp.: filings

Every flooidCX Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 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-K2025-10-31fiscal FY 202435720001477932-25-007833
10-Q2025-07-28fiscal Q3 2024321000001477932-25-005274
10-Q2025-06-26fiscal Q2 202431940001477932-25-004816
10-Q2025-05-08fiscal Q1 202424520001477932-25-003422
10-K2025-04-15fiscal FY 202333670001477932-25-002748
10-Q2023-11-14fiscal Q3 202329950001477932-23-008460
10-Q2023-08-25fiscal Q2 202328890001477932-23-006473
10-Q2023-06-09fiscal Q1 202330630001477932-23-004421
10-Q2023-01-25fiscal Q3 2023341020001477932-23-000516
10-Q/A2022-12-15fiscal Q2 202331850001477932-22-009304
10-Q2022-10-24fiscal Q2 202330800001477932-22-007872
10-Q2022-07-20fiscal Q1 202325540001477932-22-005230
10-K2022-06-15fiscal FY 202230620001477932-22-004392
10-Q2022-01-18fiscal Q3 202227780001477932-22-000331
10-Q2021-10-21fiscal Q2 202227740001477932-21-007497
10-Q2021-07-15fiscal Q1 202227580001477932-21-004648
10-K2021-06-16fiscal FY 202133690001477932-21-004062
10-Q2021-01-14fiscal Q3 202134920001477932-21-000268
10-Q2020-10-20fiscal Q2 202133840001477932-20-005977
10-Q2020-07-15fiscal Q1 202128600001477932-20-004026
10-K2020-06-16fiscal FY 202032660001477932-20-003418
10-Q2020-01-17fiscal Q3 202025740001477932-20-000290
10-Q2019-10-15fiscal Q2 202024650001477932-19-005888
10-Q2019-07-15fiscal Q1 202021450001477932-19-004115
10-K2019-06-13fiscal FY 201923490001477932-19-003513
10-Q2019-01-14fiscal Q3 201927680001477932-19-000129
10-Q2018-10-15fiscal Q2 201927660001477932-18-004869
10-Q2018-07-13fiscal Q1 201927520001477932-18-003504
10-K2018-05-29fiscal FY 201827550001477932-18-002789
10-Q2018-01-16fiscal Q3 201826630001477932-18-000246
10-Q2017-10-13fiscal Q2 201825610001477932-17-005036
10-Q2017-07-17fiscal Q1 201724490001477932-17-003367
10-K2017-06-14fiscal FY 201724490001477932-17-002832
10-K2017-02-17fiscal FY 201718360001477932-17-000833
10-K2017-02-10fiscal FY 201718360001477932-17-000663
10-Q2017-01-17fiscal Q3 201713320001477932-17-000317
10-Q2016-10-20fiscal Q2 201713320001477932-16-013031
10-Q2016-06-17fiscal Q1 201714300001393905-16-000954
10-K2016-05-31fiscal FY 201718360001393905-16-000936
10-Q2016-01-13fiscal Q3 201615390001393905-16-000689
10-Q2015-09-16fiscal Q2 201613340001393905-15-000480
10-Q2015-07-09fiscal Q1 201613280001393905-15-000352
10-K2015-05-18fiscal FY 201516300001393905-15-000269
10-Q2015-01-06fiscal Q3 201516330001393905-15-000011
10-Q2014-10-01fiscal Q2 201516330001393905-14-000548

Inspect the source

Entity
flooidCX Corp. / CIK 0001609988
Captured
2026-09-21T17:20:27.859Z
SEC response SHA-256
87e771e04f65b2d434a38e263fa5f17437a38720668c9e6303d083971b10da82

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