Skip to content

REDWOOD MORTGAGE INVESTORS IX: filings

Every REDWOOD MORTGAGE INVESTORS IX annual and quarterly report in the SEC record with the published financial measures it tagged, 52 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-14fiscal Q2 202612320001193125-26-351760
10-Q2026-05-20fiscal Q1 202612240001193125-26-232453
10-K2026-04-14fiscal FY 202512240001193125-26-154932
10-Q2025-11-12fiscal Q3 202512320001193125-25-277660
10-Q2025-08-19fiscal Q2 202512320000950170-25-109980
10-Q2025-05-21fiscal Q1 202512240000950170-25-075620
10-K2025-04-24fiscal FY 202412240000950170-25-057997
10-Q2025-04-01fiscal Q3 202412320000950170-25-047979
10-Q2024-08-14fiscal Q2 202412320000950170-24-096816
10-Q2024-05-15fiscal Q1 202412240000950170-24-060594
10-K2024-04-18fiscal FY 202312240000950170-24-045202
10-Q2023-11-14fiscal Q3 202312320000950170-23-063633
10-Q2023-08-21fiscal Q2 202312320000950170-23-043692
10-Q2023-05-22fiscal Q1 202312240000950170-23-023429
10-K2023-03-31fiscal FY 202212240000950170-23-011406
10-Q2022-11-14fiscal Q3 202212320000950170-22-025012
10-Q2022-08-15fiscal Q2 202212320000950170-22-017386
10-Q2022-05-16fiscal Q1 202212240000950170-22-010037
10-K2022-03-31fiscal FY 202112240000950170-22-005151
10-Q2021-11-15fiscal Q3 202112320000950170-21-004537
10-Q2021-08-16fiscal Q2 202112320001564590-21-044581
10-Q2021-05-17fiscal Q1 202112220001564590-21-028356
10-K2021-03-31fiscal FY 202012220001564590-21-017026
10-Q2020-11-16fiscal Q3 202012290001564590-20-054135
10-Q2020-08-14fiscal Q2 202012290001564590-20-040292
10-Q2020-05-15fiscal Q1 202010200001564590-20-025793
10-K2020-03-30fiscal FY 20199180001564590-20-014294
10-Q2019-11-13fiscal Q3 201910260001564590-19-043181
10-Q2019-08-12fiscal Q2 201910340001564590-19-031315
10-Q2019-05-10fiscal Q1 20199180001564590-19-018471
10-K2019-04-01fiscal FY 201810190001564590-19-010445
10-Q2018-11-13fiscal Q3 201810360001564590-18-029246
10-Q2018-08-14fiscal Q2 201810360001564590-18-021728
10-K2016-03-30fiscal FY 20158160001193125-16-523979
10-Q2015-11-16fiscal Q3 20159320001448038-15-000034
10-Q2015-08-14fiscal Q2 20159320001448038-15-000025
10-Q2015-05-15fiscal Q1 20159190001448038-15-000021
10-K2015-03-31fiscal FY 20149190001448038-15-000009
10-Q2014-11-14fiscal Q3 201410280001448038-14-000028
10-Q2014-08-14fiscal Q2 201410280001448038-14-000023
10-Q2014-05-15fiscal Q1 201410220001448038-14-000016
10-K2014-03-31fiscal FY 201310210001448038-14-000007
10-Q2013-11-14fiscal Q3 201310280001448038-13-000016
10-Q2013-08-14fiscal Q2 201311290001448038-13-000010
10-Q2013-05-15fiscal Q1 201310220001448038-13-000004
10-K2013-03-29fiscal FY 20129190000889123-13-000009
10-Q2012-11-14fiscal Q3 20129270000889123-12-000043
10-Q2012-08-14fiscal Q2 20129270000889123-12-000038
10-Q/A2012-05-10fiscal Q1 20129200000889123-12-000028
10-K2012-03-28fiscal FY 201110210000889123-12-000008
10-Q2011-11-14fiscal Q3 201110270000889123-11-000043
10-Q2011-08-12fiscal Q2 201110270001437749-11-005945

9 further filings tag fewer than eight published concepts and have no page.

Inspect the source

Entity
REDWOOD MORTGAGE INVESTORS IX / CIK 0001448038
Captured
2026-09-20T09:05:05.128Z
SEC response SHA-256
2d466d4500facbaf1ad802ac97f8bf7def2c07f1f84d27c31fddbe9d271fc4fb

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