Skip to content

American Healthcare REIT, Inc.: filings

Every American Healthcare 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-07fiscal Q2 2026421250001193125-26-340269
10-Q2026-05-08fiscal Q1 202642890001193125-26-214678
10-K2026-02-27fiscal FY 2025451220001193125-26-082692
10-Q2025-11-07fiscal Q3 2025431270001193125-25-272390
10-Q2025-08-08fiscal Q2 2025411230001632970-25-000064
10-Q2025-05-09fiscal Q1 202541870001632970-25-000042
10-K2025-02-28fiscal FY 2024401090001632970-25-000018
10-Q2024-11-13fiscal Q3 2024401190001632970-24-000121
10-Q2024-08-09fiscal Q2 2024401190001632970-24-000085
10-Q2024-05-14fiscal Q1 202441870001632970-24-000057
10-K2024-03-22fiscal FY 2023391060001632970-24-000039
10-Q2023-11-13fiscal Q3 2023391190001632970-23-000101
10-Q2023-08-14fiscal Q2 2023381180001632970-23-000078
10-Q2023-05-15fiscal Q1 202338840001632970-23-000058
10-K2023-03-17fiscal FY 2022401090001632970-23-000029
10-Q2022-11-14fiscal Q3 2022381160001632970-22-000084
10-Q2022-08-15fiscal Q2 2022381160001632970-22-000070
10-Q2022-05-16fiscal Q1 202238820001632970-22-000045
10-K2022-03-25fiscal FY 2021431150001632970-22-000020
10-Q2021-11-15fiscal Q3 202130880001632970-21-000113
10-Q2021-08-13fiscal Q2 202130900001632970-21-000066
10-Q2021-05-14fiscal Q1 202128620001632970-21-000042
10-K2021-03-26fiscal FY 202031850001632970-21-000028
10-Q2020-11-13fiscal Q3 202029840001632970-20-000075
10-Q2020-08-13fiscal Q2 202031900001632970-20-000058
10-Q2020-05-14fiscal Q1 202030640001632970-20-000035
10-K2020-03-19fiscal FY 2019321190001632970-20-000016
10-Q2019-11-13fiscal Q3 201930850001632970-19-000085
10-Q2019-08-12fiscal Q2 201929830001632970-19-000066
10-Q2019-05-14fiscal Q1 201929610001632970-19-000054
10-K2019-03-18fiscal FY 2018281070001632970-19-000034
10-Q2018-11-13fiscal Q3 201826780001632970-18-000163
10-Q2018-08-10fiscal Q2 201823660001632970-18-000117
10-Q2018-05-11fiscal Q1 201823500001632970-18-000078
10-K2018-03-08fiscal FY 201723790001632970-18-000035
10-Q2017-11-09fiscal Q3 201721600001632970-17-000135
10-Q2017-08-09fiscal Q2 201722640001632970-17-000107
10-Q2017-05-10fiscal Q1 201721440001632970-17-000063
10-K2017-03-01fiscal FY 201622550001632970-17-000022
10-Q2016-11-09fiscal Q3 201620540001632970-16-000182
10-Q2016-08-10fiscal Q2 201614360001632970-16-000136
10-Q2016-05-04fiscal Q1 201614300001632970-16-000085

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

Inspect the source

Entity
American Healthcare REIT, Inc. / CIK 0001632970
Captured
2026-09-21T17:21:14.929Z
SEC response SHA-256
b329dff12f21160d6f6240a2081dfaa6c7b4ddae4ef8dd1ec728e21f4aa93e98

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