Skip to content

VITASPRING BIOMEDICAL CO., LTD.: filings

Every VITASPRING BIOMEDICAL CO., LTD. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 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-09-17fiscal Q2 202729860001640334-26-001572
10-Q2026-06-17fiscal Q1 202726560001640334-26-001083
10-K2026-06-17fiscal FY 202633680001640334-26-001082
10-Q2026-06-17fiscal Q3 202632950001640334-26-001077
10-Q2026-06-17fiscal Q2 202631880001640334-26-001075
10-Q2026-06-15fiscal Q1 202632680001640334-26-001046
10-K2026-06-08fiscal FY 202535720001640334-26-001019
10-Q2026-05-06fiscal Q3 2025341030001640334-26-000831
10-Q2026-04-22fiscal Q2 202533960001640334-26-000788
10-Q2026-04-02fiscal Q1 202532680001640334-26-000615
10-K2026-03-12fiscal FY 202437750001640334-26-000426
10-Q2026-01-30fiscal Q3 202431960001640334-26-000174
10-Q2026-01-23fiscal Q2 202431910001640334-26-000128
10-Q2026-01-13fiscal Q1 202432680001640334-26-000076
10-K2025-12-01fiscal FY 202346970001640334-25-002237
10-Q2022-12-21fiscal Q3 202328650001697884-22-000018
10-Q2022-09-15fiscal Q2 202327630001697884-22-000013
10-Q2022-06-15fiscal Q1 202327520001697884-22-000010
10-K2022-05-03fiscal FY 202134530001697884-22-000006
10-Q2021-12-23fiscal Q3 202220340001697884-21-000024
10-Q2021-09-15fiscal Q2 202119340001697884-21-000017
10-Q2021-06-14fiscal Q1 202221410001697884-21-000007
10-K2021-04-14fiscal FY 202125470001697884-21-000003
10-Q2020-12-15fiscal Q3 202120500001697884-20-000033
10-Q2020-09-28fiscal Q2 202121530001697884-20-000025
10-Q2020-06-19fiscal Q1 202121400001697884-20-000019
10-K2020-06-09fiscal FY 202024460001697884-20-000013
10-Q2019-12-12fiscal Q3 202028630001697884-19-000012
10-Q2019-08-27fiscal Q2 202027620001697884-19-000010
10-Q2019-06-03fiscal Q1 202026480001697884-19-000007
10-K2019-04-26fiscal FY 201925490001697884-19-000005
10-Q2018-11-21fiscal Q4 201925630001697884-18-000016
10-Q2018-08-15fiscal Q2 201924610001697884-18-000013
10-Q2018-06-04fiscal Q1 201924470001697884-18-000011
10-K2018-05-16fiscal FY 201825490001697884-18-000009
10-Q2017-11-15fiscal Q3 201819330001697884-17-000022
10-Q2017-08-16fiscal Q2 201722380001697884-17-000020
10-Q2017-06-08fiscal Q1 201718240001697884-17-000018

Inspect the source

Entity
VITASPRING BIOMEDICAL CO., LTD. / CIK 0001697884
Captured
2026-09-21T17:23:44.772Z
SEC response SHA-256
ee15de6dda3aedafc6c6b7ee7d9d21edb5e0091bf01dcbaec55b3fe460e6f43a

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