Skip to content

LIFESTYLE MEDICAL NETWORK, INC.: filings

Every LIFESTYLE MEDICAL NETWORK, INC. 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 2019-10-31

The latest filing in this captured record is a 10-Q filed 2019-10-31. No later filing is in the SEC companyfacts record captured on 2026-09-22. LIFESTYLE MEDICAL NETWORK, 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-10-31fiscal Q3 201826650001213900-19-021655
10-Q2019-10-31fiscal Q2 201825630001213900-19-021653
10-Q2019-10-31fiscal Q1 201825490001213900-19-021566
10-K2018-06-14fiscal FY 201729570001213900-18-007676
10-Q2017-11-14fiscal Q3 201724620001213900-17-011969
10-Q2017-08-21fiscal Q2 201727650001213900-17-008965
10-Q2017-05-15fiscal Q1 201725490001213900-17-005168
10-K2017-05-01fiscal FY 201628560001213900-17-004469
10-Q2016-11-21fiscal Q3 201631790001213900-16-018813
10-Q2016-08-23fiscal Q2 201626660001213900-16-016359
10-Q2016-05-23fiscal Q1 201623470001213900-16-013735
10-K2016-05-16fiscal FY 201524480001213900-16-013470
10-Q2015-11-23fiscal Q3 201523610001213900-15-009023
10-Q2015-08-14fiscal Q2 201525640001213900-15-006175
10-Q2015-06-17fiscal Q1 201522450001213900-15-004544
10-K2015-06-11fiscal FY 201424480001213900-15-004383
10-Q2015-04-27fiscal Q3 201423610001213900-15-003036
10-Q2014-08-14fiscal Q2 201424790001213900-14-005934
10-Q2014-05-16fiscal Q1 201424670001213900-14-003527
10-K2014-04-15fiscal FY 201324620001213900-14-002464
10-Q2013-11-14fiscal Q3 201321720001213900-13-006417
10-Q2013-09-18fiscal Q2 201321690001213900-13-005173
10-Q2013-05-20fiscal Q1 201321580001213900-13-002797
10-K2013-05-17fiscal FY 201221490001213900-13-002740
10-K/A2013-05-17fiscal FY 201116270001213900-13-002729
10-Q2012-11-19fiscal Q3 201221560001213900-12-006339
10-Q/A2012-08-28fiscal Q2 201222560001213900-12-004972
10-Q2012-05-17fiscal Q1 201221520001214659-12-002341
10-K2012-04-12fiscal FY 201117400001214659-12-001644
10-Q2011-11-21fiscal Q3 201132820001214659-11-004023
10-Q/A2011-09-08fiscal Q2 201128720001214659-11-003046

Inspect the source

Entity
LIFESTYLE MEDICAL NETWORK, INC. / CIK 0001307140
Captured
SEC response SHA-256
8db42be6268b36c42e125c2c18e977940bccc470ecc7949493073be6f0d688f0

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