Skip to content

APPLE HOSPITALITY REIT, INC.: financial reference

Explore APPLE HOSPITALITY REIT, INC. financial histories from SEC filings, with original units, reporting periods, filing dates and downloadable source data.

Context from the filing

For 2023–2025, Apple Hospitality reports equal basic and diluted net income per common share and weighted-average share counts. Its explicit statement that no potential common shares were dilutive and outstanding applies to 2025; this review does not extend that cause to 2023 or 2024. The three-year review therefore remains presentation-only. Shares are reported in thousands with scale-three tags and EPS uses scale zero. The net-income numerator is distinct from comprehensive income, and basic and diluted counts should not be added together. 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-314,902,178,000USD2026-02-23
Total liabilitiesAt date2025-12-311,753,583,000USD2026-02-23
Stockholders equityAt date2025-12-313,148,595,000USD2026-02-23
Cash and cash equivalentsAt date2025-12-318,515,000USD2026-02-23
Net income or loss2025-01-012025-12-31175,364,000USD2026-02-23
Operating cash flow2025-01-012025-12-31370,222,000USD2026-02-23
Revenue2017-01-012017-12-311,238,622,000USD2018-02-22
Contract revenue excluding tax2025-01-012025-12-311,412,386,000USD2026-02-23
Financing cash flow2025-01-012025-12-31-239,490,000USD2026-02-23
Investing cash flow2025-01-012025-12-31-135,381,000USD2026-02-23
Basic weighted-average shares2025-01-012025-12-31237,789,000shares2026-02-23
Diluted weighted-average shares2025-01-012025-12-31237,789,000shares2026-02-23
Basic earnings per share2025-01-012025-12-310.74USD/shares2026-02-23
Diluted earnings per share2025-01-012025-12-310.74USD/shares2026-02-23
Income tax expense or benefit2025-01-012025-12-31959,000USD2026-02-23
Operating income or loss2025-01-012025-12-31257,804,000USD2026-02-23
Common-stock repurchase payments2025-01-012025-12-3158,287,000USD2026-02-23
Operating expenses2019-01-012019-12-311,037,831,000USD2020-02-24

Inspect the source

Entity
APPLE HOSPITALITY REIT, INC. / CIK 0001418121
Captured
2026-09-20T08:02:41.641Z
SEC response SHA-256
deb44a9b7fb3b45488aec71ec2350161b27c33ffb3be9c12859356e2509a25eb

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