Skip to content

PINEAPPLE EXPRESS CANNABIS COMPANY: filings

Every PINEAPPLE EXPRESS CANNABIS COMPANY annual and quarterly report in the SEC record with the published financial measures it tagged, 32 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-12-19fiscal Q3 202625840001710495-25-000010
10-Q2025-09-09fiscal Q2 202625800001139020-25-000302
10-Q/A2025-06-26fiscal Q1 202625540001139020-25-000191
10-Q2025-06-23fiscal Q1 202625540001139020-25-000186
10-K2025-05-16fiscal FY 202525520001139020-25-000132
10-Q2025-01-21fiscal Q3 202530760001493152-25-002983
10-Q2024-11-12fiscal Q2 202530780001493152-24-044434
10-Q2024-06-26fiscal Q1 202429540001493152-24-025203
10-K2024-06-03fiscal FY 202428520001493152-24-022263
10-Q2023-12-29fiscal Q3 202425720001493152-23-046439
10-Q2023-09-28fiscal Q2 202426720001493152-23-034576
10-Q/A2023-06-26fiscal Q1 202424470001493152-23-022522
10-Q2023-06-22fiscal Q1 202424460001493152-23-022083
10-K2023-05-24fiscal FY 202329520001493152-23-018877
10-Q2022-11-23fiscal Q3 202225700001710495-22-000011
10-Q2022-09-09fiscal Q2 202225590001710495-22-000009
10-Q2022-06-02fiscal Q1 202223450001710495-22-000006
10-K2022-04-21fiscal FY 202121410001710495-22-000004
10-Q2021-12-02fiscal Q3 202222540001710495-21-000023
10-Q2021-09-07fiscal Q2 202120510001710495-21-000019
10-Q2021-07-28fiscal Q1 202118390001710495-21-000016
10-K2021-06-08fiscal FY 202124460001710495-21-000005
10-Q2020-12-21fiscal Q3 202124590001710495-20-000029
10-Q2020-09-02fiscal Q2 202124630001710495-20-000017
10-Q2020-06-18fiscal Q1 202122480001710495-20-000013
10-K2020-06-05fiscal FY 202025520001710495-20-000006
10-Q2019-12-16fiscal Q3 202027700001710495-19-000013
10-Q2019-09-09fiscal Q2 202025630001710495-19-000011
10-Q2019-06-04fiscal Q1 202022420001710495-19-000008
10-K2019-04-18fiscal FY 201924470001710495-19-000006
10-Q2018-11-23fiscal Q3 201925630001710495-18-000027
10-Q2018-09-04fiscal Q2 201923600001710495-18-000025

Inspect the source

Entity
PINEAPPLE EXPRESS CANNABIS COMPANY / CIK 0001710495
Captured
2026-09-21T17:24:24.621Z
SEC response SHA-256
0a27bc50371e95d0d7604d00ff7badc149fbd1cd57365dfd908d2e44beb2e484

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