Skip to content

PARAMOUNT GROUP, INC.: filings

Every PARAMOUNT GROUP, 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-Q2025-10-29fiscal Q3 2025301000001193125-25-256464
10-Q2025-07-30fiscal Q2 2025301000000950170-25-100300
10-Q2025-04-30fiscal Q1 202530660000950170-25-061099
10-K2025-02-27fiscal FY 202431910000950170-25-029096
10-Q2024-10-30fiscal Q3 2024301000000950170-24-119020
10-Q2024-07-31fiscal Q2 2024301000000950170-24-088617
10-Q2024-05-01fiscal Q1 202430660000950170-24-051313
10-K2024-02-14fiscal FY 202331890000950170-24-015290
10-Q2023-11-01fiscal Q3 2023311010000950170-23-057476
10-Q2023-07-31fiscal Q2 202329960000950170-23-035955
10-Q2023-05-03fiscal Q1 202329640000950170-23-017218
10-K2023-02-15fiscal FY 202230870000950170-23-002906
10-Q2022-10-26fiscal Q3 202230970000950170-22-020185
10-Q2022-07-26fiscal Q2 202229960000950170-22-013093
10-Q2022-04-27fiscal Q1 202229640001564590-22-016084
10-K2022-02-22fiscal FY 202130870001564590-22-005934
10-Q2021-10-27fiscal Q3 202130970001564590-21-052336
10-Q2021-07-27fiscal Q2 202130970001564590-21-038293
10-Q2021-04-28fiscal Q1 202130650001564590-21-021386
10-K2021-02-10fiscal FY 2020301190001564590-21-005289
10-Q2020-10-28fiscal Q3 202030980001564590-20-048363
10-Q2020-07-29fiscal Q2 202030980001564590-20-034343
10-Q2020-04-29fiscal Q1 202030650001564590-20-019734
10-K2020-02-12fiscal FY 2019301180001564590-20-004379
10-Q2019-11-06fiscal Q3 2019321040001564590-19-041080
10-Q2019-07-31fiscal Q2 2019321030001564590-19-027526
10-Q2019-05-01fiscal Q1 201931680001564590-19-014824
10-K2019-02-13fiscal FY 2018311200001564590-19-002868
10-Q2018-11-05fiscal Q3 2018321010001564590-18-026642
10-Q2018-08-08fiscal Q2 2018321020001564590-18-020522
10-Q2018-05-02fiscal Q1 201827600001564590-18-010341
10-K2018-02-15fiscal FY 201725950001564590-18-002219
10-Q2017-11-06fiscal Q3 201725790001564590-17-021845
10-Q2017-08-03fiscal Q2 201725790001564590-17-015406
10-Q2017-05-04fiscal Q1 201725530001564590-17-008818
10-K2017-02-22fiscal FY 201626890001564590-17-002012
10-Q2016-11-02fiscal Q3 201624780001564590-16-027052
10-Q2016-08-04fiscal Q2 201624780001564590-16-022725
10-Q2016-05-05fiscal Q1 201624520001564590-16-018025
10-K2016-02-25fiscal FY 201525590001564590-16-013406
10-Q2015-11-12fiscal Q3 201524450001564590-15-010605
10-Q2015-08-13fiscal Q2 201522420001564590-15-007251
10-Q2015-05-15fiscal Q1 201521290001564590-15-004432

Inspect the source

Entity
PARAMOUNT GROUP, INC. / CIK 0001605607
Captured
2026-09-21T17:21:18.207Z
SEC response SHA-256
ae6099417ed504a93a16e2b8d89c72a2f684695543b5a47a7a0d7abc6a3206d0

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