Skip to content

eWELLNESS HEALTHCARE CORPORATION: filings

Every eWELLNESS HEALTHCARE CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 42 filings, each linked to its SEC index.

Filing record ends 2022-05-16

The latest filing in this captured record is a 10-Q filed 2022-05-16. No later filing is in the SEC companyfacts record captured on 2026-09-22. eWELLNESS HEALTHCARE CORPORATION 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-05-16fiscal Q1 202219370001493152-22-013611
10-K2022-03-31fiscal FY 202125480001493152-22-008404
10-Q2021-11-09fiscal Q3 202120580001493152-21-027645
10-Q2021-08-23fiscal Q2 202123670001493152-21-020937
10-Q2021-08-13fiscal Q1 202121390001493152-21-019777
10-K2021-08-02fiscal FY 202033590001493152-21-018285
10-Q2021-05-10fiscal Q3 202028660001493152-21-010882
10-Q2020-08-11fiscal Q2 202027640001493152-20-015226
10-Q2020-05-15fiscal Q1 202026480001493152-20-008987
10-K2020-03-24fiscal FY 201933620001493152-20-004600
10-Q2019-11-14fiscal Q3 201929850001493152-19-017129
10-Q2019-08-14fiscal Q2 201929820001493152-19-012346
10-Q2019-05-15fiscal Q1 201923470001493152-19-007259
10-K2019-03-27fiscal FY 201825520001493152-19-003992
10-Q2018-11-13fiscal Q3 201827750001493152-18-015702
10-Q2018-08-14fiscal Q2 201827750001493152-18-011665
10-Q2018-05-11fiscal Q1 201824480001493152-18-006615
10-K2018-03-28fiscal FY 201727520001493152-18-004022
10-Q2017-11-13fiscal Q3 201728750001493152-17-012847
10-Q2017-08-14fiscal Q2 201728730001493152-17-009197
10-Q2017-05-15fiscal Q1 201727510001493152-17-005272
10-K2017-03-31fiscal FY 201626500001493152-17-003166
10-Q2016-11-22fiscal Q3 201622540001493152-16-015400
10-Q2016-08-17fiscal Q2 201623600001493152-16-012619
10-Q2016-05-12fiscal Q1 201623430001493152-16-009703
10-K2016-03-30fiscal FY 201524460001493152-16-008393
10-Q2015-11-16fiscal Q3 201524550001493152-15-005520
10-Q2015-08-14fiscal Q2 201523530001493152-15-003668
10-Q2015-05-12fiscal Q1 201524440001493152-15-001868
10-K2015-04-07fiscal FY 201421350001493152-15-001282
10-Q2014-11-19fiscal Q3 201423470001493152-14-003865
10-Q2014-10-02fiscal Q2 201422450001493152-14-003216
10-Q2014-10-02fiscal Q1 201419480001493152-14-003211
10-Q2014-08-19fiscal Q2 201422450001493152-14-002653
10-Q2014-08-06fiscal Q1 201419480001493152-14-002383
10-Q2014-05-15fiscal Q1 201419480001493152-14-001509
10-K2014-03-06fiscal FY 201319470001493152-14-000637
10-Q2013-11-07fiscal Q3 201319540001493152-13-002234
10-Q2013-08-12fiscal Q2 201318470001493152-13-001495
10-Q2013-05-15fiscal Q1 201319390001493152-13-000930
10-K2013-04-01fiscal FY 201216380001493152-13-000542
10-Q2012-11-14fiscal Q3 201214390001493152-12-001645

Inspect the source

Entity
eWELLNESS HEALTHCARE CORPORATION / CIK 0001550020
Captured
SEC response SHA-256
08c8ae0a317a184602ac9ba5d4c2a98b6ba495cf3ced2b39a45cf6010c123ad5

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