Skip to content

HQDA ELDERLY LIFE NETWORK CORP.: filings

Every HQDA ELDERLY LIFE NETWORK CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 31 filings, each linked to its SEC index.

Filing record ends 2022-07-19

The latest filing in this captured record is a 10-Q filed 2022-07-19. No later filing is in the SEC companyfacts record captured on 2026-09-22. HQDA ELDERLY LIFE NETWORK CORP. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2022-07-19fiscal Q3 202228760001493152-22-019818
10-Q2022-03-22fiscal Q2 202226680001493152-22-007441
10-Q2021-11-12fiscal Q1 202226530001493152-21-028109
10-K2021-09-29fiscal FY 202129560001493152-21-024091
10-Q2021-05-17fiscal Q3 202124620001493152-21-011715
10-Q2021-02-16fiscal Q2 202123600001493152-21-003892
10-Q2020-11-16fiscal Q1 202121430001493152-20-021675
10-K2020-09-28fiscal FY 202026500001493152-20-018421
10-Q2020-05-18fiscal Q3 202022550001493152-20-009316
10-Q2020-02-19fiscal Q2 202025630001493152-20-002739
10-Q2019-11-19fiscal Q1 202025480001493152-19-017909
10-K2019-10-25fiscal FY 201929540001493152-19-015971
10-Q2019-05-15fiscal Q3 201925620001493152-19-007426
10-Q2019-02-19fiscal Q2 201921470001493152-19-002279
10-Q2018-11-19fiscal Q1 201922440001493152-18-016492
10-K2018-10-15fiscal FY 201823470001493152-18-014474
10-Q2018-05-21fiscal Q3 201817350001493152-18-007557
10-Q2018-02-22fiscal Q2 201817350001493152-18-002484
10-Q2017-11-17fiscal Q1 201816310001493152-17-013496
10-K2017-10-05fiscal FY 201714350001493152-17-011311
10-Q2017-05-15fiscal Q3 20179280001176256-17-000174
10-Q2017-05-12fiscal Q3 20179280001176256-17-000172
10-Q2017-02-10fiscal Q2 20179280001176256-17-000030
10-Q2016-11-10fiscal Q1 201710230001176256-16-000698
10-K2016-09-27fiscal FY 20168250001176256-16-000662
10-Q2016-05-13fiscal Q3 201610270001176256-16-000564
10-Q2016-02-10fiscal Q2 201610270001176256-16-000427
10-Q2015-11-10fiscal Q1 201612270001176256-15-000347
10-Q2013-05-08fiscal Q3 20138390001176256-13-000292
10-Q2013-02-12fiscal Q2 20139320001176256-13-000083
10-Q2012-11-14fiscal Q1 20139370001176256-12-000782

13 further filings tag fewer than eight published concepts and have no page.

Inspect the source

Entity
HQDA ELDERLY LIFE NETWORK CORP. / CIK 0001304730
Captured
SEC response SHA-256
da62a236c9f99bab07128eb421f10b4c398f00aaf47d87e8e212a2cfc58d546e

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