Skip to content

Dthera Sciences: filings

Every Dthera Sciences annual and quarterly report in the SEC record with the published financial measures it tagged, 18 filings, each linked to its SEC index.

Filing record ends 2018-11-14

The latest filing in this captured record is a 10-Q filed 2018-11-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. Dthera Sciences 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-Q2018-11-14fiscal Q3 201831880001683168-18-003447
10-Q2018-08-14fiscal Q2 201827760001683168-18-002324
10-Q2018-05-15fiscal Q1 201826530001683168-18-001373
10-K2018-04-02fiscal FY 201730610001683168-18-000876
10-Q2017-11-14fiscal Q3 201726720001683168-17-003036
10-Q2017-08-14fiscal Q2 201723660001683168-17-002117
10-Q2017-05-15fiscal Q1 201723480001683168-17-001267
10-K2016-10-13fiscal FY 201621430001683168-16-000318
10-Q2016-05-16fiscal Q3 201622620001019687-16-006288
10-Q2016-02-16fiscal Q2 201621600001019687-16-005186
10-Q2015-11-23fiscal Q1 201520410001019687-15-004314
10-K2015-10-13fiscal FY 201522440001019687-15-003697
10-Q2015-05-15fiscal Q3 201521620001019687-15-001985
10-Q2015-02-23fiscal Q2 201520500001019687-15-000700
10-Q2014-12-08fiscal Q1 201523320001019687-14-004632
10-K2014-10-28fiscal FY 201410260001019687-14-003982
10-Q2014-05-29fiscal Q3 201416340001477932-14-002937
10-Q2014-02-27fiscal Q2 201414310001477932-14-000856

Inspect the source

Entity
Dthera Sciences / CIK 0001586372
Captured
SEC response SHA-256
04deb686ef1dbdc284e49640309fecd151579b724cea03df72e5cb673810d303

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