Skip to content

Highlands REIT, Inc.: filings

Every Highlands REIT, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 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-08-11fiscal Q2 202629940001661458-26-000025
10-Q2026-05-07fiscal Q1 202628610001661458-26-000012
10-K2026-03-11fiscal FY 202531630001661458-26-000004
10-Q2025-11-12fiscal Q3 202530990001661458-25-000030
10-Q2025-08-11fiscal Q2 202530950001628280-25-039502
10-Q2025-05-08fiscal Q1 202529620001661458-25-000019
10-K2025-03-14fiscal FY 202431630001661458-25-000003
10-Q2024-11-07fiscal Q3 2024311010001661458-24-000019
10-Q2024-08-08fiscal Q2 202431970001661458-24-000017
10-Q2024-05-09fiscal Q1 202429620001661458-24-000011
10-K2024-03-14fiscal FY 202331630001661458-24-000004
10-Q2023-11-08fiscal Q3 202329980001661458-23-000032
10-Q2023-08-10fiscal Q2 202328920001661458-23-000027
10-Q2023-05-11fiscal Q1 202327600001661458-23-000020
10-K2023-03-15fiscal FY 202228570001661458-23-000007
10-Q2022-11-10fiscal Q3 202228960001661458-22-000022
10-Q2022-08-11fiscal Q2 202228920001661458-22-000019
10-Q2022-05-12fiscal Q1 202228620001661458-22-000013
10-K2022-03-16fiscal FY 202131630001661458-22-000004
10-Q2021-11-10fiscal Q3 202125820001661458-21-000038
10-Q2021-08-12fiscal Q2 202125750001661458-21-000032
10-Q2021-05-13fiscal Q1 202125550001661458-21-000027
10-K2021-03-17fiscal FY 2020281100001661458-21-000015
10-Q2020-11-10fiscal Q3 202027820001661458-20-000048
10-Q2020-08-12fiscal Q2 202027780001661458-20-000036
10-Q2020-05-14fiscal Q1 202026570001661458-20-000024
10-K2020-03-20fiscal FY 2019271090001661458-20-000008
10-Q2019-11-12fiscal Q3 201926820001661458-19-000037
10-Q2019-08-13fiscal Q2 201921640001661458-19-000031
10-Q2019-05-10fiscal Q1 201921460001661458-19-000025
10-K2019-03-22fiscal FY 2018231010001661458-19-000019
10-Q2018-11-06fiscal Q3 201819550001661458-18-000038
10-Q2018-08-09fiscal Q2 201819550001661458-18-000030
10-Q2018-05-10fiscal Q1 201819420001661458-18-000023
10-K2018-03-16fiscal FY 201721740001661458-18-000006
10-Q2017-11-09fiscal Q3 201720570001661458-17-000045
10-Q2017-08-11fiscal Q2 201720590001661458-17-000040
10-Q2017-05-12fiscal Q1 201719420001661458-17-000025
10-K2017-03-27fiscal FY 201621820001661458-17-000013
10-Q2016-11-10fiscal Q3 201620580001661458-16-000013
10-Q2016-08-12fiscal Q2 201620580001661458-16-000007
10-Q2016-05-10fiscal Q1 201617380001661458-16-000004

Inspect the source

Entity
Highlands REIT, Inc. / CIK 0001661458
Captured
2026-09-21T17:23:09.273Z
SEC response SHA-256
f3f24c4dd771b77d875c9e23543b5c20b462aac5ac3c6f0c847c4e4d911bcf38

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