Skip to content

VICI Properties Inc.: filings

Every VICI Properties Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 35 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-07-29fiscal Q2 2026341030001705696-26-000090
10-Q2026-04-29fiscal Q1 202633690001705696-26-000069
10-K2026-02-25fiscal FY 2025381010001705696-26-000034
10-Q2025-10-30fiscal Q3 2025331030001705696-25-000132
10-Q2025-07-30fiscal Q2 202532970001705696-25-000107
10-Q2025-04-30fiscal Q1 202532670001705696-25-000087
10-K2025-02-20fiscal FY 202437980001705696-25-000033
10-Q2024-10-31fiscal Q3 2024331030001705696-24-000119
10-Q2024-07-31fiscal Q2 202433990001705696-24-000099
10-Q2024-05-01fiscal Q1 202434730001705696-24-000080
10-K2024-02-22fiscal FY 2023371000001705696-24-000033
10-Q2023-10-25fiscal Q3 2023361110001705696-23-000113
10-Q2023-07-26fiscal Q2 2023361070001705696-23-000094
10-Q2023-05-01fiscal Q1 202336770001705696-23-000072
10-K2023-02-23fiscal FY 202237990001705696-23-000035
10-Q2022-10-27fiscal Q3 2022361130001705696-22-000130
10-Q2022-07-27fiscal Q2 2022361090001705696-22-000111
10-Q2022-05-04fiscal Q1 202236790001705696-22-000090
10-K2022-02-23fiscal FY 202137980001705696-22-000046
10-Q2021-10-27fiscal Q3 2021361140001705696-21-000224
10-Q2021-07-28fiscal Q2 2021361110001705696-21-000126
10-Q2021-04-29fiscal Q1 202136810001705696-21-000099
10-K2021-02-18fiscal FY 2020391050001705696-21-000030
10-Q2020-10-28fiscal Q3 2020371190001705696-20-000181
10-Q2020-07-29fiscal Q2 2020371150001705696-20-000153
10-Q2020-04-30fiscal Q1 202037810001705696-20-000106
10-K2020-02-20fiscal FY 2019391410001705696-20-000048
10-Q2019-10-31fiscal Q3 2019391220001705696-19-000163
10-Q2019-07-31fiscal Q2 2019391200001705696-19-000136
10-Q2019-05-01fiscal Q1 201939840001705696-19-000094
10-K2019-02-14fiscal FY 201839970001705696-19-000064
10-Q2018-11-01fiscal Q3 201836660001705696-18-000086
10-Q2018-08-02fiscal Q2 201834630001705696-18-000033
10-Q2018-05-04fiscal Q1 201832460001705696-18-000025
10-K2018-03-28fiscal FY 201734470001705696-18-000015

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
VICI Properties Inc. / CIK 0001705696
Captured
2026-09-21T17:24:39.794Z
SEC response SHA-256
727b9deefa4d1c7624e67a63513772256cb9440b18d538210726698b7c8e824a

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