Skip to content

ContextLogic Inc.: filings

Every ContextLogic Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 19 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-Q2025-05-09fiscal Q1 202536700000950170-25-068078
10-K2025-03-12fiscal FY 202445820000950170-25-037990
10-Q/A2025-02-13fiscal Q3 2024421110000950170-25-020033
10-Q2024-11-07fiscal Q3 2024421110000950170-24-123378
10-Q2024-08-08fiscal Q2 2024421160000950170-24-094026
10-Q2024-05-08fiscal Q1 202441860000950170-24-055735
10-K2024-03-05fiscal FY 202345900000950170-24-025210
10-Q2023-11-07fiscal Q3 2023421190000950170-23-060294
10-Q2023-08-03fiscal Q2 2023421190000950170-23-038022
10-Q2023-05-04fiscal Q1 202340820000950170-23-017914
10-K2023-02-27fiscal FY 2022441140000950170-23-004711
10-Q2022-11-09fiscal Q3 2022411170000950170-22-023886
10-Q2022-08-09fiscal Q2 2022411170000950170-22-016106
10-Q2022-05-05fiscal Q1 202237750001564590-22-018277
10-K2022-03-14fiscal FY 2021401020001564590-22-010074
10-Q2021-11-10fiscal Q3 2021371010001564590-21-056217
10-Q2021-08-12fiscal Q2 202135940001564590-21-044022
10-Q2021-05-12fiscal Q1 202136740001564590-21-027024
10-K2021-03-25fiscal FY 2020421020001564590-21-015544

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
ContextLogic Inc. / CIK 0001822250
Captured
2026-09-21T17:29:15.477Z
SEC response SHA-256
f269d64a57c2637d11f04ae107f393c8c13e7bfdd27f9a0e49bbddfd87e8cd5e

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