Skip to content

LODGING FUND REIT III, INC.: filings

Every LODGING FUND REIT III, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 27 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-K2026-05-15fiscal FY 202534690001104659-26-062807
10-Q2025-11-14fiscal Q3 2025331010001104659-25-112565
10-Q2025-08-14fiscal Q2 202533970001558370-25-011586
10-Q2025-06-03fiscal Q1 202533690001558370-25-008347
10-K2025-04-29fiscal FY 202434710001558370-25-005729
10-Q2025-04-16fiscal Q3 2024321000001558370-25-004857
10-Q2025-04-16fiscal Q2 202433980001558370-25-004856
10-Q2025-04-16fiscal Q1 202433720001558370-25-004855
10-K2024-12-17fiscal FY 202334790001558370-24-016328
10-Q2024-08-23fiscal Q3 2023341080001558370-24-012463
10-Q2024-08-23fiscal Q2 2023341020001558370-24-012462
10-Q2024-08-23fiscal Q1 202334740001558370-24-012460
10-K2024-03-27fiscal FY 202233760001558370-24-004065
10-Q2024-03-27fiscal Q3 2022341120001558370-24-004049
10-Q2022-08-11fiscal Q2 2022341080001558370-22-013328
10-Q2022-05-16fiscal Q1 202234760001558370-22-009002
10-K/A2022-04-21fiscal FY 202132750001558370-22-005720
10-K2022-03-31fiscal FY 202132750001558370-22-004948
10-Q2021-11-12fiscal Q3 202129900001558370-21-015808
10-Q2021-08-13fiscal Q2 202129860001558370-21-011697
10-Q2021-05-17fiscal Q1 202129640001558370-21-007429
10-K2021-03-31fiscal FY 202029680001558370-21-003829
10-Q2020-11-12fiscal Q3 202029890001558370-20-013713
10-Q2020-08-14fiscal Q2 202028810001558370-20-010654
10-Q2020-05-14fiscal Q1 202027600001558370-20-006572
10-K2020-03-25fiscal FY 201927540001558370-20-003087
10-Q2019-11-13fiscal Q3 201928660001558370-19-010923

Inspect the source

Entity
LODGING FUND REIT III, INC. / CIK 0001745032
Captured
2026-09-21T17:25:43.346Z
SEC response SHA-256
2cc5284d5e5ce1227a32886602aafbaa0f14d02c84aec2c0f61f3965d45bc849

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