Skip to content

EMMAUS LIFE SCIENCES, INC.: filings

Every EMMAUS LIFE SCIENCES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 37 filings, each linked to its SEC index.

Filing record ends 2019-05-14

The latest filing in this captured record is a 10-Q filed 2019-05-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. EMMAUS LIFE SCIENCES, 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-Q2019-05-14fiscal Q1 201949970001564590-19-019118
10-K2019-03-21fiscal FY 201849970001564590-19-008784
10-Q2018-11-14fiscal Q3 2018461190001564590-18-029567
10-Q2018-08-14fiscal Q2 2018461190001564590-18-021675
10-Q2018-05-15fiscal Q1 201842840001564590-18-013611
10-K2018-04-16fiscal FY 201742830001564590-18-008230
10-Q2017-11-14fiscal Q3 2017381050001104659-17-068461
10-Q2017-08-21fiscal Q2 2017381050001104659-17-052950
10-Q2017-05-12fiscal Q1 201738760001104659-17-032256
10-K2017-03-31fiscal FY 201639780001047469-17-002250
10-Q2016-11-14fiscal Q3 2016381040001104659-16-156900
10-Q2016-08-19fiscal Q2 2016381040001104659-16-140708
10-Q2016-06-06fiscal Q1 201640790001104659-16-125661
10-Q2016-05-20fiscal Q3 2015421190001104659-16-122329
10-Q2016-05-20fiscal Q2 2015411180001104659-16-122328
10-K2016-05-20fiscal FY 201542820001047469-16-013346
10-Q2015-05-20fiscal Q1 201542850001104659-15-039666
10-K2015-03-31fiscal FY 201445900001047469-15-003012
10-Q2014-11-13fiscal Q3 2014441160001104659-14-080401
10-Q2014-08-14fiscal Q2 2014441160001104659-14-061013
10-Q2014-05-20fiscal Q1 201443840001104659-14-040142
10-Q/A2014-05-08fiscal Q3 2013421430001104659-14-036391
10-K2014-05-08fiscal FY 201344890001047469-14-004735
10-Q2013-11-14fiscal Q3 2013421600001387131-13-004358
10-Q2013-08-14fiscal Q2 2013421590001387131-13-003005
10-Q2013-05-15fiscal Q1 2013421300001387131-13-001806
10-K2013-03-29fiscal FY 2012431280001387131-13-001063
10-Q2012-11-14fiscal Q3 2012401490001387131-12-003724
10-Q2012-08-14fiscal Q2 2012401480001387131-12-002718
10-Q2012-05-14fiscal Q1 2012361130001387131-12-001545
10-K2012-03-30fiscal FY 2011361110001387131-12-000941
10-Q/A2012-02-24fiscal Q3 201136860001387131-12-000487
10-Q/A2012-02-24fiscal Q2 201036710001387131-12-000485
10-Q/A2011-11-17fiscal Q2 201036710001387131-11-002651
10-Q2011-11-14fiscal Q3 2011361400001387131-11-002557
10-Q/A2011-10-06fiscal Q2 2011371370001387131-11-002196
10-Q2011-08-15fiscal Q2 2011351320001387131-11-001746

Inspect the source

Entity
EMMAUS LIFE SCIENCES, INC. / CIK 0001420031
Captured
SEC response SHA-256
a084f6c310b60ec3cf4d61344152d6025a4d7bbceecb7bb09393bf1c62011d72

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