Skip to content

REDWOOD MORTGAGE INVESTORS VIII: filings

Every REDWOOD MORTGAGE INVESTORS VIII annual and quarterly report in the SEC record with the published financial measures it tagged, 49 filings, each linked to its SEC index.

Filing record ends 2023-11-14

The latest filing in this captured record is a 10-Q filed 2023-11-14. No later filing is in the SEC companyfacts record captured on 2026-09-23. REDWOOD MORTGAGE INVESTORS VIII may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2023-11-14fiscal Q3 202313340000950170-23-063632
10-Q2023-08-24fiscal Q2 202313340000950170-23-044304
10-Q2023-05-22fiscal Q1 202312240000950170-23-023428
10-K2023-03-31fiscal FY 202212240000950170-23-011418
10-Q2022-11-14fiscal Q3 202212320000950170-22-025105
10-Q2022-08-15fiscal Q2 202212320000950170-22-017418
10-Q2022-05-23fiscal Q1 202212240000950170-22-010451
10-K2022-03-31fiscal FY 202111220000950170-22-005152
10-Q2021-11-15fiscal Q3 202111300000950170-21-004543
10-Q2021-08-16fiscal Q2 202111300001564590-21-044582
10-Q2021-05-24fiscal Q1 202111210001564590-21-029449
10-K2021-04-15fiscal FY 202011210001564590-21-018953
10-Q2020-11-16fiscal Q3 202011280001564590-20-054137
10-Q2020-08-14fiscal Q2 202011280001564590-20-040281
10-Q2020-05-15fiscal Q1 202010200001564590-20-025803
10-K2020-03-31fiscal FY 20199180001564590-20-014313
10-Q2019-11-13fiscal Q3 201910260001564590-19-043186
10-Q2019-08-12fiscal Q2 20199360001564590-19-031312
10-Q2019-05-10fiscal Q1 201910220001564590-19-018473
10-K2019-04-01fiscal FY 201810210001564590-19-010402
10-Q2018-11-13fiscal Q3 201810380001564590-18-029247
10-Q2018-08-14fiscal Q2 201810380001564590-18-021730
10-K2018-04-02fiscal FY 20178160001564590-18-007407
10-Q2017-11-13fiscal Q3 20178280001564590-17-023497
10-Q2017-08-14fiscal Q2 20178280001564590-17-017567
10-Q2017-05-22fiscal Q1 20178170001564590-17-011433
10-K2017-03-31fiscal FY 201611200001564590-17-005855
10-Q2016-11-14fiscal Q3 20169290001564590-16-029201
10-Q2016-08-15fiscal Q2 20168280001564590-16-024252
10-Q2016-05-16fiscal Q1 201612250001193125-16-591671
10-K2016-04-11fiscal FY 201513270001193125-16-537334
10-Q2015-11-16fiscal Q3 201514500001448038-15-000032
10-Q2015-08-14fiscal Q2 201514520001448038-15-000024
10-Q2015-05-15fiscal Q1 201511230001448038-15-000020
10-K2015-03-31fiscal FY 201412250001448038-15-000008
10-Q2014-11-14fiscal Q3 201412340001448038-14-000030
10-Q2014-08-14fiscal Q2 201411320001448038-14-000022
10-Q2014-05-15fiscal Q1 201411240001448038-14-000019
10-K2014-04-01fiscal FY 201311220001448038-14-000012
10-Q2013-11-14fiscal Q3 201313420001448038-13-000015
10-Q2013-08-14fiscal Q2 201313420001448038-13-000011
10-Q2013-05-15fiscal Q1 201313280001448038-13-000006
10-K2013-03-29fiscal FY 201211230000889123-13-000011
10-Q2012-11-14fiscal Q3 201212340000889123-12-000042
10-Q2012-08-14fiscal Q2 201212340000889123-12-000037
10-Q2012-05-15fiscal Q1 201212260000889123-12-000030
10-K2012-04-16fiscal FY 201112250000889123-12-000013
10-Q2011-11-14fiscal Q3 201112340000889123-11-000042
10-Q2011-08-15fiscal Q2 201112340001437749-11-005987

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
REDWOOD MORTGAGE INVESTORS VIII / CIK 0000889123
Captured
SEC response SHA-256
1878e52b64a99a7ec9a7a8e227eda9185f30f1f299612a4ad4e00a335af76bb0

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