Skip to content

Community Healthcare Trust Inc: filings

Every Community Healthcare Trust Inc annual and quarterly report in the SEC record with the published financial measures it tagged, 45 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-04fiscal Q2 202629910001631569-26-000038
10-Q2026-05-05fiscal Q1 202628610001631569-26-000026
10-K2026-02-17fiscal FY 2025361020001631569-26-000012
10-Q2025-10-28fiscal Q3 202529890001631569-25-000091
10-Q2025-07-29fiscal Q2 202529890001628280-25-036446
10-Q2025-04-29fiscal Q1 202529640001631569-25-000030
10-K2025-02-18fiscal FY 202435990001631569-25-000015
10-Q2024-10-29fiscal Q3 202430940001631569-24-000101
10-Q2024-07-30fiscal Q2 202430940001631569-24-000077
10-Q2024-04-30fiscal Q1 202430660001631569-24-000042
10-K2024-02-13fiscal FY 202335990001631569-24-000024
10-Q2023-10-31fiscal Q3 202329900001631569-23-000103
10-Q2023-08-01fiscal Q2 202329900001631569-23-000082
10-Q2023-05-02fiscal Q1 202329640001631569-23-000040
10-K2023-02-14fiscal FY 202231890001631569-23-000017
10-Q2022-11-01fiscal Q3 202230940001631569-22-000075
10-Q2022-08-02fiscal Q2 202230940001631569-22-000056
10-Q2022-05-03fiscal Q1 202230660001631569-22-000029
10-K2022-02-15fiscal FY 202132920001631569-22-000015
10-Q2021-11-02fiscal Q3 202130940001631569-21-000054
10-Q2021-08-03fiscal Q2 202129900001631569-21-000041
10-Q2021-05-04fiscal Q1 202129640001631569-21-000028
10-K2021-02-16fiscal FY 202031890001631569-21-000014
10-Q2020-11-03fiscal Q3 202028880001631569-20-000027
10-Q2020-08-04fiscal Q2 202028880001631569-20-000019
10-Q2020-05-05fiscal Q1 202027600001631569-20-000013
10-K2020-02-25fiscal FY 2019341410001631569-20-000010
10-Q2019-11-05fiscal Q3 201929890001631569-19-000043
10-Q2019-08-06fiscal Q2 201929890001631569-19-000031
10-Q2019-05-07fiscal Q1 201929630001631569-19-000021
10-K2019-02-26fiscal FY 2018331410001631569-19-000008
10-Q2018-11-06fiscal Q3 201829910001631569-18-000029
10-Q2018-08-07fiscal Q2 201827830001631569-18-000025
10-Q2018-05-08fiscal Q1 201825530001631569-18-000016
10-K2018-02-22fiscal Q4 2017291250001631569-18-000009
10-Q2017-11-07fiscal Q3 201725740001631569-17-000037
10-Q2017-08-08fiscal Q2 201725730001631569-17-000033
10-Q2017-05-09fiscal Q1 201724510001631569-17-000021
10-K2017-02-23fiscal Q4 2016261150001631569-17-000010
10-Q2016-11-10fiscal Q3 201623690001631569-16-000068
10-Q2016-08-11fiscal Q2 201623690001631569-16-000052
10-Q2016-05-12fiscal Q1 201622470001631569-16-000042
10-K2016-02-26fiscal FY 201525700001631569-16-000032
10-Q2015-11-12fiscal Q3 201521650001631569-15-000021
10-Q2015-08-20fiscal Q2 201521660001631569-15-000010

Inspect the source

Entity
Community Healthcare Trust Inc / CIK 0001631569
Captured
2026-09-19T11:19:51.540Z
SEC response SHA-256
0747f483cb80df830cad42e43184252ce55d720868ea3c339a048a7c0569f7c2

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