Skip to content

PJT Partners Inc.: filings

Every PJT Partners Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 43 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-30fiscal Q2 202633880001193125-26-326245
10-Q2026-04-30fiscal Q1 202633680001193125-26-197485
10-K2026-02-26fiscal FY 202536990001193125-26-076969
10-Q2025-11-06fiscal Q3 202533880001193125-25-269723
10-Q2025-07-31fiscal Q2 202533880000950170-25-100937
10-Q2025-05-01fiscal Q1 202533680000950170-25-061984
10-K2025-02-27fiscal FY 2024371010000950170-25-029132
10-Q2024-10-31fiscal Q3 202434890000950170-24-119582
10-Q2024-08-02fiscal Q2 202434890000950170-24-090024
10-Q2024-05-03fiscal Q1 202433680000950170-24-052960
10-K2024-02-28fiscal FY 2023371000000950170-24-022152
10-Q2023-11-03fiscal Q3 202334900000950170-23-058860
10-Q2023-07-28fiscal Q2 202334900000950170-23-035532
10-Q2023-05-03fiscal Q1 202333690000950170-23-017242
10-K2023-02-24fiscal FY 2022371000001564590-23-002439
10-Q2022-10-28fiscal Q3 202234900001564590-22-035710
10-Q2022-07-29fiscal Q2 202234900001564590-22-027118
10-Q2022-04-28fiscal Q1 202233680001564590-22-016468
10-K2022-02-25fiscal FY 2021371000001564590-22-007189
10-Q2021-10-29fiscal Q3 202135910001564590-21-052968
10-Q2021-07-30fiscal Q2 202135910001564590-21-039514
10-Q2021-04-30fiscal Q1 202135700001564590-21-022565
10-K2021-02-26fiscal FY 2020371320001564590-21-009465
10-Q2020-10-29fiscal Q3 202035980001564590-20-048897
10-Q2020-07-31fiscal Q2 202035940001564590-20-035160
10-Q2020-05-01fiscal Q1 202035710001564590-20-020516
10-K2020-02-27fiscal FY 2019371270001564590-20-007455
10-Q2019-11-01fiscal Q3 201935940001564590-19-039432
10-Q2019-08-02fiscal Q2 201935900001564590-19-028405
10-Q2019-05-07fiscal Q1 201934650001564590-19-016558
10-K2019-02-28fiscal FY 2018331180001564590-19-005523
10-Q2018-11-02fiscal Q3 201830770001564590-18-026518
10-Q2018-08-03fiscal Q2 201830770001564590-18-019178
10-Q2018-05-04fiscal Q1 201827560001564590-18-011010
10-K2018-02-27fiscal FY 2017281120001564590-18-003538
10-Q2017-11-07fiscal Q3 201724680001564590-17-022282
10-Q2017-08-04fiscal Q2 201724680001564590-17-015683
10-Q2017-05-09fiscal Q1 201724510001564590-17-009903
10-K2017-02-28fiscal FY 2016261020001564590-17-002891
10-Q2016-11-10fiscal Q3 201622600001564590-16-028949
10-Q2016-08-12fiscal Q2 201622590001564590-16-024121
10-Q2016-05-12fiscal Q1 201621440001564590-16-019248
10-K2016-02-29fiscal FY 201524900001564590-16-013745

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
PJT Partners Inc. / CIK 0001626115
Captured
2026-09-21T17:21:53.724Z
SEC response SHA-256
c1fe6e1d5d525f4c0301c37c45b974174eceabc4ef04048212fd7981ccc61604

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