Skip to content

PROCYON CORPORATION: filings

Every PROCYON CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 54 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-K2024-10-25fiscal FY 2024451040001437749-24-032155
10-Q2024-05-24fiscal Q3 2024391150001437749-24-018357
10-Q2024-02-22fiscal Q2 2024391110001437749-24-005229
10-Q2023-11-22fiscal Q1 202440810001437749-23-032871
10-K2023-09-28fiscal FY 2023441020001437749-23-027045
10-Q2023-05-15fiscal Q3 2023391110001437749-23-014647
10-Q2023-02-14fiscal Q2 2022381060001437749-23-003362
10-Q2022-11-14fiscal Q1 202339790001437749-22-027153
10-K2022-09-28fiscal FY 2022441020001437749-22-023194
10-Q2022-05-11fiscal Q3 2022381110001437749-22-011943
10-Q2022-02-14fiscal Q2 2022391090001437749-22-003265
10-Q2021-11-19fiscal Q1 202239790001437749-21-027175
10-K/A2021-11-12fiscal FY 202143980001437749-21-026526
10-K2021-10-08fiscal FY 202143990001437749-21-023489
10-Q2021-05-24fiscal Q3 2021371070001437749-21-013134
10-Q2021-02-26fiscal Q2 2021391090001437749-21-004155
10-Q2020-11-19fiscal Q1 202137780001437749-20-024252
10-K2020-10-06fiscal FY 202040940001437749-20-020789
10-Q2020-06-24fiscal Q3 2020391130001437749-20-013748
10-Q2020-02-19fiscal Q2 2020391100001437749-20-003043
10-Q2019-11-19fiscal Q1 202040830001437749-19-023204
10-K2019-09-30fiscal FY 2019421000001437749-19-019252
10-Q2019-05-17fiscal Q3 2019371100001437749-19-010403
10-Q2019-02-14fiscal Q2 2019371000001437749-19-002614
10-Q2018-11-14fiscal Q1 201938780001437749-18-020828
10-K2018-09-27fiscal FY 201843860001437749-18-017541
10-Q2018-05-15fiscal Q3 2018391050001437749-18-009936
10-Q2018-02-14fiscal Q2 2018391030001437749-18-002506
10-Q2017-11-14fiscal Q1 201840800001437749-17-019224
10-K2017-10-12fiscal FY 201744900001140361-17-038557
10-Q2017-05-15fiscal Q3 2016391050001021890-17-000011
10-Q2017-02-15fiscal Q2 2016391030001021890-17-000002
10-Q2016-11-15fiscal Q1 201639790001021890-16-000049
10-K2016-09-28fiscal FY 201640810001021890-16-000039
10-Q2016-05-16fiscal Q3 2015391010001021890-16-000033
10-Q2016-02-16fiscal Q2 2015381000001021890-16-000030
10-Q2015-11-16fiscal Q1 201537750001000096-15-000088
10-K2015-09-28fiscal FY 201540790001000096-15-000074
10-Q2015-05-14fiscal Q3 201437980001000096-15-000042
10-Q2015-02-17fiscal Q2 201438990001000096-15-000015
10-Q2014-11-14fiscal Q1 201437730001000096-14-000123
10-K2014-09-29fiscal FY 201441810001000096-14-000113
10-Q2014-05-14fiscal Q3 2014391010001000096-14-000069
10-Q2014-02-14fiscal Q2 2014391010001000096-14-000013
10-Q2013-11-14fiscal Q1 201439750001000096-13-000160
10-K2013-09-30fiscal FY 201341840001000096-13-000123
10-Q2013-05-14fiscal Q3 2013401060001000096-13-000066
10-Q2013-02-14fiscal Q2 2013401060001000096-13-000026
10-Q2012-11-14fiscal Q1 201340820001000096-12-000173
10-K2012-09-28fiscal FY 201239800001000096-12-000143
10-Q2012-05-09fiscal Q3 2012381020001000096-12-000089
10-Q2012-02-14fiscal Q2 2012381020001000096-12-000037
10-Q2012-02-14fiscal Q2 2012381020001000096-12-000036
10-Q2011-11-14fiscal Q1 201238790001000096-11-000283

Inspect the source

Entity
PROCYON CORPORATION / CIK 0000812306
Captured
2026-09-19T15:06:27.653Z
SEC response SHA-256
0a7c0623c616591e82d02af5f6df22e6967a3d086e8607db9178c5f156c1f27a

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