Skip to content

Aeon Global Health Corp.: filings

Every Aeon Global Health Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 35 filings, each linked to its SEC index.

Filing record ends 2019-10-15

The latest filing in this captured record is a 10-K filed 2019-10-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. Aeon Global Health 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-K2019-10-15fiscal FY 201943930001437749-19-020070
10-Q2019-06-18fiscal Q3 2019381060001104659-19-036025
10-Q2019-02-14fiscal Q2 201935940001437749-19-002620
10-Q/A2019-01-25fiscal Q1 201935690001437749-19-001349
10-Q2018-11-09fiscal Q1 201935690001437749-18-020324
10-K/A2018-11-08fiscal FY 201846920001437749-18-020098
10-K2018-09-25fiscal FY 201845910001437749-18-017443
10-Q2018-05-08fiscal Q3 201838990001437749-18-009058
10-Q2018-01-26fiscal Q2 2018381020001437749-18-001212
10-Q2017-11-09fiscal Q1 201840810001144204-17-057717
10-K2017-10-13fiscal FY 2017431750001144204-17-052471
10-Q2017-07-28fiscal Q3 2017411140001144204-17-038966
10-Q2017-06-27fiscal Q2 2017401120001144204-17-034457
10-Q2017-06-23fiscal Q1 201742850001144204-17-033785
10-K2017-04-05fiscal FY 201647950001144204-17-019131
10-Q/A2017-04-05fiscal Q3 2016431210001144204-17-019126
10-Q2016-09-27fiscal Q3 2016431210001144204-16-125556
10-Q2016-02-22fiscal Q2 201631840001193125-16-471686
10-Q2015-11-13fiscal Q1 201631620001193125-15-377157
10-K2015-10-13fiscal FY 2015361210001193125-15-342743
10-Q2015-05-20fiscal Q3 201532840001193125-15-195154
10-Q2015-02-17fiscal Q2 201530820000950123-15-003382
10-Q2014-11-13fiscal Q1 201530610001193125-14-411188
10-K2014-09-29fiscal FY 2014331210001193125-14-357188
10-Q2014-05-15fiscal Q3 201431860001193125-14-201236
10-Q2014-02-13fiscal Q2 201433900001193125-14-051232
10-Q2013-11-14fiscal Q1 201433680001193125-13-442190
10-K2013-09-26fiscal FY 201335910001193125-13-380082
10-Q2013-05-15fiscal Q3 201333880001193125-13-222458
10-Q2013-02-14fiscal Q2 201333880001193125-13-060214
10-Q2012-11-14fiscal Q1 201333660001193125-12-470794
10-K/A2012-10-09fiscal FY 201236930001193125-12-418559
10-Q2012-05-10fiscal Q3 201228730001193125-12-225615
10-Q2012-02-09fiscal Q2 201228730001193125-12-049381
10-Q2011-11-10fiscal Q1 201228570001193125-11-306989

Inspect the source

Entity
Aeon Global Health Corp. / CIK 0000885074
Captured
SEC response SHA-256
676258e699121fefe9c98c84b5dc108599f9c9b7ab949788884327b4fa4543d3

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