Skip to content

SPRINGBIG HOLDINGS, INC.: filings

Every SPRINGBIG HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 24 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-19fiscal Q2 2026391160001213900-26-091690
10-Q2026-05-14fiscal Q1 202642850001213900-26-056127
10-K2026-03-27fiscal FY 202545900001213900-26-034944
10-Q2025-11-14fiscal Q3 2025431240001213900-25-110172
10-Q2025-08-14fiscal Q2 2025411200001213900-25-075869
10-Q2025-05-14fiscal Q1 202541850001213900-25-042867
10-K2025-03-28fiscal FY 2024451000001013762-25-003507
10-Q2024-11-13fiscal Q3 2024431190001213900-24-097606
10-Q2024-08-13fiscal Q2 2024441230001213900-24-068301
10-Q2024-05-14fiscal Q1 202440850001628280-24-023235
10-K2024-04-01fiscal FY 202344920001628280-24-013998
10-Q2023-11-13fiscal Q3 2023411150001628280-23-038706
10-Q2023-08-10fiscal Q2 2023411150001628280-23-028887
10-Q2023-05-04fiscal Q1 202340850001801602-23-000036
10-K2023-03-28fiscal FY 2022451080001801602-23-000028
10-Q2022-11-15fiscal Q3 2022361070001801602-22-000034
10-Q/A2022-08-18fiscal Q2 2022361210001801602-22-000024
10-Q2022-05-16fiscal Q1 202216360001140361-22-019421
10-K/A2022-04-26fiscal FY 202117360001140361-22-016001
10-K2022-03-11fiscal FY 202117360001140361-22-009138
10-Q/A2021-12-17fiscal Q3 202116560001140361-21-042215
10-Q2021-11-12fiscal Q3 202116550001140361-21-037686
10-Q2021-08-16fiscal Q2 202115460001140361-21-028318
10-Q2021-06-03fiscal Q1 202116380001140361-21-019768

Inspect the source

Entity
SPRINGBIG HOLDINGS, INC. / CIK 0001801602
Captured
2026-09-21T17:32:45.952Z
SEC response SHA-256
6c139ac1407e2acdf1270ae0150285c735534ee7a796c13b6f11369b8dd66d37

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