Skip to content

Nongfu Shop Digital New Retail Co., LTD.: filings

Every Nongfu Shop Digital New Retail Co., LTD. annual and quarterly report in the SEC record with the published financial measures it tagged, 31 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-11-19fiscal Q3 202522740001477932-25-008480
10-Q2025-08-19fiscal Q2 202523720001477932-25-006059
10-K/A2025-05-22fiscal FY 202420420001477932-25-004112
10-Q2025-05-20fiscal Q1 202521460001477932-25-004043
10-K2025-04-10fiscal FY 202420420001477932-25-002561
10-Q2024-11-19fiscal Q3 202420680001477932-24-007407
10-Q2024-08-14fiscal Q2 202420620001477932-24-004838
10-Q2024-05-20fiscal Q1 202421460001477932-24-003166
10-K2024-04-15fiscal FY 202323470001477932-24-002091
10-Q2023-11-14fiscal Q3 202323740001477932-23-008359
10-Q2023-08-21fiscal Q2 202324740001477932-23-006315
10-Q2023-05-23fiscal Q1 202324520001477932-23-003918
10-K2023-04-21fiscal FY 202223480001477932-23-002791
10-Q2022-11-21fiscal Q3 202226840001477932-22-008818
10-Q2022-08-19fiscal Q2 202222660001477932-22-006303
10-Q/A2022-06-08fiscal Q1 202219420001477932-22-004255
10-Q2022-05-23fiscal Q1 202219420001477932-22-003757
10-K2022-03-31fiscal FY 202124490001477932-22-001813
10-Q2021-11-24fiscal Q3 202123790001477932-21-008778
10-Q2021-08-16fiscal Q2 202120490001477932-21-005595
10-Q2021-06-02fiscal Q1 202120450001477932-21-003750
10-K2021-05-21fiscal FY 202019390001477932-21-003467
10-Q2020-10-29fiscal Q3 202023600001477932-20-006157
10-Q2020-10-29fiscal Q2 202024640001477932-20-006155
10-Q2020-07-20fiscal Q1 202020440001477932-20-004100
10-Q/A2012-09-12fiscal Q2 201228910001093287-12-000127
10-Q2012-08-20fiscal Q2 201218490001093287-12-000114
10-Q2012-05-15fiscal Q1 201218430001093287-12-000085
10-K2012-04-25fiscal FY 201118410001093287-12-000065
10-Q2011-11-21fiscal Q3 201117490001093287-11-000140
10-Q2011-08-15fiscal Q2 201117500001093287-11-000077

Inspect the source

Entity
Nongfu Shop Digital New Retail Co., LTD. / CIK 0001284454
Captured
2026-09-21T17:18:42.793Z
SEC response SHA-256
5de277a64e7eea39a7c160dfbc79fc15561166954660da8f8481d6264df89fd9

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