Skip to content

GOLDENWELL BIOTECH, INC.: filings

Every GOLDENWELL BIOTECH, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 28 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-14fiscal Q2 202630810001477932-26-005067
10-Q2026-07-01fiscal Q1 202633680001477932-26-004131
10-K2026-07-01fiscal FY 202528920001477932-26-004130
10-Q/A2026-06-29fiscal Q3 202528830001477932-26-004067
10-Q/A2026-06-26fiscal Q2 202532920001477932-26-004054
10-Q/A2026-06-26fiscal Q1 202529630001477932-26-004052
10-Q2025-12-08fiscal Q3 202530930001477932-25-008837
10-Q2025-09-12fiscal Q2 202530980001477932-25-006690
10-Q2025-05-27fiscal Q1 202526560001477932-25-004186
10-K2025-05-15fiscal FY 202428580001477932-25-003784
10-Q2024-11-26fiscal Q3 202424710001477932-24-007630
10-Q2024-08-22fiscal Q2 202424820001477932-24-005196
10-Q2024-05-20fiscal Q1 202426580001477932-24-003169
10-K2024-04-12fiscal FY 202326700001477932-24-002028
10-Q2023-11-13fiscal Q3 202324770001477932-23-008297
10-Q2023-08-17fiscal Q2 202328860001477932-23-006241
10-Q2023-05-19fiscal Q1 202327570001477932-23-003745
10-K2023-04-13fiscal FY 202229730001477932-23-002478
10-K/A2023-02-06fiscal FY 202128640001477932-23-000763
10-Q2022-11-14fiscal Q3 202229870001477932-22-008556
10-Q2022-08-15fiscal Q2 202226820001477932-22-006072
10-Q2022-05-18fiscal Q1 202225530001477932-22-003635
10-K2022-04-01fiscal FY 202126600001477932-22-001951
10-Q2022-01-03fiscal Q3 202125620001477932-22-000010
10-Q2021-12-02fiscal Q2 202126550001477932-21-008893
10-Q2021-08-05fiscal Q1 202124540001477932-21-005169
10-K2021-07-23fiscal FY 202023470001477932-21-004870
10-Q2021-02-23fiscal Q3 202023710001477932-21-001037

Inspect the source

Entity
GOLDENWELL BIOTECH, INC. / CIK 0001800373
Captured
2026-09-21T17:27:56.460Z
SEC response SHA-256
7f8aa3ca2a540d1a3c82b8dac24ca87c532e1b5913defe523f95a19c93661789

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