Skip to content

Yinfu Gold Corporation: filings

Every Yinfu Gold Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 54 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 Q1 202731650001640334-26-001348
10-K2026-07-14fiscal FY 202631640001640334-26-001178
10-Q2026-02-23fiscal Q3 202631920001640334-26-000358
10-K/A2026-01-27fiscal FY 202531630001640334-26-000139
10-Q2025-11-19fiscal Q2 202631920001640334-25-002190
10-Q2025-08-19fiscal Q1 202630640001640334-25-001553
10-K2025-06-30fiscal FY 202530610001640334-25-001078
10-Q2025-02-14fiscal Q3 202530920001640334-25-000260
10-Q2024-11-14fiscal Q2 202526800001640334-24-001709
10-Q2024-08-14fiscal Q1 202524520001640334-24-001240
10-K2024-07-15fiscal FY 202428580001640334-24-001102
10-Q2024-02-14fiscal Q3 202425700001640334-24-000231
10-Q2023-11-13fiscal Q2 202425710001640334-23-002060
10-Q2023-08-10fiscal Q1 202424540001640334-23-001510
10-K/A2023-07-17fiscal FY 202325520001640334-23-001303
10-K2023-06-30fiscal FY 202325520001640334-23-001168
10-Q2023-02-10fiscal Q3 202326800001640334-23-000197
10-Q2022-11-14fiscal Q2 202325790001640334-22-002435
10-Q2022-08-22fiscal Q1 202322490001640334-22-001865
10-K2022-06-29fiscal FY 202224500001640334-22-001390
10-Q2022-02-14fiscal Q3 202220620001640334-22-000304
10-Q2021-11-15fiscal Q2 202221640001640334-21-002832
10-Q2021-08-16fiscal Q1 202220440001640334-21-001896
10-K2021-06-29fiscal FY 202122460001640334-21-001445
10-Q2021-02-10fiscal Q3 202120620001640334-21-000310
10-Q2020-11-16fiscal Q2 202121620001640334-20-002845
10-Q2020-08-14fiscal Q1 202120420001640334-20-002129
10-K2020-06-29fiscal FY 202022450001640334-20-001642
10-Q2020-02-14fiscal Q3 202015500001640334-20-000298
10-Q2019-11-14fiscal Q3 201914480001640334-19-002308
10-Q2019-08-19fiscal Q1 201914310001640334-19-001697
10-K2019-07-16fiscal FY 201911230001640334-19-001384
10-Q2019-02-19fiscal Q3 201914400001640334-19-000272
10-Q2018-11-14fiscal Q2 201914400001640334-18-002158
10-Q2018-08-20fiscal Q1 201914300001640334-18-001632
10-K2018-06-28fiscal FY 201813270001640334-18-001274
10-Q2018-02-13fiscal Q3 201817450001640334-18-000297
10-Q2017-11-13fiscal Q2 201817450001640334-17-002339
10-Q2017-08-17fiscal Q1 201817320001640334-17-001727
10-K2017-05-30fiscal FY 201713280001640334-17-001126
10-Q2017-01-19fiscal Q3 201713340001640334-17-000127
10-Q2016-10-14fiscal Q2 201713340001640334-16-001797
10-Q2016-07-13fiscal Q1 201713280001640334-16-001376
10-K2016-07-13fiscal FY 201613270001640334-16-001374
10-Q2016-07-13fiscal Q3 201612280001640334-16-001371
10-Q2016-07-13fiscal Q2 201612220001640334-16-001368
10-Q2016-07-13fiscal Q1 201612190001640334-16-001365
10-K/A2016-07-13fiscal FY 201515190001640334-16-001361
10-K2016-07-11fiscal FY 201515190001640334-16-001348
10-Q2016-07-08fiscal Q3 201413330001640334-16-001332
10-Q2016-07-08fiscal Q2 201515380001640334-16-001328
10-Q2016-07-08fiscal Q1 201414290001640334-16-001318
10-Q2012-02-21fiscal Q3 201118460001144204-12-010144
10-Q2011-11-21fiscal Q2 201121580001144204-11-066089

Inspect the source

Entity
Yinfu Gold Corporation / CIK 0001438461
Captured
2026-09-20T09:03:43.751Z
SEC response SHA-256
ba46da23d3761fae7163fae285351dc6d6998362462aae3edf29f9b9c038f20c

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