Skip to content

BAIYU Holdings, Inc.: filings

Every BAIYU Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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-Q2024-11-13fiscal Q3 2024511340001213900-24-097147
10-Q2024-08-12fiscal Q2 2024511350001213900-24-067773
10-Q2024-05-10fiscal Q1 202446920001213900-24-041710
10-K2024-03-22fiscal FY 2023511010001213900-24-025189
10-Q2023-11-15fiscal Q3 2023481280001213900-23-087185
10-Q2023-08-11fiscal Q2 2023481270001213900-23-066268
10-Q2023-05-12fiscal Q1 202344890001213900-23-039062
10-K2023-03-10fiscal FY 202245880001213900-23-019239
10-Q2022-11-10fiscal Q3 2022491200001213900-22-071223
10-Q2022-08-09fiscal Q2 2022481130001213900-22-045597
10-Q2022-05-13fiscal Q1 202249890001213900-22-026155
10-K2022-03-16fiscal FY 202146810001213900-22-012961
10-Q2021-11-12fiscal Q3 2021411100001213900-21-058752
10-Q2021-08-16fiscal Q2 202139970001213900-21-043051
10-Q2021-06-25fiscal Q1 202134650001213900-21-034268
10-K2021-06-04fiscal FY 202031590001213900-21-030939
10-Q/A2021-06-04fiscal Q3 202024610001213900-21-030938
10-Q/A2021-06-04fiscal Q2 202030770001213900-21-030937
10-Q/A2021-06-04fiscal Q1 202028590001213900-21-030935
10-Q2020-11-13fiscal Q3 202024610001213900-20-036771
10-Q2020-08-14fiscal Q2 202030770001213900-20-022303
10-Q2020-06-26fiscal Q1 202029600001213900-20-015938
10-K2020-05-29fiscal FY 201931600001213900-20-013668
10-Q2019-11-14fiscal Q3 201926650001213900-19-023407
10-Q2019-08-19fiscal Q2 201924640001213900-19-016264
10-Q2019-05-20fiscal Q1 201920370001213900-19-009149
10-K2019-04-05fiscal FY 201825430001213900-19-005814
10-Q2018-11-15fiscal Q3 201824520001213900-18-015858
10-Q2018-08-17fiscal Q2 201823500001213900-18-011344
10-Q2018-05-21fiscal Q1 201823440001213900-18-006661
10-K2018-04-16fiscal FY 201725520001213900-18-004514
10-Q2017-11-14fiscal Q3 201724640001213900-17-011991
10-Q2017-08-21fiscal Q2 201723630001213900-17-009013
10-Q2017-05-18fiscal Q1 201724470001213900-17-005479
10-K2017-04-06fiscal FY 201628540001213900-17-003456
10-Q2016-11-14fiscal Q3 201628740001213900-16-018379
10-Q2016-08-22fiscal Q2 201627720001213900-16-016303
10-Q2016-05-17fiscal Q1 201626520001213900-16-013518
10-K2016-04-14fiscal FY 201529610001213900-16-012552
10-Q2015-11-23fiscal Q3 201529770001213900-15-009012
10-Q2015-08-14fiscal Q2 201528750001213900-15-006131
10-Q2015-05-20fiscal Q1 201528580001213900-15-004052
10-K2015-04-15fiscal FY 201430600001213900-15-002733
10-Q2015-03-13fiscal Q3 201429800001213900-15-001768
10-Q2015-03-12fiscal Q2 201427730001213900-15-001680
10-Q2015-02-17fiscal Q2 201427730001213900-15-001116
10-Q2014-05-16fiscal Q1 201427550001213900-14-003480
10-K2014-03-31fiscal FY 201329590001213900-14-001919
10-Q2013-11-14fiscal Q3 201328770001213900-13-006476
10-Q/A2013-08-29fiscal Q2 201328780001213900-13-004859

Inspect the source

Entity
BAIYU Holdings, Inc. / CIK 0001556266
Captured
2026-09-21T17:20:41.659Z
SEC response SHA-256
9ecafd238b8111226843522b8900e3f7855ea0a73f7cba0b395d263c4f42a30f

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