Skip to content

National Healthcare Properties, Inc.: financial reference

Explore National Healthcare Properties, Inc. financial histories from SEC filings, with original units, reporting periods, filing dates and downloadable source data.

Context from the filing

For National Healthcare Properties in 2023–2025, the selected statement uses net loss attributable to common stockholders after non-controlling-interest and preferred-stock allocations. Its scale-three share counts follow the statement’s thousands heading. Stock dividends and the September 2024 one-for-four reverse split are already reflected; no further adjustment is applied. The EPS note displays a larger denominator including restricted shares, Common OP Units and Class B Units, but its footnotes explicitly call those equivalents anti-dilutive and exclude them from loss-per-share calculations. Those additional shares are not added to the selected statement denominator. The note’s separate share-exception heading is retained in the evidence without changing the selected statement units. Read the source filing.

Reported financial histories

Choose a measure to inspect its definition, complete selected history and filing provenance. Each row shows the latest period available for that selected concept and original unit. Separate currencies and reporting intervals remain separate rows. Coverage dates can differ between concepts. A recent capture does not imply recent accounting coverage; these amounts are not prices.

Latest periods by selected concept and original unit
MeasurePeriod startPeriod endValueUnitFiled
Total assetsAt date2025-12-311,711,772,000USD2026-02-20
Total liabilitiesAt date2025-12-311,107,247,000USD2026-02-20
Stockholders equityAt date2025-12-31600,064,000USD2026-02-20
Cash and cash equivalentsAt date2025-12-3157,620,000USD2026-02-20
Net income or loss2019-01-012019-12-31-88,087,000USD2020-03-24
Operating cash flow2025-01-012025-12-316,951,000USD2026-02-20
Capital expenditure payments2019-01-012019-12-3116,719,000USD2020-03-24
Revenue2025-01-012025-12-31342,279,000USD2026-02-20
Financing cash flow2025-01-012025-12-31-42,400,000USD2026-02-20
Investing cash flow2025-01-012025-12-3169,806,000USD2026-02-20
Retained earnings or deficitAt date2022-12-31-1,462,457,000USD2023-03-17
Basic weighted-average shares2025-01-012025-12-3128,304,000shares2026-02-20
Diluted weighted-average shares2025-01-012025-12-3128,304,000shares2026-02-20
Basic earnings per share2025-01-012025-12-31-2.51USD/shares2026-02-20
Diluted earnings per share2025-01-012025-12-31-2.51USD/shares2026-02-20
Income tax expense or benefit2025-01-012025-12-31161,000USD2026-02-20
Share-based compensation expense2025-01-012025-12-313,766,000USD2026-02-20
Operating income or loss2025-01-012025-12-313,300,000USD2026-02-20
Interest expense2024-01-012024-12-3169,447,000USD2025-02-27
Net finite-lived intangible assetsAt date2025-12-31246,544,000USD2026-02-20
Common-stock repurchase payments2022-01-012022-12-310USD2023-03-17
Operating expenses2025-01-012025-12-31366,779,000USD2026-02-20
Gross profit2025-01-012025-12-31123,381,000USD2026-02-20

Inspect the source

Entity
National Healthcare Properties, Inc. / CIK 0001561032
Captured
2026-09-20T09:19:47.853Z
SEC response SHA-256
81808284c6bd07cc36d8cf84906c4262ac7af87abf5baa60ace8b6f99a5aef55

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Latest-filed annual-report facts per unit and reporting period at capture time. Duration facts cover 300 to 400 days. This selection can include restatements and is not a point-in-time backtest dataset. Missing concepts are omitted, never zero-filled. Values retain original units and are not currency converted. Extended concepts require compatible unit shapes and at least three reporting ends with changing values within one unit. Constant or incompatible added histories are omitted.

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