Skip to content

PCS EDVENTURES!, INC.: filings

Every PCS EDVENTURES!, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 35 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 Q1 202737790001493152-26-038113
10-K2026-06-26fiscal FY 202644860001493152-26-030242
10-Q2026-02-13fiscal Q3 2026401100001493152-26-006554
10-Q2025-11-14fiscal Q2 2026391050001493152-25-022452
10-Q2025-08-14fiscal Q1 202539760001641172-25-023788
10-K2025-06-30fiscal FY 202544880001641172-25-017076
10-Q2025-02-14fiscal Q3 2025391030001493152-25-006602
10-Q2024-11-15fiscal Q2 202536980001493152-24-046234
10-Q2024-08-14fiscal Q1 202532660001493152-24-031956
10-K2024-06-28fiscal FY 202443820001493152-24-025592
10-Q2024-02-16fiscal Q3 2024411020001493152-24-006949
10-Q2017-02-10fiscal Q3 201734930001493152-17-001349
10-Q2016-11-10fiscal Q2 201735950001493152-16-014708
10-Q2016-08-10fiscal Q1 201634690001493152-16-012151
10-K2016-06-22fiscal FY 201632630001493152-16-011009
10-Q2016-02-11fiscal Q3 201530770001493152-16-007312
10-Q2015-11-12fiscal Q2 201631820001580957-15-000265
10-Q2015-08-13fiscal Q1 201633640001580957-15-000069
10-K2015-06-16fiscal FY 201532630001580957-15-000051
10-Q2015-02-11fiscal Q3 201530760001580957-15-000009
10-Q2014-11-14fiscal Q2 201529740001580957-14-000077
10-Q2014-08-07fiscal Q1 201530580001580957-14-000051
10-K2014-06-30fiscal FY 201432660001580957-14-000043
10-Q2014-02-14fiscal Q3 201328730001580957-14-000010
10-Q2013-11-19fiscal Q2 201328730001580957-13-000019
10-Q2013-08-19fiscal Q1 201329600001580957-13-000003
10-K2013-07-02fiscal FY 201233680001010412-13-000182
10-Q2013-02-14fiscal Q3 201230800001010412-13-000032
10-Q2012-11-14fiscal Q2 201229760001010412-12-000390
10-Q/A2012-09-13fiscal Q1 201229570001010412-12-000341
10-K2012-07-12fiscal FY 201130630001010412-12-000279
10-Q/A2012-03-20fiscal Q3 201129780001010412-12-000083
10-Q2012-02-14fiscal Q3 201129780001010412-12-000038
10-Q2011-11-14fiscal Q2 201129780001010412-11-000665
10-Q2011-08-15fiscal Q1 201129600001010412-11-000468

Inspect the source

Entity
PCS EDVENTURES!, INC. / CIK 0001122020
Captured
2026-09-20T07:40:00.421Z
SEC response SHA-256
91fd658bfcb9ffa751c8774481ba689d5454c1a7d57ea32518915675aeb3b9fd

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