Skip to content

ANWORTH MORTGAGE ASSET CORPORATION: filings

Every ANWORTH MORTGAGE ASSET CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 43 filings, each linked to its SEC index.

Filing record ends 2021-02-26

The latest filing in this captured record is a 10-K filed 2021-02-26. No later filing is in the SEC companyfacts record captured on 2026-09-23. ANWORTH MORTGAGE ASSET CORPORATION 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-K2021-02-26fiscal FY 2020271310001558370-21-001977
10-Q2020-11-05fiscal Q3 202026980001558370-20-012787
10-Q2020-08-05fiscal Q2 202026940001558370-20-009364
10-Q2020-05-11fiscal Q1 202026560001558370-20-006195
10-K2020-03-05fiscal FY 2019271390001558370-20-002082
10-Q2019-11-06fiscal Q3 201926980001558370-19-010159
10-Q2019-08-06fiscal Q2 201926940001558370-19-007201
10-Q2019-05-07fiscal Q1 201926560001558370-19-004240
10-K2019-02-28fiscal FY 2018271460001558370-19-001355
10-Q2018-11-06fiscal Q3 201825900001558370-18-008617
10-Q2018-08-06fiscal Q2 201825880001558370-18-006435
10-Q2018-05-07fiscal Q1 201825520001558370-18-004156
10-K2018-02-28fiscal FY 2017271520001558370-18-001273
10-Q2017-11-06fiscal Q3 201726940001558370-17-008227
10-Q2017-08-04fiscal Q2 201726920001558370-17-005965
10-Q2017-05-05fiscal Q1 201722460001564590-17-009036
10-K2017-02-28fiscal FY 2016231370001564590-17-002876
10-Q2016-11-07fiscal Q3 201622800001564590-16-027907
10-Q2016-08-04fiscal Q2 201622780001564590-16-022660
10-Q2016-05-06fiscal Q1 201622460001564590-16-018245
10-K2016-02-26fiscal FY 2015241440001564590-16-013531
10-Q2015-11-04fiscal Q3 201523840001564590-15-009368
10-Q2015-08-05fiscal Q2 201522720001564590-15-006232
10-Q2015-05-08fiscal Q1 201522440001564590-15-003723
10-K2015-02-26fiscal FY 2014221140001564590-15-001034
10-Q2014-11-07fiscal Q3 201422740001564590-14-005267
10-Q2014-08-06fiscal Q2 201417580001564590-14-003217
10-Q2014-05-08fiscal Q1 201418380001564590-14-001918
10-K2014-02-26fiscal FY 2013211150001564590-14-000364
10-Q2013-11-05fiscal Q3 201321760001564590-13-000952
10-Q2013-08-06fiscal Q2 201321740001193125-13-320968
10-Q2013-05-07fiscal Q1 201320420001193125-13-204227
10-K2013-02-27fiscal FY 2012211150001193125-13-079827
10-Q2012-11-07fiscal Q3 201220720001193125-12-456941
10-Q2012-08-06fiscal Q2 201220700001193125-12-337466
10-Q2012-05-07fiscal Q1 201220420001193125-12-214590
10-K2012-02-27fiscal FY 2011211150001193125-12-081909
10-Q2011-11-03fiscal Q3 201121760001193125-11-294884
10-Q2011-08-04fiscal Q2 201121740001193125-11-210102
10-Q2011-05-03fiscal Q1 201121440001193125-11-123613
10-K2011-02-25fiscal FY 201020560001193125-11-047458
10-Q2010-11-04fiscal Q3 201021740001193125-10-248064
10-Q2010-08-04fiscal Q2 201021740001193125-10-176728

Inspect the source

Entity
ANWORTH MORTGAGE ASSET CORPORATION / CIK 0001047884
Captured
SEC response SHA-256
4d6cf9f384a1970d08d89dfb0c7a26e2e086e91e271ca4c8d7a84b498383e711

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