Skip to content

Tyme Technologies, Inc.: filings

Every Tyme Technologies, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 43 filings, each linked to its SEC index.

Filing record ends 2022-08-09

The latest filing in this captured record is a 10-Q filed 2022-08-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. Tyme Technologies, 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-Q2022-08-09fiscal Q1 202331620001564590-22-028583
10-K2022-05-25fiscal FY 202229550001564590-22-021213
10-Q2022-02-11fiscal Q3 202228800001564590-22-004673
10-Q2021-11-08fiscal Q2 202228760001564590-21-055043
10-Q2021-08-10fiscal Q1 202228540001564590-21-042868
10-K2021-06-10fiscal FY 202127520001564590-21-032445
10-Q2021-02-03fiscal Q3 202126770001564590-21-004092
10-Q2020-11-12fiscal Q2 202126730001564590-20-053259
10-Q2020-08-12fiscal Q1 202126530001564590-20-039701
10-K2020-05-22fiscal FY 202029570001564590-20-026661
10-Q2020-02-05fiscal Q3 202027800001564590-20-003345
10-Q2019-11-04fiscal Q2 202027760001564590-19-039783
10-Q2019-08-08fiscal Q1 202027560001564590-19-030424
10-K2019-06-12fiscal FY 2019281130001564590-19-022300
10-Q2019-02-11fiscal Q3 201927680001564590-19-002477
10-Q2018-11-05fiscal Q2 201927660001564590-18-026629
10-Q2018-07-31fiscal Q1 201926480001564590-18-018106
10-K2018-06-13fiscal FY 2018281620001193125-18-191626
10-Q2018-02-07fiscal Q3 201721550001193125-18-034069
10-Q2017-11-03fiscal Q2 201720540001193125-17-331471
10-Q2017-08-10fiscal Q1 201720410001193125-17-254249
10-K2017-06-12fiscal FY 2017241100001161697-17-000284
10-Q2017-02-14fiscal Q3 201720520001161697-17-000113
10-Q2016-11-09fiscal Q3 201620510001161697-16-001186
10-Q2016-08-09fiscal Q2 201622550001161697-16-001028
10-Q2016-05-10fiscal Q1 201622450001161697-16-000825
10-K2016-03-30fiscal FY 201524450001161697-16-000766
10-Q2015-11-23fiscal Q3 201520550001161697-15-000514
10-Q2015-08-14fiscal Q2 201523600001161697-15-000349
10-Q2015-05-20fiscal Q1 201523470001161697-15-000236
10-Q2015-04-20fiscal Q1 201511220001161697-15-000187
10-K2015-02-27fiscal FY 201412240001161697-15-000108
10-Q2014-10-15fiscal Q3 201411270001161697-14-000510
10-Q2014-07-21fiscal Q2 201411270001161697-14-000350
10-Q2014-04-14fiscal Q1 201411260001161697-14-000152
10-K2014-02-28fiscal FY 201315360001161697-14-000090
10-Q2013-10-21fiscal Q3 201313400001161697-13-000793
10-Q2013-07-22fiscal Q2 201313400001161697-13-000513
10-Q2013-04-22fiscal Q1 201312310001161697-13-000281
10-K/A2013-03-08fiscal FY 201212300001161697-13-000184
10-Q2012-09-14fiscal Q3 201212280001161697-12-000718
10-Q2012-06-25fiscal Q2 201212280001161697-12-000511
10-Q2012-04-09fiscal Q1 201212230001161697-12-000226

Inspect the source

Entity
Tyme Technologies, Inc. / CIK 0001537917
Captured
SEC response SHA-256
98a2dadf2ef2c668555f03889448dcddc91d9e7f4a1655c578faeac1dbd5f17c

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