Skip to content

PRESTIGE CAPITAL CORPORATION: filings

Every PRESTIGE CAPITAL 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-Q2024-11-21fiscal Q3 202414450001554795-24-000316
10-Q2024-08-02fiscal Q2 202415430001554795-24-000185
10-Q2024-05-09fiscal Q1 202416340001554795-24-000121
10-K2024-04-15fiscal FY 202316330001554795-24-000096
10-Q2023-11-02fiscal Q3 202316420001554795-23-000332
10-Q2023-08-03fiscal Q2 202316450001554795-23-000239
10-Q2023-05-04fiscal Q1 202316350001554795-23-000144
10-K2023-03-30fiscal FY 202217350001554795-23-000099
10-Q2022-11-04fiscal Q3 202216490001554795-22-000375
10-Q2022-08-12fiscal Q2 202216450001554795-22-000282
10-Q2022-05-13fiscal Q1 202216340001554795-22-000182
10-K2022-03-14fiscal FY 202117350001554795-22-000095
10-Q2021-11-09fiscal Q3 202117530001554795-21-000387
10-Q2021-08-13fiscal Q2 202115460001554795-21-000282
10-Q2021-05-17fiscal Q1 202116340001554795-21-000183
10-K2021-03-29fiscal FY 202015310001554795-21-000097
10-Q2020-11-06fiscal Q3 202019590001554795-20-000290
10-Q2020-08-10fiscal Q2 202019550001554795-20-000203
10-Q2020-05-12fiscal Q1 202019420001554795-20-000123
10-K2020-04-14fiscal FY 201920410001554795-20-000099
10-Q2019-11-12fiscal Q3 201920610001554795-19-000373
10-Q2019-08-09fiscal Q2 201920570001554795-19-000238
10-Q2019-05-10fiscal Q1 201920420001554795-19-000127
10-K2019-02-26fiscal FY 201820400001554795-19-000043
10-Q2018-11-07fiscal Q3 201820520001554795-18-000316
10-Q2018-08-10fiscal Q2 201818500001554795-18-000207
10-Q2018-05-10fiscal Q1 201820400001554795-18-000121
10-K2018-03-30fiscal FY 201718370001554795-18-000065
10-Q2017-11-09fiscal Q3 201717460001554795-17-000391
10-Q2017-08-11fiscal Q2 201718470001554795-17-000332
10-Q2017-05-11fiscal Q1 201719380001554795-17-000195
10-K2017-03-30fiscal FY 201618360001554795-17-000125
10-Q2016-10-31fiscal Q3 201618470001554795-16-000887
10-Q2016-08-09fiscal Q2 201619480001554795-16-000781
10-Q2016-05-06fiscal Q1 201618370001554795-16-000666
10-K2016-03-30fiscal FY 201518360001554795-16-000600
10-Q2015-11-09fiscal Q3 201517460001554795-15-000424
10-Q2015-08-14fiscal Q2 201517460001554795-15-000325
10-Q2015-05-13fiscal Q1 201517360001554795-15-000188
10-K2015-03-17fiscal FY 201416330001554795-15-000089
10-Q2014-11-12fiscal Q3 201417460001554795-14-000623
10-Q2014-08-05fiscal Q2 201420560001554795-14-000480
10-Q2014-05-08fiscal Q1 201418400001554795-14-000352
10-K2014-02-27fiscal FY 201319420001554795-14-000130
10-Q2013-11-07fiscal Q3 201320540001554795-13-000664
10-Q2013-08-12fiscal Q2 201320560001554795-13-000440
10-Q2013-05-09fiscal Q1 201320430001554795-13-000266
10-K2013-03-20fiscal FY 201221450001554795-13-000175
10-Q2012-11-14fiscal Q3 201222710001548123-12-000368
10-Q2012-08-06fiscal Q2 201222710001548123-12-000188
10-Q2012-05-15fiscal Q1 201222590001548123-12-000072
10-K2012-03-30fiscal FY 201121550001010412-12-000161
10-Q2011-11-16fiscal Q3 201122710001010412-11-000670
10-Q/A2011-08-11fiscal Q2 201120510001023175-11-000433

Inspect the source

Entity
PRESTIGE CAPITAL CORPORATION / CIK 0000790179
Captured
2026-09-21T17:17:20.616Z
SEC response SHA-256
32a2d0cd30a58056d3f98a24eb496c008519d03dc68eabbd80d1b73ccadfc19e

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