Skip to content

PUREBASE CORPORATION: filings

Every PUREBASE CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 53 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-04-15fiscal Q1 202632640001493152-26-016747
10-K2026-03-18fiscal FY 202537730001493152-26-011296
10-Q2025-10-15fiscal Q3 2025371110001493152-25-018111
10-Q2025-07-15fiscal Q2 2025371100001641172-25-019750
10-Q2025-04-14fiscal Q1 202531610001641172-25-004392
10-K2025-02-28fiscal FY 202438740001493152-25-008646
10-Q2024-10-15fiscal Q3 2024401170001493152-24-041081
10-Q2024-07-15fiscal Q2 2024381130001493152-24-027791
10-Q2024-04-15fiscal Q1 202434680001493152-24-014655
10-K2024-02-28fiscal FY 202336700001493152-24-008171
10-Q2023-10-13fiscal Q3 2023361050001493152-23-037092
10-Q2023-07-14fiscal Q2 202332890001493152-23-024586
10-Q2023-04-12fiscal Q1 202332640001493152-23-011998
10-K2023-02-28fiscal FY 202232630001493152-23-006277
10-Q2022-10-13fiscal Q3 202229840001493152-22-028345
10-Q2022-07-13fiscal Q2 202229820001493152-22-019217
10-Q/A2022-06-21fiscal Q3 202132890001493152-22-017416
10-Q/A2022-06-21fiscal Q2 202134860001493152-22-017414
10-Q2022-04-14fiscal Q1 202225520001493152-22-009961
10-K2022-03-15fiscal FY 202131610001493152-22-006914
10-Q2021-10-28fiscal Q3 202130810001493152-21-026560
10-Q2021-10-13fiscal Q2 202131770001493152-21-025341
10-Q2021-04-22fiscal Q1 202127510001493152-21-009440
10-K2021-03-16fiscal FY 202027550001493152-21-006086
10-Q2020-10-14fiscal Q3 202027760001493152-20-019441
10-Q2020-07-15fiscal Q2 202026690001493152-20-013298
10-Q2020-04-14fiscal Q1 202027540001493152-20-006256
10-K2020-02-28fiscal FY 201928570001493152-20-003157
10-Q2019-10-18fiscal Q3 201926730001493152-19-015706
10-Q2019-07-18fiscal Q2 201926720001493152-19-010783
10-Q2019-04-12fiscal Q1 201922460001493152-19-005234
10-K2019-03-15fiscal FY 201828570001493152-19-003440
10-Q2018-10-11fiscal Q3 201822570001127855-18-000236
10-Q2018-07-17fiscal Q2 201824620001127855-18-000106
10-Q2018-04-12fiscal Q1 201823480001127855-18-000066
10-K2018-02-28fiscal FY 201727520001127855-18-000033
10-Q2017-10-10fiscal Q3 201727620001127855-17-000236
10-Q2017-07-13fiscal Q2 201726590001127855-17-000183
10-Q2017-04-19fiscal Q1 201725520001127855-17-000109
10-K2017-04-12fiscal FY 201625510001127855-17-000090
10-Q2016-07-15fiscal Q2 201621510001127855-16-000717
10-Q2016-04-20fiscal Q1 201620420001127855-16-000597
10-K2016-03-14fiscal FY 201524510001127855-16-000547
10-Q2015-10-19fiscal Q3 201526680001127855-15-000419
10-Q2015-07-15fiscal Q2 201525640001127855-15-000297
10-Q2015-04-20fiscal Q1 201522430001127855-15-000163
10-K2015-03-16fiscal FY 201424420001127855-15-000117
10-Q2014-11-14fiscal Q3 201414340001127855-14-000517
10-Q2014-08-18fiscal Q2 201415410001127855-14-000376
10-Q/A2014-05-28fiscal Q1 201416430001127855-14-000248
10-K2014-04-11fiscal FY 201317380001127855-14-000167
10-Q2013-11-14fiscal Q3 201313400001127855-13-000767
10-Q2013-08-14fiscal Q2 201317470001127855-13-000607

Inspect the source

Entity
PUREBASE CORPORATION / CIK 0001575858
Captured
2026-09-20T09:21:50.528Z
SEC response SHA-256
1264147ca81e96c6cc985b17dd67a61dbaa7584c23b2fbbbac2448ce91727389

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