Skip to content

Peakstone Realty Trust: filings

Every Peakstone Realty Trust annual and quarterly report in the SEC record with the published financial measures it tagged, 47 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-05-05fiscal Q1 202635720001628280-26-030512
10-K2026-02-18fiscal FY 202536950001628280-26-009056
10-Q2025-11-05fiscal Q3 2025341080001628280-25-049567
10-Q2025-08-07fiscal Q2 2025361090001600626-25-000067
10-Q2025-05-08fiscal Q1 202536750001600626-25-000046
10-K2025-02-20fiscal FY 202437980001600626-25-000017
10-Q2024-10-30fiscal Q3 202434990001600626-24-000104
10-Q2024-08-08fiscal Q2 202434970001600626-24-000090
10-Q2024-05-07fiscal Q1 202434710001600626-24-000074
10-K2024-02-22fiscal FY 202336950001600626-24-000023
10-Q2023-11-09fiscal Q3 2023341000001600626-23-000149
10-Q2023-08-08fiscal Q2 202335980001600626-23-000129
10-Q2023-05-09fiscal Q1 202335720001600626-23-000092
10-K2023-03-24fiscal FY 202234900001600626-23-000032
10-Q2022-11-14fiscal Q3 2022351000001600626-22-000117
10-Q2022-08-08fiscal Q2 202235980001600626-22-000059
10-Q2022-05-06fiscal Q1 202232660001600626-22-000053
10-K2022-02-28fiscal FY 202134900001600626-22-000021
10-Q2021-11-04fiscal Q3 2021361020001600626-21-000172
10-Q2021-08-06fiscal Q2 2021361000001600626-21-000158
10-Q2021-05-07fiscal Q1 202131640001600626-21-000126
10-K2021-02-26fiscal FY 202030810001600626-21-000071
10-Q2020-11-09fiscal Q3 202031880001600626-20-000160
10-Q2020-08-07fiscal Q2 202031860001600626-20-000140
10-Q2020-05-12fiscal Q1 202031660001600626-20-000109
10-K2020-03-04fiscal FY 2019311190001600626-20-000069
10-Q2019-11-12fiscal Q3 201932900001600626-19-000300
10-Q2019-08-14fiscal Q2 201930820001600626-19-000233
10-Q2019-05-15fiscal Q1 201924510001600626-19-000121
10-K2019-03-14fiscal FY 2018281010001600626-19-000029
10-Q2018-11-09fiscal Q3 201827730001600626-18-000076
10-Q2018-08-10fiscal Q2 201827730001600626-18-000056
10-Q2018-05-14fiscal Q1 201827570001628280-18-006729
10-K2018-03-09fiscal FY 201727980001600626-18-000008
10-Q2017-11-14fiscal Q3 201726710001600626-17-000096
10-Q2017-08-14fiscal Q2 201726720001600626-17-000069
10-Q2017-05-11fiscal Q1 201726560001600626-17-000034
10-K2017-03-15fiscal FY 201625940001600626-17-000019
10-Q2016-11-10fiscal Q3 201625700001600626-16-000243
10-Q2016-08-12fiscal Q2 201625700001600626-16-000217
10-Q2016-05-13fiscal Q1 201625520001600626-16-000197
10-K2016-03-10fiscal FY 201523700001600626-16-000145
10-Q2015-11-09fiscal Q3 201521580001600626-15-000121
10-Q2015-08-13fiscal Q2 201521490001600626-15-000077
10-Q2015-05-13fiscal Q1 201521410001600626-15-000030
10-K2015-03-10fiscal FY 201419390001600626-15-000006
10-Q2014-11-13fiscal Q3 201417320001600626-14-000045

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

Inspect the source

Entity
Peakstone Realty Trust / CIK 0001600626
Captured
2026-09-21T17:21:16.331Z
SEC response SHA-256
9d34bc0e33ed08700442bda24b66876a1ac4407857b1dd82f8ce5a0bfeeac791

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