Skip to content

EMERGE HEALTH INTERNATIONAL INC: filings

Every EMERGE HEALTH INTERNATIONAL INC annual and quarterly report in the SEC record with the published financial measures it tagged, 32 filings, each linked to its SEC index.

Filing record ends 2021-09-30

The latest filing in this captured record is a 10-K filed 2021-09-30. No later filing is in the SEC companyfacts record captured on 2026-09-22. EMERGE HEALTH INTERNATIONAL INC 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-K2021-09-30fiscal FY 201928540001477932-21-006917
10-Q2019-10-15fiscal Q3 201934920001477932-19-005850
10-Q2019-10-15fiscal Q2 2019361050001477932-19-005848
10-Q2019-10-15fiscal Q1 201935720001477932-19-005844
10-K2019-08-28fiscal FY 201832660001477932-19-005213
10-Q2019-05-21fiscal Q3 201831820001477932-19-003071
10-Q2019-05-21fiscal Q2 201831840001477932-19-003070
10-Q2019-05-21fiscal Q1 201831640001477932-19-003069
10-K2019-03-12fiscal FY 201733680001477932-19-000951
10-Q2019-03-01fiscal Q3 201732880001477932-19-000756
10-Q2019-03-01fiscal Q2 201735940001477932-19-000755
10-Q2019-03-01fiscal Q1 201732660001477932-19-000754
10-K2019-02-22fiscal FY 201633670001477932-19-000616
10-Q2016-05-16fiscal Q3 201623600001437749-16-032058
10-Q2016-02-16fiscal Q2 201623600001437749-16-025446
10-Q2015-11-16fiscal Q1 201622460001575872-15-000182
10-K2015-10-19fiscal FY 201527550001575872-15-000147
10-Q2015-05-13fiscal Q3 201523620001575872-15-000034
10-Q2015-02-17fiscal Q2 201521500001264931-15-000085
10-Q2014-11-13fiscal Q1 201519380001264931-14-000460
10-K2014-09-30fiscal FY 201426550001264931-14-000431
10-Q2014-05-13fiscal Q2 201419500001264931-14-000191
10-Q2014-02-12fiscal Q1 201420520001264931-14-000061
10-Q2013-11-22fiscal Q1 201422430001264931-13-000699
10-K2013-11-21fiscal FY 201325490001264931-13-000696
10-Q2013-05-13fiscal Q3 201321560001264931-13-000265
10-Q2013-02-14fiscal Q1 201319480001264931-13-000067
10-Q2012-11-15fiscal Q1 201220400001264931-12-000806
10-K2012-10-05fiscal FY 201226500001264931-12-000697
10-Q2012-05-14fiscal Q3 201221560001264931-12-000299
10-Q2012-02-13fiscal Q2 201221540001264931-12-000080
10-Q2011-11-14fiscal Q1 201224480001264931-11-000623

Inspect the source

Entity
EMERGE HEALTH INTERNATIONAL INC / CIK 0000032567
Captured
SEC response SHA-256
ccc4af770e79b095a8863560b1e3ccab7d296bc5e1172eb71ea3e8a8cfe03817

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