Skip to content

CHINA JO-JO DRUGSTORES, INC.: filings

Every CHINA JO-JO DRUGSTORES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 40 filings, each linked to its SEC index.

Filing record ends 2021-06-29

The latest filing in this captured record is a 10-K filed 2021-06-29. No later filing is in the SEC companyfacts record captured on 2026-09-22. CHINA JO-JO DRUGSTORES, INC. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-K2021-06-29fiscal FY 2021501010001213900-21-034697
10-Q2021-02-12fiscal Q3 2021501440001213900-21-008980
10-Q2020-11-13fiscal Q2 2020501390001213900-20-036780
10-Q2020-08-14fiscal Q1 2020501000001213900-20-022155
10-K2020-07-10fiscal FY 2020511000001213900-20-017170
10-Q2020-02-14fiscal Q3 2020501460001213900-20-003935
10-Q2019-11-14fiscal Q2 2020491380001213900-19-023368
10-Q2019-08-14fiscal Q1 202049990001213900-19-015651
10-K2019-07-01fiscal FY 201947960001213900-19-011825
10-Q2019-02-14fiscal Q3 2019481310001213900-19-002441
10-Q2018-11-14fiscal Q2 2019461290001213900-18-015635
10-Q2018-08-14fiscal Q1 201946940001213900-18-010999
10-K2018-06-29fiscal FY 201847940001213900-18-008512
10-Q2018-02-14fiscal Q3 2018451230001213900-18-001859
10-Q2017-11-14fiscal Q2 2018451240001213900-17-011947
10-Q2017-08-14fiscal Q1 201843870001213900-17-008606
10-K2017-06-29fiscal FY 201743870001213900-17-006960
10-Q2017-02-10fiscal Q3 2017441260001213900-17-001184
10-Q2016-11-14fiscal Q2 2017451280001213900-16-018370
10-Q2016-08-15fiscal Q1 201745920001213900-16-015911
10-K2016-06-28fiscal FY 201643880001213900-16-014551
10-Q2016-02-12fiscal Q3 2016431220001213900-16-010882
10-Q2015-11-12fiscal Q2 2016421200001213900-15-008468
10-Q2015-08-12fiscal Q1 201642880001213900-15-005977
10-K2015-06-29fiscal FY 201537760001213900-15-004826
10-Q2015-02-17fiscal Q3 2015371060001213900-15-001118
10-Q2014-11-13fiscal Q2 2015371060001213900-14-008019
10-Q2014-08-12fiscal Q1 201537760001213900-14-005676
10-K2014-06-27fiscal FY 201440810001213900-14-004536
10-Q2014-02-19fiscal Q3 2013381100001213900-14-001011
10-Q2013-11-14fiscal Q2 2013371080001213900-13-006477
10-Q2013-08-15fiscal Q1 201338790001213900-13-004378
10-K2013-07-01fiscal FY 201242840001213900-13-003375
10-Q2013-02-14fiscal Q3 2012411160001213900-13-000718
10-Q2012-11-14fiscal Q2 2012401160001213900-12-006203
10-Q/A2012-08-22fiscal Q1 201239800001213900-12-004853
10-K2012-07-02fiscal FY 201135710001213900-12-003602
10-Q2012-02-14fiscal Q3 201135990001157523-12-000758
10-Q2011-11-14fiscal Q2 201132910001157523-11-006795
10-Q/A2011-08-18fiscal Q1 201127590001157523-11-005129

Inspect the source

Entity
CHINA JO-JO DRUGSTORES, INC. / CIK 0001413263
Captured
SEC response SHA-256
8c51e0b014cede91147cdafa77b66bb1a5d7d3c119a084bd6505305922df7fc3

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