Skip to content

PROCACCIANTI HOTEL REIT, INC.: filings

Every PROCACCIANTI HOTEL REIT, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 33 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-12fiscal Q2 202623660001104659-26-094721
10-Q2026-05-11fiscal Q1 202623500001104659-26-058585
10-K2026-03-23fiscal FY 202524490001104659-26-033232
10-Q2025-11-12fiscal Q3 202523680001104659-25-109788
10-Q2025-08-11fiscal Q2 202523660001558370-25-011034
10-Q2025-05-12fiscal Q1 202523500001558370-25-007338
10-K2025-03-24fiscal FY 202424490001558370-25-003548
10-Q2024-11-12fiscal Q3 202423680001558370-24-015274
10-Q2024-08-12fiscal Q2 202423660001558370-24-011841
10-Q2024-05-14fiscal Q1 202423500001558370-24-008079
10-K2024-03-25fiscal FY 202324490001558370-24-003833
10-Q2023-11-13fiscal Q3 202323680001558370-23-018719
10-Q2023-08-11fiscal Q2 202323660001558370-23-014603
10-Q2023-05-12fiscal Q1 202323500001558370-23-009526
10-K2023-03-24fiscal FY 202225500001558370-23-004524
10-Q2022-11-10fiscal Q3 202224690001558370-22-017341
10-Q2022-08-12fiscal Q2 202224670001558370-22-013421
10-Q2022-05-13fiscal Q1 202224510001558370-22-008687
10-K2022-03-25fiscal FY 202125510001558370-22-004352
10-Q2021-11-15fiscal Q3 202124700001558370-21-015905
10-Q2021-08-16fiscal Q2 202124670001558370-21-011780
10-Q2021-05-14fiscal Q1 202124500001558370-21-007213
10-K2021-03-26fiscal FY 202025510001558370-21-003527
10-Q2020-11-13fiscal Q3 202024700001104659-20-124855
10-Q2020-08-14fiscal Q2 202024670001104659-20-095474
10-Q2020-05-15fiscal Q1 202023490001104659-20-062453
10-K2020-03-30fiscal FY 201926520001104659-20-040537
10-Q2019-11-13fiscal Q3 201923700001104659-19-063089
10-Q2019-08-14fiscal Q2 201923680001144204-19-040132
10-Q2019-05-10fiscal Q1 201923490001144204-19-025022
10-K2019-03-25fiscal FY 201825430001144204-19-015655
10-Q2018-11-14fiscal Q3 201821510001144204-18-059731
10-Q2018-09-25fiscal Q2 201820500001144204-18-050755

Inspect the source

Entity
PROCACCIANTI HOTEL REIT, INC. / CIK 0001692345
Captured
2026-09-21T17:19:13.754Z
SEC response SHA-256
8347f5e4998abe0feb31b867720fc8b7c5c54249852e1e094d9c082f017ab2e6

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