Skip to content

PGI INCORPORATED: filings

Every PGI INCORPORATED annual and quarterly report in the SEC record with the published financial measures it tagged, 47 filings, each linked to its SEC index.

Filing record ends 2023-03-31

The latest filing in this captured record is a 10-K filed 2023-03-31. No later filing is in the SEC companyfacts record captured on 2026-09-23. PGI INCORPORATED may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-K2023-03-31fiscal FY 202222460001654954-23-004006
10-Q2022-11-14fiscal Q3 202214440001654954-22-015213
10-Q2022-08-12fiscal Q2 202213420001654954-22-011154
10-Q2022-05-13fiscal Q1 202214350001654954-22-006685
10-K2022-03-31fiscal FY 202121430001654954-22-004355
10-Q2021-11-15fiscal Q3 202114440001654954-21-012145
10-Q2021-08-13fiscal Q2 202115480001654954-21-008914
10-Q2021-05-14fiscal Q1 202113280001654954-21-005654
10-K2021-03-31fiscal FY 202017350001654954-21-003578
10-Q2020-11-13fiscal Q3 202013400001654954-20-012317
10-Q2020-08-14fiscal Q2 202013400001654954-20-009162
10-Q2020-06-29fiscal Q1 202013280001654954-20-007055
10-K2020-03-12fiscal FY 201919390001654954-20-002544
10-Q2019-11-12fiscal Q3 201914420001654954-19-012643
10-Q2019-08-14fiscal Q2 201915400001654954-19-009467
10-Q2019-05-15fiscal Q1 201915300001654954-19-006049
10-K2019-02-25fiscal FY 201819390001654954-19-001940
10-Q2018-11-09fiscal Q3 201817480001654954-18-012322
10-Q2018-08-20fiscal Q2 201817550001654954-18-009413
10-Q2018-05-11fiscal Q1 201817340001654954-18-005117
10-K2018-03-23fiscal FY 201722450001654954-18-003025
10-Q2017-11-13fiscal Q3 201721620001654954-17-010474
10-Q2017-08-14fiscal Q2 201722660001654954-17-007523
10-Q2017-05-15fiscal Q1 201717340001654954-17-004724
10-K2017-03-31fiscal FY 201621410001654954-17-002938
10-Q2016-11-09fiscal Q3 201621600001654954-16-003675
10-Q2016-08-15fiscal Q2 201621600001654954-16-001629
10-Q2016-05-12fiscal Q1 201616320001354488-16-007342
10-K2016-03-22fiscal FY 201518360001354488-16-006641
10-Q2015-11-13fiscal Q3 201516420001354488-15-005031
10-Q2015-08-14fiscal Q2 201516420001354488-15-003848
10-Q2015-05-15fiscal Q1 201516320001354488-15-002465
10-K2015-03-31fiscal FY 201418350001354488-15-001482
10-Q2014-11-14fiscal Q3 201416420001354488-14-005748
10-Q2014-08-14fiscal Q2 201416420001354488-14-004206
10-Q2014-05-14fiscal Q1 201416310001354488-14-002564
10-K2014-03-31fiscal FY 201318360001354488-14-001496
10-Q2013-11-14fiscal Q3 201316420001354488-13-006325
10-Q2013-08-14fiscal Q2 201316420001354488-13-004550
10-Q2013-05-14fiscal Q1 201317330001354488-13-002763
10-K2013-03-29fiscal FY 201218360001354488-13-001603
10-Q2012-11-14fiscal Q3 201217440001354488-12-005875
10-Q2012-08-13fiscal Q2 201217440001354488-12-004069
10-Q2012-05-14fiscal Q1 201212240001068800-12-000062
10-K2012-03-30fiscal FY 201112240001068800-12-000043
10-Q2011-11-14fiscal Q3 201112320001068800-11-000120
10-Q2011-08-12fiscal Q2 201112320001068800-11-000101

Inspect the source

Entity
PGI INCORPORATED / CIK 0000081157
Captured
SEC response SHA-256
6360eca79349ccd854e5530c90ee9a70ccc497672c1ba4afa4ff2029e7d4b4bb

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