Skip to content

Ladder Capital Corp: filings

Every Ladder Capital Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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-27fiscal Q2 202628830001577670-26-000040
10-Q2026-04-27fiscal Q1 202628600001577670-26-000026
10-K2026-02-09fiscal FY 202532860001577670-26-000011
10-Q2025-10-27fiscal Q3 202528840001577670-25-000041
10-Q2025-07-28fiscal Q2 202528840001577670-25-000029
10-Q2025-04-28fiscal Q1 202528590001577670-25-000024
10-K2025-02-10fiscal FY 202432880001577670-25-000010
10-Q2024-10-28fiscal Q3 202428850001577670-24-000039
10-Q2024-07-26fiscal Q2 202428850001577670-24-000032
10-Q2024-04-29fiscal Q1 202429620001577670-24-000024
10-K2024-02-12fiscal FY 202334940001577670-24-000006
10-Q2023-10-30fiscal Q3 202330910001577670-23-000027
10-Q2023-07-28fiscal Q2 202330910001577670-23-000019
10-Q2023-05-01fiscal Q1 202330630001577670-23-000015
10-K2023-02-13fiscal FY 202234940001577670-23-000003
10-Q2022-10-31fiscal Q3 202230910001577670-22-000024
10-Q2022-08-01fiscal Q2 202230910001577670-22-000019
10-Q2022-05-02fiscal Q1 202232670001577670-22-000014
10-K2022-02-14fiscal FY 2021341000001577670-22-000005
10-Q2021-10-29fiscal Q3 202132940001577670-21-000048
10-Q2021-07-30fiscal Q2 202132940001577670-21-000030
10-Q2021-05-07fiscal Q1 202133680001577670-21-000027
10-K2021-02-26fiscal FY 2020341340001577670-21-000009
10-Q2020-10-30fiscal Q3 202031930001577670-20-000015
10-Q2020-07-31fiscal Q2 202031930001577670-20-000013
10-Q2020-05-06fiscal Q1 202032670001577670-20-000011
10-K2020-02-28fiscal FY 2019341340001577670-20-000004
10-Q2019-11-08fiscal Q3 201929910001577670-19-000012
10-Q2019-08-01fiscal Q2 201929910001577670-19-000010
10-Q2019-05-09fiscal Q1 201929640001577670-19-000008
10-K2019-02-28fiscal FY 2018321320001577670-19-000002
10-Q2018-11-02fiscal Q3 201827830001577670-18-000016
10-Q2018-08-02fiscal Q2 201826810001577670-18-000013
10-Q2018-05-04fiscal Q1 201826570001577670-18-000009
10-K2018-02-28fiscal FY 2017301220001577670-18-000002
10-Q2017-11-03fiscal Q3 201729910001577670-17-000021
10-Q2017-08-03fiscal Q2 201729910001577670-17-000016
10-Q2017-05-10fiscal Q1 201725520001577670-17-000011
10-K2017-02-24fiscal FY 2016271190001577670-17-000004
10-Q2016-11-04fiscal Q3 201625810001577670-16-000071
10-Q2016-08-05fiscal Q2 201625810001577670-16-000068
10-Q2016-05-06fiscal Q1 201625530001577670-16-000066
10-K2016-03-07fiscal FY 2015261090001577670-16-000054
10-Q2015-11-06fiscal Q3 201525840001577670-15-000010
10-Q2015-08-06fiscal Q2 201525840001577670-15-000008
10-Q2015-05-08fiscal Q1 201524530001577670-15-000006
10-K2015-03-06fiscal FY 201425730001577670-15-000004
10-Q2014-11-07fiscal Q3 201424580001104659-14-078324
10-Q2014-08-06fiscal Q2 201424570001104659-14-057349
10-Q2014-05-12fiscal Q1 201423410001104659-14-037194

Inspect the source

Entity
Ladder Capital Corp / CIK 0001577670
Captured
2026-09-19T11:19:10.172Z
SEC response SHA-256
3ecb7ea6c7e9707385da5dabce9deb753e78f76e1846f70016564779eeb66873

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