Skip to content

PANAMERA HOLDINGS CORPORATION: filings

Every PANAMERA HOLDINGS CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 46 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-06-22fiscal Q3 2026331040001640334-26-001103
10-Q2026-03-23fiscal Q2 202631960001640334-26-000512
10-Q2026-02-17fiscal Q1 202631660001640334-26-000316
10-K2025-11-25fiscal FY 202531640001640334-25-002212
10-Q2025-06-13fiscal Q3 202532990001640334-25-001049
10-Q2025-03-13fiscal Q2 202528850001640334-25-000371
10-Q2025-02-14fiscal Q1 202527570001640334-25-000274
10-K2025-01-13fiscal FY 202434680001640334-25-000065
10-Q2024-06-21fiscal Q3 202426820001640334-24-001005
10-Q2024-03-08fiscal Q2 202425740001640334-24-000365
10-Q2023-12-20fiscal Q1 202425540001640334-23-002334
10-K2023-11-16fiscal FY 202329600001640334-23-002189
10-K/A2023-09-19fiscal FY 202227550001640334-23-001712
10-Q2023-06-16fiscal Q3 202324720001640334-23-001081
10-Q2023-03-21fiscal Q2 202324710001640334-23-000397
10-Q2023-02-14fiscal Q1 202325540001640334-23-000211
10-K2023-01-06fiscal FY 202227550001640334-23-000027
10-Q2022-06-21fiscal Q3 202220680001640334-22-001302
10-Q2022-03-17fiscal Q2 202218580001640334-22-000515
10-Q2022-02-15fiscal Q1 202218400001640334-22-000341
10-K2022-02-15fiscal FY 202123480001640334-22-000315
10-Q2021-06-14fiscal Q3 202120660001640334-21-001346
10-Q2021-03-16fiscal Q2 202120640001640334-21-000590
10-Q2020-12-15fiscal Q1 202120440001640334-20-003073
10-K2020-10-29fiscal FY 202022460001640334-20-002680
10-Q2020-06-15fiscal Q3 202020660001640334-20-001512
10-Q2020-03-23fiscal Q2 202019600001640334-20-000587
10-Q2019-12-16fiscal Q1 202019420001640334-19-002594
10-K2019-10-29fiscal FY 201920420001640334-19-002130
10-Q2019-06-07fiscal Q3 201919640001640334-19-001089
10-Q2019-02-26fiscal Q2 201919530001640334-19-000324
10-Q2018-12-12fiscal Q1 201919390001640334-18-002357
10-K2018-10-19fiscal FY 201817360001640334-18-001965
10-Q2018-06-07fiscal Q3 201816480001640334-18-001154
10-Q2018-03-19fiscal Q2 201816480001640334-18-000478
10-Q2017-12-15fiscal Q1 201813280001640334-17-002654
10-K2017-10-30fiscal FY 201719380001640334-17-002257
10-Q2017-06-14fiscal Q3 201718510001640334-17-001228
10-Q2017-03-14fiscal Q2 201718510001640334-17-000470
10-Q2016-12-07fiscal Q1 201718370001640334-16-002181
10-K2016-11-14fiscal FY 201620410001640334-16-001963
10-Q2016-06-09fiscal Q3 201620560001640334-16-001190
10-Q2016-03-15fiscal Q2 201620560001640334-16-000823
10-Q2015-12-11fiscal Q1 201520420001640334-15-000416
10-K2015-10-29fiscal FY 201522390001640334-15-000257
10-Q2015-06-15fiscal Q3 201521380001557240-15-000426

Inspect the source

Entity
PANAMERA HOLDINGS CORPORATION / CIK 0001620749
Captured
2026-09-21T17:21:43.170Z
SEC response SHA-256
d2f101e6844fdddafeeb0362df927a6d7459b373d1f03d07003049e1187f85fb

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