Skip to content

BIRDIE WIN CORPORATION: filings

Every BIRDIE WIN CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 19 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-06-08fiscal Q3 202624760001493152-26-027658
10-Q2026-03-09fiscal Q2 202626740001493152-26-009322
10-Q2025-12-05fiscal Q1 202624490001493152-25-026287
10-K2025-10-10fiscal FY 202527520001493152-25-017715
10-Q2025-06-05fiscal Q3 202526790001641172-25-013735
10-Q2025-03-03fiscal Q2 202524740001493152-25-008819
10-Q2024-12-02fiscal Q1 202524510001493152-24-048236
10-K2024-10-04fiscal FY 202430540001493152-24-039471
10-Q2024-06-03fiscal Q3 202430870001493152-24-022323
10-Q2024-02-29fiscal Q2 202428810001493152-24-008244
10-Q2023-12-08fiscal Q1 202429570001493152-23-044109
10-K2023-10-20fiscal FY 202332580001493152-23-037773
10-Q2023-05-31fiscal Q3 202329780001493152-23-019572
10-Q2023-02-14fiscal Q2 202327770001493152-23-004572
10-Q2022-12-12fiscal Q1 202328540001493152-22-035106
10-K2022-10-11fiscal FY 202228550001493152-22-028024
10-Q2022-06-13fiscal Q3 202226570001493152-22-016511
10-Q2022-02-22fiscal Q2 202224450001493152-22-005048
10-Q2021-11-26fiscal Q1 202222340001493152-21-029917

Inspect the source

Entity
BIRDIE WIN CORPORATION / CIK 0001873213
Captured
2026-09-19T11:22:00.842Z
SEC response SHA-256
5a80b98f6647292689a44fc77d6710d0cf6e139024389a056329f01c52b81c34

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