Skip to content

Impac Mortgage Holdings, Inc.: filings

Every Impac Mortgage Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 47 filings, each linked to its SEC index.

Filing record ends 2023-03-16

The latest filing in this captured record is a 10-K filed 2023-03-16. No later filing is in the SEC companyfacts record captured on 2026-09-22. Impac Mortgage Holdings, Inc. 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-K2023-03-16fiscal FY 202239790001558370-23-004051
10-Q2022-11-14fiscal Q3 2022301040001558370-22-017770
10-Q2022-08-12fiscal Q2 2022301000001558370-22-013489
10-Q2022-05-16fiscal Q1 202230640001558370-22-008938
10-K2022-03-11fiscal FY 202139790001558370-22-003437
10-Q2021-11-12fiscal Q3 2021301040001558370-21-015801
10-Q2021-08-13fiscal Q2 202129960001558370-21-011708
10-Q2021-05-07fiscal Q1 202131640001558370-21-006517
10-K2021-03-12fiscal FY 202038890001558370-21-002945
10-Q2020-11-06fiscal Q3 2020311010001558370-20-013189
10-Q2020-08-07fiscal Q2 202031970001558370-20-009979
10-Q2020-06-26fiscal Q1 202031630001558370-20-007821
10-K2020-03-13fiscal FY 201940800001558370-20-002683
10-Q2019-11-08fiscal Q3 2019331050001558370-19-010617
10-Q2019-08-09fiscal Q2 201933990001558370-19-007915
10-Q2019-05-10fiscal Q1 201932650001558370-19-004865
10-K2019-03-15fiscal FY 201841810001558370-19-002167
10-Q2018-11-08fiscal Q3 201832920001558370-18-009055
10-Q2018-08-09fiscal Q2 201832930001558370-18-006909
10-Q2018-05-10fiscal Q1 201830610001558370-18-004669
10-K2018-03-16fiscal FY 2017351480001558370-18-002168
10-Q2017-11-09fiscal Q3 201730850001558370-17-008733
10-Q2017-08-09fiscal Q2 201730850001558370-17-006456
10-Q2017-05-09fiscal Q1 201730580001558370-17-004010
10-K2017-03-09fiscal FY 2016361480001558370-17-001542
10-Q2016-11-08fiscal Q3 201631840001558370-16-009574
10-Q2016-08-08fiscal Q2 201632860001558370-16-007669
10-Q2016-05-09fiscal Q1 201631590001104659-16-119303
10-K2016-03-11fiscal FY 201535660001047469-16-011036
10-Q2015-11-09fiscal Q3 201530830001104659-15-077244
10-Q2015-08-12fiscal Q2 201530820001104659-15-059108
10-Q2015-05-14fiscal Q1 201528540001104659-15-038234
10-K2015-03-25fiscal FY 201427540001047469-15-002665
10-Q2014-11-12fiscal Q3 201422650001104659-14-079833
10-Q2014-08-12fiscal Q2 201424730001104659-14-059970
10-Q2014-05-14fiscal Q1 201422450001104659-14-038677
10-K2014-03-20fiscal FY 201328570001047469-14-002725
10-Q2013-11-12fiscal Q3 201323670001104659-13-083716
10-Q2013-08-12fiscal Q2 201325750001104659-13-062828
10-Q2013-05-14fiscal Q1 201320410001104659-13-041478
10-K2013-03-12fiscal FY 201227550001047469-13-002555
10-Q2012-11-13fiscal Q3 201222630001104659-12-077410
10-Q2012-08-14fiscal Q2 201222630001104659-12-057851
10-Q2012-05-15fiscal Q1 201220410001104659-12-037503
10-K2012-03-21fiscal FY 201120410001047469-12-003045
10-Q2011-11-14fiscal Q3 201120550001104659-11-063953
10-Q2011-08-15fiscal Q2 201120560001104659-11-046997

Inspect the source

Entity
Impac Mortgage Holdings, Inc. / CIK 0001000298
Captured
SEC response SHA-256
9cfcf07b725bcc5055a1dbd5d2ba8fa637941d551b912c4fcf608c7d141266bb

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