Skip to content

SCIENTURE HOLDINGS, INC.: filings

Every SCIENTURE HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 49 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-08-13fiscal Q2 2026421160001493152-26-037754
10-Q2026-05-15fiscal Q1 202641830001493152-26-023862
10-K2026-03-30fiscal FY 202548880001493152-26-013475
10-Q2025-11-12fiscal Q3 2025431190001493152-25-022032
10-Q2025-08-12fiscal Q2 2025401050001641172-25-023121
10-Q2025-05-12fiscal Q1 202543800001641172-25-009771
10-K2025-03-26fiscal FY 202449860001641172-25-000657
10-Q2024-11-06fiscal Q3 2024431190001493152-24-043756
10-Q2024-08-09fiscal Q2 2024381080001493152-24-030971
10-Q2024-06-26fiscal Q1 202440810001493152-24-025217
10-K2024-04-22fiscal FY 202342840001493152-24-015595
10-Q2024-01-16fiscal Q3 2023421190001493152-24-002429
10-Q2023-08-18fiscal Q2 2023431160001493152-23-029435
10-Q2023-05-15fiscal Q1 202340810001493152-23-017524
10-K2023-03-27fiscal FY 202246870001493152-23-009090
10-Q2022-11-07fiscal Q3 2022431190001493152-22-030832
10-Q2022-07-25fiscal Q2 2022421110001493152-22-020255
10-Q2022-05-09fiscal Q1 202240780001493152-22-012529
10-K2022-03-28fiscal FY 202137710001493152-22-007879
10-Q2021-10-25fiscal Q3 202137940001493152-21-026233
10-Q2021-07-26fiscal Q2 202136900001493152-21-017754
10-Q2021-04-26fiscal Q1 202138750001493152-21-009653
10-K2021-03-29fiscal FY 202036700001493152-21-007052
10-Q2020-10-26fiscal Q3 2020381060001493152-20-019949
10-Q2020-07-27fiscal Q2 2020401050001493152-20-014044
10-Q2020-05-04fiscal Q1 202039780001493152-20-007589
10-K2020-03-30fiscal FY 201939750001493152-20-005026
10-Q2019-10-28fiscal Q3 201937990001493152-19-016050
10-Q2019-07-26fiscal Q2 201936920001493152-19-011159
10-Q2019-05-13fiscal Q1 201935660001493152-19-006928
10-K2019-03-22fiscal FY 201833610001493152-19-003756
10-Q2018-10-26fiscal Q3 201819620001078782-18-001200
10-Q2018-07-27fiscal Q2 201827740001078782-18-000746
10-Q2018-04-27fiscal Q1 201827560001078782-18-000482
10-K2018-03-02fiscal FY 201730600001078782-18-000252
10-Q2017-11-07fiscal Q3 201729820001078782-17-001499
10-Q2017-08-04fiscal Q2 201728780001078782-17-001055
10-Q2017-05-15fiscal Q1 201726540001078782-17-000677
10-K2017-03-30fiscal FY 201624490001078782-17-000381
10-Q2016-11-14fiscal Q3 201631820001078782-16-003768
10-Q2016-08-05fiscal Q2 201630800001078782-16-003191
10-Q2016-04-20fiscal Q1 201628580001078782-16-002684
10-K2016-03-28fiscal FY 201533670001078782-16-002504
10-Q2015-11-02fiscal Q3 201532840001078782-15-001713
10-Q2015-07-30fiscal Q2 201532840001078782-15-001187
10-Q2015-05-04fiscal Q1 201532600001078782-15-000687
10-K2015-03-23fiscal FY 201435660001078782-15-000415
10-Q2014-10-30fiscal Q3 201435920001078782-14-001901
10-Q2014-08-21fiscal Q2 201435920001078782-14-001558

Inspect the source

Entity
SCIENTURE HOLDINGS, INC. / CIK 0001382574
Captured
2026-09-20T07:58:20.588Z
SEC response SHA-256
063f0f1bd48d4d0e177ff9edccb8c5a29115cca61497a86d9c461272bcae63c1

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