Skip to content

Greenlane Holdings, Inc.: filings

Every Greenlane Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 33 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-14fiscal Q2 2026481300001493152-26-038441
10-Q2026-05-15fiscal Q1 202647920001493152-26-023857
10-K2026-03-31fiscal FY 2025531020001493152-26-014263
10-Q2025-11-14fiscal Q3 2025511460001493152-25-023476
10-Q2025-08-14fiscal Q2 2025521440001641172-25-024104
10-Q2025-05-15fiscal Q1 2025521040001641172-25-010928
10-K2025-03-21fiscal FY 2024541080001493152-25-011057
10-Q2024-11-14fiscal Q3 2024501400001493152-24-046094
10-Q2024-08-14fiscal Q2 2024491360001493152-24-032239
10-Q2024-07-25fiscal Q1 202448960001493152-24-028996
10-K2024-07-19fiscal FY 2023551080001493152-24-028387
10-Q2024-01-09fiscal Q3 2023471430001743745-24-000022
10-Q/A2024-01-08fiscal Q2 2023481400001743745-24-000016
10-Q/A2024-01-08fiscal Q1 202348980001743745-24-000014
10-K/A2024-01-05fiscal FY 2022561420001743745-24-000011
10-Q2023-08-14fiscal Q2 2023471390001743745-23-000060
10-Q2023-05-15fiscal Q1 202348990001743745-23-000027
10-K2023-03-31fiscal FY 2022561130001743745-23-000014
10-Q2022-11-14fiscal Q3 2022491450001743745-22-000083
10-Q2022-08-15fiscal Q2 2022491410001743745-22-000056
10-Q2022-05-16fiscal Q1 2022491010001743745-22-000020
10-K2022-03-31fiscal FY 2021551110001743745-22-000011
10-Q2021-11-15fiscal Q3 2021491450001743745-21-000043
10-Q2021-08-16fiscal Q2 2021471350001743745-21-000028
10-Q2021-05-17fiscal Q1 202143890001743745-21-000022
10-K2021-03-31fiscal FY 2019491020001743745-21-000018
10-Q2020-11-16fiscal Q3 2020431230001743745-20-000041
10-Q2020-08-11fiscal Q2 2020421170001743745-20-000033
10-Q2020-06-09fiscal Q1 202043890001743745-20-000023
10-K2020-04-24fiscal FY 201951990001743745-20-000007
10-Q2019-11-12fiscal Q3 2019441270001628280-19-013876
10-Q2019-08-13fiscal Q2 2019431120001213900-19-015397
10-Q2019-05-09fiscal Q1 201940770001213900-19-008171

Inspect the source

Entity
Greenlane Holdings, Inc. / CIK 0001743745
Captured
2026-09-21T17:28:39.247Z
SEC response SHA-256
8f1a4e1e10279b8cdaac4abd070b91366f214ac85dd23bffca8b810bbf7a0c1f

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