Skip to content

Perella Weinberg Partners: filings

Every Perella Weinberg Partners annual and quarterly report in the SEC record with the published financial measures it tagged, 26 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-07-31fiscal Q2 2026391200001777835-26-000074
10-Q2026-05-01fiscal Q1 202640840001777835-26-000042
10-K2026-02-27fiscal FY 2025411120001777835-26-000022
10-Q2025-11-07fiscal Q3 2025391200001777835-25-000185
10-Q2025-08-01fiscal Q2 2025391180001777835-25-000144
10-Q2025-05-02fiscal Q1 202540840001777835-25-000091
10-K2025-02-27fiscal FY 2024411110001777835-25-000056
10-Q2024-11-12fiscal Q3 2024391220001777835-24-000187
10-Q2024-08-02fiscal Q2 2024381160001777835-24-000140
10-Q2024-05-03fiscal Q1 202438800001777835-24-000105
10-K2024-02-23fiscal FY 2023431240001777835-24-000031
10-Q2023-11-07fiscal Q3 2023381200001777835-23-000132
10-Q2023-08-04fiscal Q2 2023381160001777835-23-000116
10-Q2023-05-04fiscal Q1 202340830001777835-23-000095
10-K2023-02-28fiscal FY 2022451240001777835-23-000030
10-Q2022-11-07fiscal Q3 2022421400001777835-22-000094
10-Q2022-08-04fiscal Q2 2022421370001777835-22-000062
10-K/A2022-07-07fiscal FY 2021451170001777835-22-000054
10-Q2022-05-05fiscal Q1 202242820001777835-22-000028
10-K2022-03-11fiscal FY 2021451170001777835-22-000008
10-Q2021-11-05fiscal Q3 2021431280000950170-21-003237
10-Q2021-08-12fiscal Q2 2021431250000950170-21-001359
10-Q2021-05-24fiscal Q1 202114310001213900-21-028547
10-K/A2021-05-04fiscal FY 202016320001213900-21-024533
10-K2021-03-15fiscal FY 202016320001213900-21-015417
10-Q2020-11-16fiscal Q3 202016460001213900-20-037346

Inspect the source

Entity
Perella Weinberg Partners / CIK 0001777835
Captured
2026-09-21T17:27:00.687Z
SEC response SHA-256
5ac9b4d7fa213341f87a135ee5aafe6f81c6529783db091fc24ad3deb90e53d3

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