Skip to content

KINDCARD, INC.: filings

Every KINDCARD, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 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-06-17fiscal Q1 202724510001477932-26-003908
10-K2026-05-19fiscal FY 202632650001477932-26-003300
10-Q2025-12-22fiscal Q3 202630880001477932-25-009119
10-Q2025-09-22fiscal Q2 202630840001477932-25-006912
10-Q2025-06-16fiscal Q1 202628600001477932-25-004628
10-K2025-05-19fiscal FY 202536730001477932-25-003933
10-Q2024-12-17fiscal Q3 202534990001477932-24-008152
10-Q2024-09-16fiscal Q2 202535940001477932-24-005748
10-Q2024-06-14fiscal Q1 202532650001477932-24-003700
10-K2024-05-15fiscal FY 202434690001477932-24-003022
10-Q2023-12-15fiscal Q3 202435960001477932-23-009179
10-Q2023-09-19fiscal Q2 202434900001477932-23-006964
10-Q2023-06-14fiscal Q1 202433680001477932-23-004578
10-K2023-05-19fiscal FY 202334670001477932-23-003764
10-Q2022-12-14fiscal Q3 202331860001477932-22-009270
10-Q2022-09-19fiscal Q2 202333880001477932-22-007015
10-Q2022-06-21fiscal Q1 202328570001477932-22-004522
10-K2022-05-17fiscal FY 202232630001477932-22-003594
10-Q2021-12-20fiscal Q3 202217520001477932-21-009362
10-Q2021-09-17fiscal Q2 202217470001477932-21-006445
10-Q2021-06-14fiscal Q1 202218390001477932-21-004002
10-K2021-04-30fiscal FY 202119400001477932-21-002784
10-Q2020-12-10fiscal Q3 202116500001477932-20-007193
10-Q2020-09-09fiscal Q2 202118530001477932-20-005351
10-Q2020-06-15fiscal Q1 202119410001477932-20-003368
10-K2020-04-30fiscal FY 202017340001477932-20-002324
10-Q2019-12-11fiscal Q3 202017480001477932-19-007045
10-Q2019-09-10fiscal Q2 202018500001477932-19-005319
10-Q2019-06-12fiscal Q1 202016340001477932-19-003498
10-K2019-04-29fiscal FY 201917340001477932-19-002158
10-Q2018-12-11fiscal Q3 201917400001477932-18-005919
10-Q2018-09-11fiscal Q2 201917430001477932-18-004454
10-Q2018-06-04fiscal Q1 201915290001477932-18-002871
10-K2018-04-27fiscal FY 201816270001477932-18-002073

Inspect the source

Entity
KINDCARD, INC. / CIK 0001696025
Captured
2026-09-21T17:23:40.349Z
SEC response SHA-256
467392b2c7a7c6d8f8f4201ec6be07799cab7ae58a72bc1532a14ced978e4914

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