Skip to content

READY CAPITAL CORPORATION: filings

Every READY CAPITAL CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 55 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-07fiscal Q2 202634950001628280-26-054850
10-Q2026-05-08fiscal Q1 202634710001628280-26-032982
10-K2026-03-02fiscal FY 202537980001628280-26-013256
10-Q2025-11-07fiscal Q3 202534970001628280-25-050686
10-K/A2025-09-30fiscal FY 202437970001628280-25-043144
10-Q2025-08-08fiscal Q2 202533930001628280-25-039276
10-Q2025-05-09fiscal Q1 202533690001628280-25-024331
10-K2025-03-03fiscal FY 202437970001628280-25-009464
10-Q2024-11-12fiscal Q3 202435970001628280-24-047137
10-Q2024-08-09fiscal Q2 202435950001558370-24-011768
10-Q2024-05-10fiscal Q1 202436720001558370-24-007797
10-K2024-02-28fiscal FY 202338990001558370-24-002034
10-Q2023-11-08fiscal Q3 202336980001558370-23-018295
10-Q2023-08-08fiscal Q2 202336990001558370-23-013980
10-Q2023-05-09fiscal Q1 202335720001558370-23-008847
10-K2023-02-28fiscal FY 2022391010001558370-23-002422
10-Q2022-11-08fiscal Q3 202236990001558370-22-016912
10-Q2022-08-05fiscal Q2 202235960001558370-22-012449
10-Q2022-05-06fiscal Q1 202235690001558370-22-007640
10-K2022-02-28fiscal FY 2021391000001558370-22-002392
10-Q2021-11-05fiscal Q3 202136970001558370-21-014843
10-Q2021-08-06fiscal Q2 202135920001558370-21-010823
10-Q2021-05-07fiscal Q1 202134670001558370-21-006494
10-K2021-03-15fiscal FY 2020371260001558370-21-003005
10-Q2020-11-06fiscal Q3 202035930001558370-20-012971
10-Q2020-08-07fiscal Q2 202034920001558370-20-009948
10-Q2020-05-11fiscal Q1 202034700001558370-20-006246
10-K2020-03-12fiscal FY 2019361230001558370-20-002546
10-Q2019-11-07fiscal Q3 201933880001558370-19-010410
10-Q2019-08-08fiscal Q2 201931840001558370-19-007743
10-Q2019-05-09fiscal Q1 201931630001558370-19-004732
10-K2019-03-13fiscal FY 2018341150001558370-19-001928
10-Q2018-11-08fiscal Q3 201827750001558370-18-008993
10-Q2018-08-08fiscal Q2 201826740001558370-18-006746
10-Q2018-05-10fiscal Q1 201825520001558370-18-004531
10-K2018-03-16fiscal FY 201729960001558370-18-002174
10-Q2017-11-09fiscal Q3 201724700001558370-17-008735
10-Q2017-08-03fiscal Q2 201722620001558370-17-005847
10-Q2017-05-10fiscal Q1 201719420001558370-17-004152
10-K2017-03-15fiscal FY 201623770001558370-17-001850
10-Q2016-10-25fiscal Q3 201624800001144204-16-129429
10-Q2016-08-09fiscal Q2 201624800001144204-16-117733
10-Q2016-05-10fiscal Q1 201624540001144204-16-100111
10-K2016-03-10fiscal FY 2015291390001144204-16-087286
10-Q2015-11-05fiscal Q3 201527840001144204-15-063110
10-Q2015-08-06fiscal Q2 201524760001144204-15-046638
10-Q2015-05-11fiscal Q1 201522450001206774-15-001651
10-K2015-03-16fiscal FY 2014241120001206774-15-000907
10-Q2014-11-13fiscal Q3 201417520001206774-14-003275
10-Q2014-08-12fiscal Q2 201417520001206774-14-002503
10-Q2014-05-14fiscal Q1 201415320001206774-14-001617
10-K2014-03-13fiscal FY 201318950001206774-14-000850
10-Q2013-11-12fiscal Q3 201319510001206774-13-004054
10-Q2013-08-13fiscal Q2 201319510001206774-13-002892
10-Q2013-05-15fiscal Q1 201319390001206774-13-001827

Inspect the source

Entity
READY CAPITAL CORPORATION / CIK 0001527590
Captured
2026-09-20T09:15:24.024Z
SEC response SHA-256
279cd52f2aa0106545f3edf8460c748dd2d20d913fb4044182e6089eb76ebad8

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