Skip to content

Lightstone Value Plus REIT IV, Inc.: filings

Every Lightstone Value Plus REIT IV, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 48 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 202624730001185185-26-003442
10-Q2026-05-13fiscal Q1 202624530001185185-26-001826
10-K2026-03-30fiscal FY 202525520001185185-26-001144
10-Q2025-11-14fiscal Q3 202525750001185185-25-001737
10-Q2025-08-12fiscal Q2 202525760001185185-25-000944
10-Q2025-05-13fiscal Q1 202525550001185185-25-000433
10-K2025-03-26fiscal FY 202425520001185185-25-000226
10-Q2024-11-14fiscal Q3 202426780001829126-24-007516
10-Q2024-08-14fiscal Q2 202426790001829126-24-005488
10-Q2024-05-15fiscal Q1 202426570001829126-24-003381
10-K2024-03-26fiscal FY 202324480001829126-24-001904
10-Q2023-11-14fiscal Q3 202323680001829126-23-007416
10-Q2023-08-14fiscal Q2 202323680001829126-23-005414
10-Q2023-05-15fiscal Q1 202319410001829126-23-003452
10-K2023-03-30fiscal FY 202220420001829126-23-002389
10-Q2022-11-14fiscal Q3 202218530001829126-22-019242
10-Q2022-08-09fiscal Q2 202218530001829126-22-015576
10-Q2022-05-09fiscal Q1 202218410001829126-22-010162
10-K2022-03-23fiscal FY 202119400001829126-22-006634
10-Q2021-11-12fiscal Q3 202121590001829126-21-014146
10-Q2021-08-11fiscal Q2 202120570001829126-21-007875
10-Q2021-05-14fiscal Q1 202118400001829126-21-003902
10-K2021-03-19fiscal FY 202019400001829126-21-001648
10-Q2020-11-10fiscal Q3 202019570001104659-20-123609
10-Q2020-08-07fiscal Q2 202019570001104659-20-091924
10-Q2020-05-15fiscal Q1 202019430001104659-20-062261
10-K2020-03-26fiscal FY 201919400001104659-20-038650
10-Q2019-11-12fiscal Q3 201920600001104659-19-062010
10-Q2019-08-14fiscal Q2 201918550001144204-19-040022
10-Q2019-05-15fiscal Q1 201918410001144204-19-026488
10-K2019-03-25fiscal FY 201817360001144204-19-015817
10-Q2018-11-14fiscal Q3 201817460001144204-18-059933
10-Q2018-08-14fiscal Q2 201817460001144204-18-044668
10-Q2018-05-15fiscal Q1 201817360001144204-18-028765
10-K2018-03-12fiscal FY 201718620001144204-18-014165
10-Q2017-11-14fiscal Q3 201717460001144204-17-058967
10-Q2017-08-14fiscal Q2 201714410001144204-17-042941
10-Q2017-05-15fiscal Q1 201714300001144204-17-027411
10-K2017-03-28fiscal FY 201614470001144204-17-016909
10-Q2016-11-22fiscal Q2 201612340001144204-16-135691
10-Q2016-11-21fiscal Q1 201611240001144204-16-135687
10-Q2016-11-21fiscal Q3 201611360001144204-16-135667
10-Q2016-08-15fiscal Q2 201611300001144204-16-119327
10-Q2016-05-16fiscal Q1 201611240001144204-16-102588
10-K2016-03-15fiscal FY 201512340001144204-16-088176
10-Q2015-11-13fiscal Q3 201511200001144204-15-065264
10-Q2015-08-14fiscal Q2 201511190001144204-15-049723
10-Q2015-05-13fiscal Q1 201510150001144204-15-030207

Inspect the source

Entity
Lightstone Value Plus REIT IV, Inc. / CIK 0001619312
Captured
2026-09-21T17:21:35.517Z
SEC response SHA-256
2478302da672a520be76fd5b9e2d0cd0e0b25497cb59828604a6c402f5668d10

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