Skip to content

PURPLE INNOVATION, INC.: filings

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

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-Q2026-08-11fiscal Q2 2026531510001213900-26-087735
10-Q2026-04-28fiscal Q1 2026531090001213900-26-048619
10-K2026-03-31fiscal FY 2025571490001213900-26-036974
10-Q2025-11-04fiscal Q3 2025521530001213900-25-106077
10-Q2025-07-30fiscal Q2 2025521510001213900-25-068866
10-Q2025-05-06fiscal Q1 2025521070001213900-25-040145
10-K2025-03-14fiscal FY 2024571450001213900-25-023815
10-Q2024-11-04fiscal Q3 2024521540001213900-24-094096
10-Q2024-08-05fiscal Q2 2024511460001213900-24-065184
10-Q2024-05-07fiscal Q1 2024501030001213900-24-040467
10-K2024-03-12fiscal FY 2023551410001213900-24-021861
10-Q2023-11-15fiscal Q3 2023511470001213900-23-087133
10-Q2023-08-09fiscal Q2 2023501430001213900-23-065011
10-Q2023-05-10fiscal Q1 2023501030001213900-23-038113
10-K2023-03-22fiscal FY 2022571460001213900-23-021852
10-Q2022-11-09fiscal Q3 2022541530001213900-22-070600
10-Q2022-08-09fiscal Q2 2022541520001213900-22-045866
10-Q2022-05-10fiscal Q1 2022531080001213900-22-025186
10-K2022-03-01fiscal FY 2021571450001213900-22-010057
10-Q2021-11-09fiscal Q3 2021541480001213900-21-057706
10-Q2021-08-09fiscal Q2 2021541500001213900-21-041045
10-Q2021-05-17fiscal Q1 2021521070001213900-21-026659
10-K/A2021-05-10fiscal FY 2020551080001213900-21-025411
10-K2021-03-11fiscal FY 2020551080001213900-21-014856
10-Q2020-11-10fiscal Q3 2020491410001213900-20-036200
10-Q2020-08-14fiscal Q2 2020481360001213900-20-022019
10-Q2020-05-11fiscal Q1 202046930001213900-20-011641
10-K2020-03-09fiscal FY 201951970001213900-20-005734
10-Q2019-11-06fiscal Q3 2019441280001213900-19-022138
10-Q2019-08-13fiscal Q2 2019411120001213900-19-015517
10-Q2019-05-07fiscal Q1 201940800001213900-19-007962
10-K2019-03-14fiscal FY 201847880001213900-19-004081
10-Q2018-11-14fiscal Q3 2018411480001213900-18-015776
10-Q2018-08-09fiscal Q2 2018411040001213900-18-010557
10-Q2018-05-15fiscal Q1 201839760001213900-18-006327
10-K2018-02-01fiscal FY 201727610001213900-18-001126
10-Q2017-11-09fiscal Q3 201723630001213900-17-011678
10-Q2017-08-08fiscal Q2 201719480001213900-17-008325
10-Q2017-05-09fiscal Q1 201719380001213900-17-004826
10-K2017-03-14fiscal FY 201619350001213900-17-002285
10-Q2016-11-01fiscal Q3 201616360001213900-16-017861
10-Q2016-08-01fiscal Q2 201616290001213900-16-015439
10-Q2016-05-04fiscal Q1 201614230001213900-16-012978
10-K2016-03-11fiscal FY 201516160001213900-16-011527
10-Q2015-11-03fiscal Q2 201516190001213900-15-008146
10-Q2015-09-10fiscal Q1 2015990001213900-15-006872

Inspect the source

Entity
PURPLE INNOVATION, INC. / CIK 0001643953
Captured
2026-09-21T17:23:06.220Z
SEC response SHA-256
b01424874ba7f98043dce7ea4ec9113831117f6ab5466f219186ab2aa3cb3419

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