Skip to content

HERSHA HOSPITALITY TRUST: filings

Every HERSHA HOSPITALITY TRUST annual and quarterly report in the SEC record with the published financial measures it tagged, 50 filings, each linked to its SEC index.

Filing record ends 2023-11-09

The latest filing in this captured record is a 10-Q filed 2023-11-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. HERSHA HOSPITALITY TRUST may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2023-11-09fiscal Q3 202332910001063344-23-000116
10-Q2023-08-02fiscal Q2 202332910001063344-23-000112
10-Q2023-04-27fiscal Q1 202332670001063344-23-000055
10-K2023-02-23fiscal FY 2022351470001063344-23-000018
10-Q2022-11-01fiscal Q3 202233930001063344-22-000114
10-Q2022-08-09fiscal Q2 202233930001063344-22-000101
10-Q2022-04-28fiscal Q1 202233690001063344-22-000057
10-K2022-02-24fiscal FY 2021361500001063344-22-000033
10-Q2021-10-27fiscal Q3 202133930001063344-21-000105
10-Q2021-07-28fiscal Q2 202133930001063344-21-000093
10-Q2021-04-29fiscal Q1 202133690001063344-21-000051
10-K2021-03-29fiscal FY 2020361520001063344-21-000035
10-Q2020-11-09fiscal Q3 202034970001063344-20-000219
10-Q2020-08-07fiscal Q2 202034970001063344-20-000195
10-Q2020-05-07fiscal Q1 202034710001063344-20-000139
10-K2020-02-25fiscal FY 2019381600001063344-20-000029
10-Q2019-11-06fiscal Q3 201934920001063344-19-000097
10-Q2019-07-31fiscal Q2 201934920001063344-19-000068
10-Q2019-04-30fiscal Q1 201934700001063344-19-000038
10-K2019-02-27fiscal FY 2018351560001063344-19-000019
10-Q2018-10-24fiscal Q3 201831910001063344-18-000092
10-Q2018-07-25fiscal Q2 201831910001063344-18-000082
10-Q2018-04-26fiscal Q1 201831670001063344-18-000062
10-K2018-02-23fiscal FY 2017311430001063344-18-000034
10-Q2017-10-26fiscal Q3 201727820001063344-17-000085
10-Q2017-07-27fiscal Q2 201727810001063344-17-000069
10-Q2017-04-27fiscal Q1 201727550001063344-17-000047
10-K2017-02-24fiscal FY 2016311480001063344-17-000015
10-Q2016-10-27fiscal Q3 201630910001063344-16-000203
10-Q2016-07-29fiscal Q2 201630910001063344-16-000182
10-Q2016-05-02fiscal Q1 201627570001063344-16-000147
10-K2016-02-17fiscal FY 2015331380001063344-16-000102
10-Q2015-10-29fiscal Q3 201531960001063344-15-000083
10-Q2015-07-29fiscal Q2 201531960001063344-15-000073
10-Q2015-04-28fiscal Q1 201533680001063344-15-000052
10-K2015-02-20fiscal FY 2014341490001063344-15-000025
10-Q2014-10-31fiscal Q3 201433960001063344-14-000043
10-Q2014-08-06fiscal Q2 201433950001063344-14-000038
10-Q2014-05-02fiscal Q1 201433660001063344-14-000022
10-K2014-02-27fiscal FY 2013341440001063344-14-000005
10-Q2013-11-07fiscal Q3 201333960001063344-13-000016
10-Q2013-08-01fiscal Q2 201332930001063344-13-000007
10-Q2013-05-02fiscal Q1 201332680001140361-13-018459
10-K2013-02-22fiscal FY 2012331440001140361-13-008942
10-Q2012-11-06fiscal Q3 201229880001140361-12-045694
10-Q2012-08-06fiscal Q2 201229880001140361-12-035327
10-Q2012-05-02fiscal Q1 201228610001140361-12-022259
10-K2012-02-29fiscal FY 2011301310001140361-12-011617
10-Q2011-11-04fiscal Q3 201127820001140361-11-051888
10-Q2011-08-08fiscal Q2 201127820001140361-11-040228

Inspect the source

Entity
HERSHA HOSPITALITY TRUST / CIK 0001063344
Captured
SEC response SHA-256
46d460ce07ae6cec2196563e56f1b3bb04bfdb6e7541a14bd7dec2bcaa07fb9a

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