Skip to content

LIGHTSTONE VALUE PLUS REIT III, INC.: filings

Every LIGHTSTONE VALUE PLUS REIT III, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 49 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-14fiscal Q2 202626770001185185-26-003556
10-Q2026-05-14fiscal Q1 202626550001185185-26-001854
10-K2026-03-30fiscal FY 202529590001185185-26-001145
10-Q2025-11-14fiscal Q3 202529890001185185-25-001739
10-Q2025-08-14fiscal Q2 202529890001185185-25-000985
10-Q2025-05-13fiscal Q1 202529610001185185-25-000432
10-K2025-03-26fiscal FY 202429590001185185-25-000225
10-Q2024-11-14fiscal Q3 202431940001829126-24-007518
10-Q2024-08-14fiscal Q2 202431940001829126-24-005490
10-Q2024-05-15fiscal Q1 202431660001829126-24-003383
10-K2024-03-27fiscal FY 202330620001829126-24-001941
10-Q2023-11-14fiscal Q3 202329860001829126-23-007443
10-Q2023-08-14fiscal Q2 202328840001829126-23-005426
10-Q2023-05-15fiscal Q1 202324520001829126-23-003444
10-K2023-03-29fiscal FY 202225520001829126-23-002381
10-Q2022-11-14fiscal Q3 202225720001829126-22-019241
10-Q2022-08-11fiscal Q2 202229860001829126-22-015673
10-Q2022-05-13fiscal Q1 202228600001829126-22-010995
10-K2022-03-28fiscal FY 202129590001829126-22-006820
10-Q2021-11-12fiscal Q3 202124710001829126-21-014145
10-Q2021-08-12fiscal Q2 202124700001829126-21-007956
10-Q2021-05-13fiscal Q1 202124530001829126-21-003850
10-K2021-03-30fiscal FY 202024500001829126-21-001940
10-Q2020-11-12fiscal Q3 202024710001104659-20-124355
10-Q2020-08-12fiscal Q2 202024710001104659-20-093792
10-Q2020-05-15fiscal Q1 202024530001104659-20-062769
10-K2020-03-20fiscal FY 201924500001104659-20-036720
10-Q2019-11-12fiscal Q3 201924710001104659-19-062596
10-Q2019-08-14fiscal Q2 201924710001144204-19-040021
10-Q2019-05-15fiscal Q1 201924530001144204-19-026484
10-K2019-04-01fiscal FY 201825520001144204-19-017422
10-Q2018-11-14fiscal Q3 201825690001144204-18-059930
10-Q2018-08-14fiscal Q2 201825690001144204-18-044682
10-Q2018-05-15fiscal Q1 201823490001144204-18-028946
10-K2018-03-26fiscal FY 201722780001144204-18-016919
10-Q2017-11-14fiscal Q3 201722600001144204-17-059061
10-Q2017-08-14fiscal Q2 201718520001144204-17-042929
10-Q2017-05-15fiscal Q1 201718380001144204-17-027399
10-K2017-03-28fiscal FY 201618700001144204-17-016942
10-Q2016-11-14fiscal Q3 201618510001144204-16-134131
10-Q2016-08-08fiscal Q2 201617500001144204-16-117145
10-Q2016-05-16fiscal Q1 201616340001144204-16-102584
10-K2016-03-15fiscal FY 201516580001144204-16-088174
10-Q2015-11-13fiscal Q3 201516410001144204-15-065253
10-Q2015-08-14fiscal Q2 201519450001144204-15-049703
10-Q2015-05-13fiscal Q1 201519340001144204-15-030204
10-K2015-03-31fiscal FY 201413420001144204-15-019780
10-Q2014-11-14fiscal Q3 201413340001144204-14-068445
10-Q2014-08-08fiscal Q2 201411310001144204-14-048124

Inspect the source

Entity
LIGHTSTONE VALUE PLUS REIT III, INC. / CIK 0001563756
Captured
2026-09-21T17:20:57.733Z
SEC response SHA-256
59ce77c3292d3f6a7c7dfe5dbe39791d4d0f9b163c1b29091009657d93dc135b

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