Skip to content

PINEAPPLE, INC.: filings

Every PINEAPPLE, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 21 filings, each linked to its SEC index.

Filing record ends 2024-01-12

The latest filing in this captured record is a 10-Q filed 2024-01-12. No later filing is in the SEC companyfacts record captured on 2026-09-22. PINEAPPLE, INC. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2024-01-12fiscal Q3 202333980001493152-24-002153
10-Q2023-09-20fiscal Q2 202334880001493152-23-033150
10-Q2023-05-26fiscal Q1 202327480001493152-23-019230
10-K2023-05-05fiscal FY 202225480001493152-23-015544
10-Q/A2023-01-30fiscal Q3 202224730001493152-23-003005
10-Q2023-01-05fiscal Q3 202224730001493152-23-000627
10-Q2022-08-19fiscal Q2 202224690001493152-22-023571
10-Q2022-05-27fiscal Q1 202224470001493152-22-015278
10-K/A2022-05-18fiscal FY 202124470001493152-22-014314
10-K2022-05-06fiscal FY 202124470001493152-22-012401
10-Q2021-11-29fiscal Q3 202124700001493152-21-030021
10-Q2021-11-12fiscal Q2 202126700001493152-21-028209
10-Q2021-10-27fiscal Q1 202125470001493152-21-026495
10-K2021-10-04fiscal FY 202029540001493152-21-024497
10-K/A2021-08-17fiscal FY 2019321200001493152-21-020408
10-Q2021-04-13fiscal Q3 202029780001493152-21-008631
10-Q2021-04-13fiscal Q2 202029760001493152-21-008629
10-Q2021-04-13fiscal Q1 202028550001493152-21-008624
10-K2021-02-16fiscal FY 2019321200001493152-21-003729
10-K/A2020-06-05fiscal FY 201828530001493152-20-010664
10-K2020-04-01fiscal FY 201828530001493152-20-005517

Inspect the source

Entity
PINEAPPLE, INC. / CIK 0001654672
Captured
SEC response SHA-256
b9a16bcb9afd7f218bfd5f6a7251a1d35f4fa59bfb2766a22d5bfa945a6cac23

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