Skip to content

Leafly Holdings, Inc. /DE: filings

Every Leafly Holdings, Inc. /DE annual and quarterly report in the SEC record with the published financial measures it tagged, 31 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-15fiscal Q1 202542890000950170-25-071797
10-K2025-03-31fiscal FY 202445930000950170-25-047893
10-Q2024-11-08fiscal Q3 2024411260000950170-24-124199
10-Q2024-08-12fiscal Q2 2024411220000950170-24-094992
10-Q2024-05-10fiscal Q1 202441880000950170-24-057773
10-K2024-04-01fiscal FY 202344910000950170-24-039515
10-Q2023-11-13fiscal Q3 2023401240000950170-23-062891
10-Q2023-08-11fiscal Q2 2023401200000950170-23-041872
10-Q2023-05-15fiscal Q1 202340860000950170-23-021895
10-K2023-03-29fiscal FY 202243900000950170-23-010402
10-Q/A2022-12-02fiscal Q2 2022381170001785592-22-000026
10-Q/A2022-12-02fiscal Q1 202237810001785592-22-000025
10-K/A2022-12-02fiscal FY 202125510001785592-22-000024
10-Q2022-11-14fiscal Q3 2022381200001785592-22-000016
10-Q2022-08-12fiscal Q2 2022381170001628280-22-022673
10-Q2022-05-16fiscal Q1 202237810001628280-22-014549
10-K2022-03-31fiscal FY 202125510001628280-22-008014
10-K/A2021-12-16fiscal FY 202020370001213900-21-065549
10-K/A2021-12-14fiscal FY 202020370001213900-21-065260
10-K/A2021-12-10fiscal FY 202020370001213900-21-064510
10-K/A2021-11-23fiscal FY 202020370001213900-21-061630
10-Q2021-11-17fiscal Q3 202120560001213900-21-060306
10-Q2021-08-16fiscal Q2 202120520001213900-21-042946
10-Q2021-07-26fiscal Q1 202117360001213900-21-038681
10-K/A2021-07-26fiscal FY 202019360001213900-21-038680
10-K2021-03-31fiscal FY 202019360001213900-21-019193
10-Q2020-11-16fiscal Q3 202019450001213900-20-037061
10-Q2020-08-14fiscal Q2 202020410001213900-20-022256
10-Q2020-05-15fiscal Q1 202018290001213900-20-012662
10-K2020-03-30fiscal FY 201920200001213900-20-008063
10-Q2019-12-19fiscal Q3 201912150001213900-19-026582

Inspect the source

Entity
Leafly Holdings, Inc. /DE / CIK 0001785592
Captured
2026-09-21T17:27:22.716Z
SEC response SHA-256
496162a22bb1e12eb4889963b26734515b1315e68c8c40fc5f22d4306872854b

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