Skip to content

RITHM PROPERTY TRUST INC.: filings

Every RITHM PROPERTY TRUST INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 46 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-31fiscal Q2 202627870001614806-26-000020
10-Q2026-05-01fiscal Q1 202627590001614806-26-000016
10-K2026-02-18fiscal FY 202527560001614806-26-000010
10-Q2025-11-04fiscal Q3 202527870001614806-25-000035
10-Q2025-07-31fiscal Q2 202527860001614806-25-000029
10-Q2025-05-02fiscal Q1 202523500001614806-25-000020
10-K2025-02-18fiscal FY 202424500001614806-25-000009
10-Q2024-11-01fiscal Q3 202425840001614806-24-000009
10-Q2024-08-02fiscal Q2 202425800001628280-24-034257
10-Q2024-05-03fiscal Q1 202426560001628280-24-020313
10-K2024-02-28fiscal FY 2023281030001628280-24-007349
10-Q2023-11-03fiscal Q3 202328920001628280-23-036487
10-Q2023-08-04fiscal Q2 202327860001628280-23-027376
10-Q2023-05-05fiscal Q1 202326570001628280-23-015878
10-K2023-03-03fiscal FY 2022281030001628280-23-006118
10-Q2022-11-04fiscal Q3 202228920001628280-22-028298
10-Q2022-08-05fiscal Q2 202226850001628280-22-021174
10-Q2022-05-06fiscal Q1 202226570001628280-22-012780
10-K2022-03-04fiscal FY 2021281030001628280-22-004987
10-Q2021-11-05fiscal Q3 202127910001628280-21-021844
10-Q2021-08-06fiscal Q2 202126850001628280-21-015951
10-Q2021-05-07fiscal Q1 202126570001628280-21-009408
10-K2021-03-05fiscal FY 2020271000001628280-21-003949
10-Q2020-11-06fiscal Q3 202027910001628280-20-015821
10-Q2020-08-05fiscal Q2 202026850001628280-20-011676
10-Q2020-05-06fiscal Q1 202026570001628280-20-006498
10-K2020-03-04fiscal FY 2019261050001628280-20-002804
10-Q2019-11-06fiscal Q3 201928950001628280-19-013378
10-Q2019-08-07fiscal Q2 201928930001628280-19-010198
10-Q2019-05-08fiscal Q1 201928610001628280-19-006286
10-K2019-03-06fiscal FY 2018261050001628280-19-002552
10-Q2018-11-07fiscal Q3 201828870001628280-18-013907
10-Q2018-08-09fiscal Q2 201827840001628280-18-010962
10-Q2018-05-02fiscal Q1 201827580001628280-18-005738
10-K2018-03-08fiscal FY 2017261050001628280-18-002906
10-Q2017-11-08fiscal Q3 201723750001144204-17-056968
10-Q2017-08-03fiscal Q2 201723750001571049-17-007213
10-Q2017-05-03fiscal Q1 201721430001571049-17-004406
10-K2017-03-02fiscal FY 201620940001571049-17-001966
10-Q2016-11-03fiscal Q3 201620680001571049-16-019430
10-Q2016-08-04fiscal Q2 201620680001571049-16-017119
10-Q2016-05-16fiscal Q1 201620430001571049-16-015342
10-K2016-03-29fiscal FY 201520700001571049-16-013433
10-Q2015-11-12fiscal Q3 201520630001571049-15-009185
10-Q2015-08-13fiscal Q2 201520390001571049-15-006713
10-Q2015-05-13fiscal Q1 201519260001571049-15-004112

Inspect the source

Entity
RITHM PROPERTY TRUST INC. / CIK 0001614806
Captured
2026-09-21T17:21:26.185Z
SEC response SHA-256
39fff4d3616f3bf7efcf2a2e61e4b49e5ace2d5cc066a8cd2cdc91cad25cfca0

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