Skip to content

POLARITYTE, INC.: filings

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

Filing record ends 2023-05-12

The latest filing in this captured record is a 10-Q filed 2023-05-12. No later filing is in the SEC companyfacts record captured on 2026-09-22. POLARITYTE, 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-Q2023-05-12fiscal Q1 202335690001493152-23-016672
10-K2023-03-27fiscal FY 202243830001493152-23-009124
10-Q2022-11-10fiscal Q3 2022401070001493152-22-031426
10-Q2022-08-11fiscal Q2 2022401040001493152-22-022141
10-Q2022-05-16fiscal Q1 202240790001493152-22-013709
10-K2022-03-30fiscal FY 202146890001493152-22-008097
10-Q2021-11-10fiscal Q3 2021431190001493152-21-027769
10-Q2021-08-12fiscal Q2 2021441170001493152-21-019537
10-Q2021-05-13fiscal Q1 202144890001493152-21-011338
10-K2021-03-30fiscal FY 202048970001493152-21-007159
10-Q2020-11-09fiscal Q3 2020411110001493152-20-020761
10-Q2020-08-06fiscal Q2 2020411070001493152-20-014815
10-Q2020-05-11fiscal Q1 202042850001493152-20-008148
10-K2020-03-12fiscal FY 2019471340001493152-20-003780
10-Q2019-11-12fiscal Q3 2019441160001493152-19-016922
10-Q2019-08-08fiscal Q2 2019441120001493152-19-011904
10-Q2019-05-10fiscal Q1 201943830001493152-19-006820
10-K2019-01-14fiscal FY 201841740001493152-19-000547
10-Q2018-09-14fiscal Q3 201838860001493152-18-013263
10-Q2018-06-14fiscal Q2 201832800001493152-18-008683
10-Q2018-03-19fiscal Q1 201832610001493152-18-003575
10-K2018-01-30fiscal FY 201730560001493152-18-001228
10-Q2017-09-14fiscal Q3 201728650001493152-17-010625
10-Q2017-06-09fiscal Q2 201734890001493152-17-006431
10-Q2017-03-16fiscal Q1 201726550001654954-17-002102
10-K2016-12-30fiscal FY 201631640001654954-16-005166
10-Q2016-09-01fiscal Q3 201629820001415889-16-007024
10-Q2016-06-09fiscal Q2 201629860001415889-16-006146
10-Q2016-03-15fiscal Q1 201630600001415889-16-005088
10-K2016-01-29fiscal FY 201535720001144204-16-077792
10-Q2015-09-14fiscal Q3 2015391150001144204-15-054854
10-Q2015-06-15fiscal Q2 2015381140001144204-15-037216
10-Q2015-03-17fiscal Q1 201532660001144204-15-016808
10-K2015-01-29fiscal FY 201438790001144204-15-004622
10-Q2014-09-15fiscal Q3 2014361060001144204-14-055892
10-Q2014-06-09fiscal Q2 2014361060001144204-14-036552
10-Q2014-03-12fiscal Q1 201436740001144204-14-015096
10-K2014-01-14fiscal FY 2013411110001144204-14-002141
10-Q2013-09-09fiscal Q3 2013371040001144204-13-049818
10-Q2013-06-10fiscal Q2 2013371040001144204-13-034092
10-Q2013-03-12fiscal Q1 201337760001144204-13-014535
10-K2013-01-14fiscal FY 2012401550001144204-13-002186
10-Q2012-09-10fiscal Q3 2012371040001144204-12-050384
10-Q2012-06-11fiscal Q2 201234960001193125-12-266700
10-Q2012-03-12fiscal Q1 201234700001193125-12-109619
10-K2012-01-17fiscal FY 201135950001193125-12-013940
10-Q2011-09-14fiscal Q3 201134950000950123-11-084370

Inspect the source

Entity
POLARITYTE, INC. / CIK 0001076682
Captured
SEC response SHA-256
00f90f3a55a64710336b1f01d55cca6ce6b078be913129115d60e28a04d7ea31

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