Skip to content

CHERRY HILL MORTGAGE INVESTMENT CORPORATION: filings

Every CHERRY HILL MORTGAGE INVESTMENT CORPORATION 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-10fiscal Q2 202630900001140361-26-032050
10-Q2026-05-07fiscal Q1 202630650001140361-26-019561
10-K2026-03-05fiscal FY 202530820001140361-26-008094
10-Q2025-11-06fiscal Q3 202530930001140361-25-040783
10-Q2025-08-07fiscal Q2 202530890001140361-25-029603
10-Q2025-05-06fiscal Q1 202530650001140361-25-017536
10-K2025-03-06fiscal FY 202430810001140361-25-007454
10-Q2024-11-12fiscal Q3 202430920001140361-24-046194
10-Q2024-08-08fiscal Q2 202428840001140361-24-036413
10-Q2024-05-06fiscal Q1 202428600001140361-24-024544
10-K2024-03-07fiscal FY 202329800001140361-24-011952
10-Q2023-11-02fiscal Q3 202329920001140361-23-051140
10-Q2023-08-07fiscal Q2 202329880001140361-23-038161
10-Q2023-05-08fiscal Q1 202329620001140361-23-023504
10-K2023-03-07fiscal FY 2022301710001140361-23-010492
10-Q2022-11-02fiscal Q3 202229920001140361-22-039594
10-Q2022-08-03fiscal Q2 202229880001140361-22-028048
10-Q2022-05-09fiscal Q1 202229620001140361-22-018309
10-K2022-03-15fiscal FY 2021301700001140361-22-009584
10-Q2021-11-09fiscal Q3 202129900001140361-21-037202
10-Q2021-08-09fiscal Q2 202130900001140361-21-027554
10-Q2021-05-10fiscal Q1 202130640001140361-21-016620
10-K2021-03-12fiscal FY 2020301620001140361-21-008318
10-Q2020-11-09fiscal Q3 202029920001140361-20-025034
10-Q2020-08-10fiscal Q2 202030900001140361-20-018010
10-Q2020-05-11fiscal Q1 202029620001140361-20-011289
10-K2020-02-27fiscal FY 2019321910001140361-20-004262
10-Q2019-11-12fiscal Q3 201929920001140361-19-020331
10-Q2019-08-08fiscal Q2 201929880001140361-19-014594
10-Q2019-05-09fiscal Q1 201929620001140361-19-008846
10-K2019-03-18fiscal FY 2018311750001140361-19-005137
10-Q2018-11-07fiscal Q3 201831920001140361-18-042643
10-Q2018-08-08fiscal Q2 201831920001567619-18-000110
10-Q2018-05-09fiscal Q1 201831660001140361-18-022486
10-K2018-03-16fiscal FY 2017321840001140361-18-013724
10-Q2017-11-07fiscal Q3 201731920001140361-17-041377
10-Q2017-08-08fiscal Q2 201730900001140361-17-030603
10-Q2017-05-09fiscal Q1 201725540001140361-17-019149
10-K2017-03-15fiscal FY 2016251660001567619-17-000445
10-Q2016-11-09fiscal Q3 201625800001140361-16-085592
10-Q2016-08-09fiscal Q2 201626840001140361-16-075473
10-Q2016-05-10fiscal Q1 201625540001140361-16-064292
10-K2016-03-15fiscal FY 2015251660001567619-16-002020
10-Q2015-11-09fiscal Q3 201523760001140361-15-040195
10-Q2015-08-10fiscal Q2 201524790001193125-15-284952
10-Q2015-05-11fiscal Q1 201524510001193125-15-181881
10-K2015-03-16fiscal FY 2014241480001193125-15-092416
10-Q2014-11-12fiscal Q3 201422690001193125-14-409353
10-Q2014-08-12fiscal Q2 201422690001193125-14-306783
10-Q2014-05-13fiscal Q1 201425470001193125-14-197235
10-K2014-03-26fiscal FY 201325800001193125-14-116862
10-Q2013-11-07fiscal Q3 201311240001193125-13-433236

Inspect the source

Entity
CHERRY HILL MORTGAGE INVESTMENT CORPORATION / CIK 0001571776
Captured
2026-09-20T09:21:21.945Z
SEC response SHA-256
6f7252143d5b01c8b495787d857304c2b8bc9d61d8521d62d3bf221a4a51c1cf

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