Skip to content

SHINECO, INC.: filings

Every SHINECO, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 40 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-Q2025-05-15fiscal Q3 2025541520001641172-25-010889
10-Q2025-02-14fiscal Q2 2025531490001493152-25-006895
10-Q2024-11-14fiscal Q1 2025541100001493152-24-045825
10-K2024-09-30fiscal FY 2024551100001493152-24-038830
10-Q2024-05-15fiscal Q3 2024561560001493152-24-019989
10-Q2024-02-08fiscal Q2 2024551330001493152-24-005469
10-Q2023-11-14fiscal Q1 202454980001493152-23-041173
10-K2023-09-28fiscal FY 202353870001493152-23-034631
10-Q2023-05-12fiscal Q3 2023511330001493152-23-016645
10-Q2023-02-14fiscal Q2 2023421150001493152-23-005034
10-Q2022-11-14fiscal Q1 202341850001493152-22-032163
10-K2022-09-28fiscal FY 202247920001493152-22-027039
10-Q2022-05-16fiscal Q3 2022471240001493152-22-013588
10-Q2022-02-14fiscal Q2 2022451190001493152-22-004462
10-K/A2022-02-10fiscal FY 202146930001493152-22-003795
10-Q2021-11-15fiscal Q1 202245850001493152-21-028673
10-K2021-09-30fiscal FY 202147940001493152-21-024205
10-Q2021-05-14fiscal Q3 2021471220001493152-21-011526
10-Q2021-02-19fiscal Q2 2021471240001493152-21-004416
10-Q2020-11-16fiscal Q1 202146910001493152-20-021446
10-K2020-09-28fiscal FY 202047920001493152-20-018415
10-Q2020-05-14fiscal Q3 2019451210001493152-20-008747
10-Q2020-02-14fiscal Q2 2020461260001213900-20-003759
10-Q2019-11-14fiscal Q1 201946930001213900-19-023345
10-K2019-09-27fiscal FY 201944880001213900-19-019170
10-Q2019-05-15fiscal Q3 2019441190001213900-19-008899
10-Q2019-02-19fiscal Q2 2019441150001213900-19-002848
10-Q2018-11-14fiscal Q1 201944890001213900-18-015807
10-K2018-10-15fiscal FY 201843860001213900-18-013917
10-Q2018-05-15fiscal Q3 2018431130001213900-18-006317
10-Q2018-02-12fiscal Q2 2018431160001144204-18-007370
10-Q2017-11-14fiscal Q1 201841840001144204-17-058727
10-K2017-10-13fiscal FY 201737760001144204-17-052445
10-Q2017-05-15fiscal Q3 2017361000001144204-17-027639
10-Q2017-05-12fiscal Q1 201736740001144204-17-026893
10-Q2017-02-15fiscal Q2 2017361000001144204-17-009415
10-K2017-02-15fiscal FY 201638780001144204-17-009400
10-Q2016-11-14fiscal Q1 201736740001144204-16-134327
10-K2016-09-28fiscal FY 201638780001144204-16-125814
10-Q2016-06-08fiscal Q3 2016371020001144204-16-107523

Inspect the source

Entity
SHINECO, INC. / CIK 0001300734
Captured
2026-09-21T17:19:04.977Z
SEC response SHA-256
526257ec6e4de7805c0f6a2989a42d8384f65aaa03391d20b95495a280d85928

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