Skip to content

CAPSTEAD MORTGAGE CORP: filings

Every CAPSTEAD MORTGAGE CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 45 filings, each linked to its SEC index.

Filing record ends 2021-08-03

The latest filing in this captured record is a 10-Q filed 2021-08-03. No later filing is in the SEC companyfacts record captured on 2026-09-23. CAPSTEAD MORTGAGE CORP 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-Q2021-08-03fiscal Q2 202123670001564590-21-040231
10-Q2021-05-04fiscal Q1 202123470001564590-21-023425
10-K2021-02-19fiscal FY 202025660001564590-21-006965
10-Q2020-11-03fiscal Q3 202023710001564590-20-050019
10-Q2020-08-04fiscal Q2 202023670001564590-20-036137
10-Q2020-05-05fiscal Q1 202022450001564590-20-021301
10-K2020-02-21fiscal FY 201927910001564590-20-005742
10-Q2019-10-28fiscal Q3 201924680001564590-19-038171
10-Q2019-07-26fiscal Q2 201923670001564590-19-026380
10-Q2019-05-01fiscal Q1 201923470001564590-19-014888
10-K2019-02-22fiscal FY 201826810001564590-19-003896
10-Q2018-10-30fiscal Q3 201823630001564590-18-025661
10-Q2018-07-30fiscal Q2 201823630001564590-18-017902
10-Q2018-04-30fiscal Q1 201819390001564590-18-009878
10-K2018-02-20fiscal FY 201722700001564590-18-002464
10-Q2017-11-03fiscal Q3 201718560001564590-17-021365
10-Q2017-08-04fiscal Q2 201718560001564590-17-015579
10-Q2017-05-01fiscal Q1 201718380001564590-17-007838
10-K2017-02-24fiscal FY 201621710001564590-17-002339
10-Q2016-11-04fiscal Q3 201618560001140361-16-084837
10-Q2016-08-08fiscal Q2 201618560001140361-16-075173
10-Q2016-05-06fiscal Q1 201618380001140361-16-063728
10-K2016-02-26fiscal FY 201522770001140361-16-055144
10-Q2015-11-06fiscal Q3 201518590001140361-15-039958
10-Q2015-08-07fiscal Q2 201518590001140361-15-030373
10-Q2015-05-08fiscal Q1 201518380001140361-15-018385
10-K2015-02-27fiscal FY 201426890001140361-15-009266
10-Q2014-11-05fiscal Q3 201422670001140361-14-040266
10-Q2014-08-05fiscal Q2 201422670001140361-14-030714
10-Q2014-05-09fiscal Q1 201422460001140361-14-019914
10-K2014-02-28fiscal FY 2013251020001140361-14-010227
10-Q2013-11-01fiscal Q3 201323690001140361-13-040274
10-Q2013-08-05fiscal Q2 201323670001193125-13-318616
10-Q2013-05-02fiscal Q1 201322450001193125-13-193903
10-K2013-02-25fiscal FY 201223950001193125-13-073929
10-Q2012-11-02fiscal Q3 201221640001193125-12-449070
10-Q2012-08-03fiscal Q2 201221640001193125-12-334143
10-Q2012-05-09fiscal Q1 201221440001193125-12-220724
10-K2012-02-24fiscal FY 201122860001193125-12-078172
10-Q2011-11-04fiscal Q3 201121640001193125-11-296585
10-Q/A2011-08-25fiscal Q2 201121640001193125-11-232183
10-Q2011-05-06fiscal Q1 201118380001193125-11-130290
10-K2011-03-01fiscal FY 201019540001193125-11-050962
10-Q2010-11-05fiscal Q3 201018520001193125-10-249082
10-Q/A2010-08-25fiscal Q2 201018520001193125-10-196539

Inspect the source

Entity
CAPSTEAD MORTGAGE CORP / CIK 0000766701
Captured
SEC response SHA-256
e02fa99f3132f3f25e94044a54af37002db92fc7bcd98b3f313ffabe7e17e4ca

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