Skip to content

MULIANG VIAGOO TECHNOLOGY INC.: filings

Every MULIANG VIAGOO TECHNOLOGY INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 37 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-K2024-11-20fiscal FY 202346890001213900-24-100552
10-K/A2024-02-07fiscal FY 202247930001213900-24-010706
10-Q2023-11-14fiscal Q3 2023441210001213900-23-086611
10-Q2023-08-21fiscal Q2 2023441190001213900-23-069236
10-K/A2023-07-06fiscal FY 202247930001213900-23-055082
10-Q2023-05-22fiscal Q1 202343840001213900-23-041864
10-K2023-04-17fiscal FY 202245890001213900-23-030333
10-Q2022-11-21fiscal Q3 2022431200001213900-22-074202
10-Q2022-08-17fiscal Q2 2022431170001213900-22-048911
10-Q2022-05-16fiscal Q1 202242860001213900-22-027172
10-K2022-03-31fiscal FY 202145900001213900-22-016973
10-Q2021-11-15fiscal Q3 2021441210001213900-21-059415
10-Q2021-08-16fiscal Q2 2021421140001213900-21-042800
10-Q2021-05-17fiscal Q1 202141890001213900-21-027210
10-K2021-04-15fiscal FY 202046930001213900-21-021760
10-Q2020-11-16fiscal Q3 2020451220001213900-20-037453
10-Q2020-08-19fiscal Q2 2020451200001213900-20-022892
10-Q2020-06-29fiscal Q1 202043880001213900-20-016183
10-K/A2020-05-15fiscal FY 201946920001213900-20-012521
10-Q2019-11-14fiscal Q3 2019451160001213900-19-023499
10-Q2019-08-15fiscal Q2 2019451160001213900-19-016014
10-Q2019-05-15fiscal Q1 201943870001213900-19-008886
10-K2019-04-16fiscal FY 201844860001213900-19-006514
10-Q2018-11-19fiscal Q3 2018431120001213900-18-016158
10-Q2018-08-14fiscal Q2 2018441140001213900-18-011079
10-Q2018-05-15fiscal Q1 201840800001213900-18-006387
10-K2018-04-17fiscal FY 201742830001213900-18-004595
10-Q2017-11-20fiscal Q3 201739980001213900-17-012362
10-Q2017-08-14fiscal Q2 2017381010001213900-17-008705
10-Q2017-05-15fiscal Q1 201737750001213900-17-005270
10-K2017-04-17fiscal FY 201640800001213900-17-003900
10-Q2016-11-14fiscal Q3 201636890001213900-16-018436
10-Q2016-08-22fiscal Q2 2016381020001520138-16-001111
10-Q2016-06-01fiscal Q1 201637760001520138-16-000973
10-K2016-02-10fiscal FY 201516300001520138-16-000711
10-Q2015-11-09fiscal Q3 201515270001520138-15-000449
10-Q2015-08-12fiscal Q2 201517310001520138-15-000360

Inspect the source

Entity
MULIANG VIAGOO TECHNOLOGY INC. / CIK 0001629665
Captured
2026-09-21T17:21:06.105Z
SEC response SHA-256
1c01e4bd0662bb5c26bf4455ffb0358f9b9a4f3fb5c843420f1fcb2268d4c874

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