Skip to content

Katapult Holdings, Inc.: filings

Every Katapult Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 28 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-04fiscal Q2 2026381080001628280-26-052176
10-Q2026-05-08fiscal Q1 202638800001628280-26-032985
10-K2026-03-11fiscal FY 202542850001628280-26-016661
10-Q2025-11-12fiscal Q3 2025371040001628280-25-051372
10-Q2025-08-13fiscal Q2 2025371040001628280-25-040169
10-Q2025-05-15fiscal Q1 202537780001628280-25-026057
10-K2025-03-28fiscal FY 202441830001628280-25-015331
10-Q2024-11-06fiscal Q3 2024371110001628280-24-045451
10-Q2024-08-14fiscal Q2 2024371110001628280-24-037035
10-Q2024-05-15fiscal Q1 202440910001628280-24-023376
10-K2024-04-24fiscal FY 2023423390001628280-24-017691
10-Q2023-11-08fiscal Q3 2023411160001628280-23-037550
10-Q2023-08-09fiscal Q2 2023411150001628280-23-028400
10-Q2023-05-11fiscal Q1 202341850001628280-23-017397
10-K2023-03-09fiscal FY 202246920001628280-23-007144
10-Q2022-11-09fiscal Q3 2022451250001628280-22-029073
10-Q2022-08-09fiscal Q2 2022441210001628280-22-021756
10-Q2022-05-10fiscal Q1 202241830001628280-22-013467
10-K2022-03-15fiscal FY 2021411100001628280-22-006159
10-Q2021-11-12fiscal Q3 2021411160001628280-21-023198
10-Q2021-08-16fiscal Q2 2021411170001628280-21-017138
10-Q2021-05-24fiscal Q1 202116350001213900-21-028829
10-K/A2021-05-05fiscal FY 202019370001213900-21-024598
10-K2021-03-08fiscal FY 202019370001213900-21-013844
10-Q2020-11-12fiscal Q3 202017410001213900-20-036532
10-Q2020-08-14fiscal Q2 202016320001213900-20-022325
10-Q2020-05-13fiscal Q1 202016250001213900-20-012017
10-K2020-03-27fiscal FY 201917170001213900-20-007679

Inspect the source

Entity
Katapult Holdings, Inc. / CIK 0001785424
Captured
2026-09-19T11:21:16.360Z
SEC response SHA-256
b5756a8b76371f94b46300c6ba76d439fc304e41ab3bbc2274edd99ad58f4c57

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