Skip to content

Seven Hills Realty Trust: filings

Every Seven Hills Realty Trust annual and quarterly report in the SEC record with the published financial measures it tagged, 21 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-04-28fiscal Q1 202625540001452477-26-000021
10-K2026-02-18fiscal FY 202526540001452477-26-000010
10-Q2025-10-27fiscal Q3 202525820001452477-25-000052
10-Q2025-07-28fiscal Q2 202525780001452477-25-000044
10-Q2025-04-28fiscal Q1 202525540001452477-25-000025
10-K2025-02-18fiscal FY 202425520001452477-25-000014
10-Q2024-10-28fiscal Q3 202425820001452477-24-000042
10-Q2024-07-29fiscal Q2 202425780001452477-24-000029
10-Q2024-04-29fiscal Q1 202426560001452477-24-000020
10-K2024-02-20fiscal FY 202326540001452477-24-000011
10-Q2023-10-31fiscal Q3 202326870001452477-23-000036
10-Q2023-07-31fiscal Q2 202325810001452477-23-000027
10-Q2023-04-25fiscal Q1 202324530001452477-23-000018
10-K2023-02-13fiscal FY 202223480001452477-23-000011
10-Q2022-10-26fiscal Q3 202224810001452477-22-000042
10-Q2022-07-27fiscal Q2 202222710001452477-22-000032
10-Q2022-04-27fiscal Q1 202222490001452477-22-000022
10-K2022-02-17fiscal FY 202122350001452477-22-000013
10-Q2021-11-02fiscal Q3 202122510001452477-21-000059
10-Q2021-08-03fiscal Q2 202122470001452477-21-000040
10-Q2021-05-07fiscal Q1 202119310001452477-21-000028

Inspect the source

Entity
Seven Hills Realty Trust / CIK 0001452477
Captured
2026-09-20T09:05:36.227Z
SEC response SHA-256
19099a8b3ad3193ea4ac93439bb493b55608057f844273f3ec2624cf97432f78

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