Skip to content

PZENA INVESTMENT MANAGEMENT, INC.: filings

Every PZENA INVESTMENT MANAGEMENT, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 46 filings, each linked to its SEC index.

Filing record ends 2022-11-04

The latest filing in this captured record is a 10-Q filed 2022-11-04. No later filing is in the SEC companyfacts record captured on 2026-09-22. PZENA INVESTMENT MANAGEMENT, INC. 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-Q2022-11-04fiscal Q3 2022391440000950170-22-022228
10-Q2022-08-05fiscal Q2 2022391390000950170-22-014908
10-Q2022-05-03fiscal Q1 202239830000950170-22-007093
10-K2022-03-09fiscal FY 202141860000950170-22-003157
10-Q2021-11-08fiscal Q3 2021401440000950170-21-003490
10-Q2021-08-05fiscal Q2 2021401400001564590-21-041683
10-Q2021-05-06fiscal Q1 202139790001564590-21-025039
10-K2021-03-10fiscal FY 202041860001564590-21-011860
10-Q2020-11-06fiscal Q3 2020401440001564590-20-051828
10-Q2020-08-06fiscal Q2 2020401400001564590-20-037687
10-Q2020-05-11fiscal Q1 202039790001564590-20-024370
10-K2020-03-10fiscal FY 201941830001564590-20-009500
10-Q2019-11-08fiscal Q3 2019391420001564590-19-042336
10-Q2019-08-06fiscal Q2 2019391370001564590-19-029356
10-Q2019-05-03fiscal Q1 201939830001564590-19-015696
10-K2019-03-08fiscal FY 201838800001564590-19-007031
10-Q2018-11-06fiscal Q3 2018371340001564590-18-027437
10-Q2018-08-06fiscal Q2 2018371350001564590-18-019444
10-Q2018-05-04fiscal Q1 201838820001399249-18-000021
10-K2018-03-09fiscal FY 2017391500001399249-18-000012
10-Q2017-11-03fiscal Q3 2017371300001399249-17-000055
10-Q2017-08-08fiscal Q2 2017371300001399249-17-000040
10-Q2017-05-05fiscal Q1 201737780001399249-17-000022
10-K2017-03-13fiscal FY 2016391500001399249-17-000010
10-Q2016-11-04fiscal Q3 2016381380001399249-16-000111
10-Q2016-08-09fiscal Q2 2016381360001399249-16-000100
10-Q2016-05-06fiscal Q1 201638800001399249-16-000081
10-K2016-03-14fiscal FY 2015391500001399249-16-000071
10-Q2015-11-05fiscal Q3 2015381380001399249-15-000051
10-Q2015-08-06fiscal Q2 2015361300001399249-15-000040
10-Q2015-05-07fiscal Q1 201536760001399249-15-000020
10-K2015-03-16fiscal FY 2014371450001399249-15-000010
10-Q2014-11-04fiscal Q3 2014361320001399249-14-000051
10-Q2014-08-07fiscal Q2 2014361300001399249-14-000043
10-Q2014-05-02fiscal Q1 201436760001399249-14-000025
10-K2014-03-12fiscal FY 2013371450001399249-14-000015
10-Q2013-11-01fiscal Q3 2013371360001399249-13-000046
10-Q2013-08-06fiscal Q2 2013371340001399249-13-000033
10-Q2013-05-01fiscal Q1 201336760001399249-13-000019
10-K2013-03-12fiscal FY 2012371370001144204-13-014631
10-Q2012-11-05fiscal Q3 2012371360001399249-12-000041
10-Q2012-07-27fiscal Q2 2012371340001399249-12-000021
10-Q2012-04-27fiscal Q1 201234700001399249-12-000007
10-K2012-03-14fiscal FY 201134960001144204-12-014940
10-Q2011-11-02fiscal Q3 2011341200001027796-11-000056
10-Q2011-08-03fiscal Q2 2011331160001027796-11-000035

Inspect the source

Entity
PZENA INVESTMENT MANAGEMENT, INC. / CIK 0001399249
Captured
SEC response SHA-256
7095144f1f492f660db3f5fc0702ea44948343e0e6973808e81f49644a394300

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