Skip to content

Four Corners Property Trust, Inc.: filings

Every Four Corners Property Trust, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 43 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-30fiscal Q2 2026391120001193125-26-326216
10-Q2026-04-30fiscal Q1 202638800001193125-26-197581
10-K2026-02-12fiscal FY 2025391060001193125-26-048898
10-Q2025-10-29fiscal Q3 2025381090001193125-25-256338
10-Q2025-07-30fiscal Q2 2025381090000950170-25-100336
10-Q2025-05-01fiscal Q1 202538790000950170-25-061874
10-K2025-02-13fiscal FY 2024391060000950170-25-020029
10-Q2024-10-31fiscal Q3 2024381090000950170-24-119590
10-Q2024-08-01fiscal Q2 2024381090000950170-24-089412
10-Q2024-05-02fiscal Q1 202438790001650132-24-000078
10-K2024-02-15fiscal FY 2023391050001650132-24-000045
10-Q2023-11-02fiscal Q3 2023381080001650132-23-000144
10-Q2023-08-02fiscal Q2 2023381080001650132-23-000115
10-Q2023-05-02fiscal Q1 202338780001650132-23-000073
10-K2023-02-17fiscal FY 2022391070001650132-23-000038
10-Q2022-11-02fiscal Q3 2022361020001650132-22-000130
10-Q2022-07-28fiscal Q2 2022361020001650132-22-000094
10-Q2022-04-29fiscal Q1 202235730001650132-22-000046
10-K2022-02-23fiscal FY 2021381040001650132-22-000026
10-Q2021-10-28fiscal Q3 202135990001650132-21-000099
10-Q2021-08-06fiscal Q2 202135990001650132-21-000080
10-Q2021-04-29fiscal Q1 202135710001650132-21-000047
10-K2021-02-19fiscal FY 2020351780001650132-21-000026
10-Q2020-10-30fiscal Q3 202035980001650132-20-000111
10-Q2020-08-03fiscal Q2 2020361000001650132-20-000093
10-Q2020-05-08fiscal Q1 202035720001650132-20-000054
10-K2020-02-27fiscal FY 2019361820001650132-20-000031
10-Q2019-10-31fiscal Q3 201934970001650132-19-000092
10-Q2019-07-31fiscal Q2 201935970001650132-19-000075
10-Q2019-04-25fiscal Q1 201934710001650132-19-000051
10-K2019-02-20fiscal FY 2018321480001650132-19-000029
10-Q2018-10-30fiscal Q3 201832900001650132-18-000112
10-Q2018-07-26fiscal Q2 201833910001650132-18-000084
10-Q2018-04-26fiscal Q1 201833670001650132-18-000057
10-K2018-02-27fiscal FY 2017351610001650132-18-000025
10-Q2017-11-03fiscal Q3 201734950001650132-17-000013
10-Q2017-08-08fiscal Q2 201734950001650132-17-000007
10-Q2017-05-04fiscal Q1 201734690001650132-17-000004
10-K2017-02-27fiscal FY 2016341300001650132-17-000002
10-Q2016-11-04fiscal Q3 201629740001650132-16-000047
10-Q2016-08-04fiscal Q2 201629740001650132-16-000044
10-Q2016-05-11fiscal Q1 201629550001628280-16-016174
10-K2016-03-22fiscal FY 2015291020001650132-16-000041

Inspect the source

Entity
Four Corners Property Trust, Inc. / CIK 0001650132
Captured
2026-09-21T17:22:46.371Z
SEC response SHA-256
5c380f73360358ffc76aff9aed3f7e357e401eacac45cb21ee19071d2b68f733

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