Skip to content

CareTrust REIT, Inc.: filings

Every CareTrust REIT, 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-06fiscal Q2 202630940001628280-26-054284
10-Q2026-05-07fiscal Q1 202630640001628280-26-032118
10-K2026-02-12fiscal FY 202533890001628280-26-007664
10-Q2025-11-05fiscal Q3 202529910001628280-25-049531
10-Q2025-08-06fiscal Q2 202529890001628280-25-038321
10-Q2025-05-01fiscal Q1 202524520001628280-25-021524
10-K2025-02-12fiscal FY 202424680001628280-25-005118
10-Q2024-10-29fiscal Q3 202424800001628280-24-044095
10-Q2024-08-02fiscal Q2 202424760001628280-24-034247
10-Q2024-05-02fiscal Q1 202424520001628280-24-019995
10-K2024-02-08fiscal FY 202324680001628280-24-003863
10-Q2023-11-09fiscal Q3 202324800001628280-23-038221
10-Q2023-08-03fiscal Q2 202322700001628280-23-027216
10-Q2023-05-10fiscal Q1 202322480001628280-23-017205
10-K2023-02-09fiscal FY 202223660001628280-23-002955
10-Q2022-11-08fiscal Q3 202222740001628280-22-028905
10-Q2022-08-04fiscal Q2 202222700001628280-22-021062
10-Q2022-05-05fiscal Q1 202223500001628280-22-012634
10-K2022-02-16fiscal FY 202124680001628280-22-002842
10-Q2021-11-08fiscal Q3 202124790001628280-21-022117
10-Q2021-08-05fiscal Q2 202124750001628280-21-015843
10-Q2021-05-06fiscal Q1 202123490001628280-21-009294
10-K2021-02-10fiscal FY 2020231130001628280-21-001797
10-Q2020-11-05fiscal Q3 202023750001628280-20-015754
10-Q2020-08-06fiscal Q2 202023710001628280-20-011976
10-Q2020-05-07fiscal Q1 202023490001628280-20-006940
10-K2020-02-20fiscal FY 2019251190001628280-20-001900
10-Q2019-11-07fiscal Q3 201926830001628280-19-013650
10-Q2019-08-06fiscal Q2 201927810001628280-19-010131
10-Q2019-05-07fiscal Q1 201926560001628280-19-006046
10-K2019-02-13fiscal FY 2018251200001628280-19-001311
10-Q2018-11-05fiscal Q3 201825740001628280-18-013603
10-Q2018-08-01fiscal Q2 201824700001628280-18-010188
10-Q2018-05-08fiscal Q1 201824520001628280-18-006231
10-K2018-02-27fiscal FY 2017241170001628280-18-002343
10-Q2017-11-08fiscal Q3 201724700001628280-17-011185
10-Q2017-08-02fiscal Q2 201722660001628280-17-007882
10-Q2017-05-02fiscal Q1 201722480001628280-17-004653
10-K2017-02-07fiscal FY 2016251200001628280-17-000941
10-Q2016-11-02fiscal Q3 201622670001628280-16-020632
10-Q2016-08-08fiscal Q2 201622660001628280-16-018698
10-Q2016-05-11fiscal Q1 201621460001628280-16-016156
10-K2016-02-11fiscal FY 2015251370001628280-16-011018
10-Q2015-11-05fiscal Q3 201523740001628280-15-008348
10-Q2015-08-10fiscal Q2 201521700001628280-15-006348
10-Q2015-05-12fiscal Q1 201521450001193125-15-183973
10-K2015-02-11fiscal FY 2014231230001193125-15-044220
10-Q2014-10-30fiscal Q3 201424690001193125-14-389737
10-Q2014-09-15fiscal Q2 201424700001193125-14-340896

Inspect the source

Entity
CareTrust REIT, Inc. / CIK 0001590717
Captured
2026-09-20T09:23:58.968Z
SEC response SHA-256
5ecaaeb1df5e198c28d2f72c9639c8c209834bdddb69adcc028f8f85b6279b48

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