Skip to content

Western Asset Mortgage Capital Corporation: filings

Every Western Asset Mortgage Capital Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 46 filings, each linked to its SEC index.

Filing record ends 2023-11-08

The latest filing in this captured record is a 10-Q filed 2023-11-08. No later filing is in the SEC companyfacts record captured on 2026-09-23. Western Asset Mortgage Capital 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-Q2023-11-08fiscal Q3 202324790001628280-23-037888
10-Q2023-08-09fiscal Q2 202324790001628280-23-028659
10-Q2023-05-08fiscal Q1 202324550001628280-23-016509
10-K2023-03-13fiscal FY 202230870001628280-23-007598
10-Q2022-11-09fiscal Q3 202224790001628280-22-029295
10-Q2022-08-09fiscal Q2 202224770001628280-22-022005
10-Q2022-05-09fiscal Q1 202224540001628280-22-013139
10-K2022-03-08fiscal FY 202130850001628280-22-005321
10-Q2021-11-05fiscal Q3 202126810001628280-21-022043
10-Q2021-08-04fiscal Q2 202126830001628280-21-015576
10-Q2021-05-06fiscal Q1 202126570001628280-21-009332
10-K2021-03-08fiscal FY 2020301610001628280-21-004112
10-Q2020-11-06fiscal Q3 202027910001628280-20-015834
10-Q2020-08-10fiscal Q2 202027850001628280-20-012292
10-Q2020-05-11fiscal Q1 202026570001628280-20-007474
10-K2020-03-06fiscal FY 2019281440001628280-20-003097
10-Q2019-11-07fiscal Q3 201925780001628280-19-013705
10-Q2019-08-07fiscal Q2 201925780001628280-19-010202
10-Q2019-05-07fiscal Q1 201924520001628280-19-006109
10-K2019-03-06fiscal FY 2018251340001628280-19-002555
10-Q2018-11-07fiscal Q3 201825760001628280-18-013906
10-Q2018-08-07fiscal Q2 201820660001628280-18-010569
10-Q2018-05-08fiscal Q1 201820440001628280-18-006264
10-K2018-03-29fiscal FY 2017221240001628280-18-003838
10-Q2017-11-07fiscal Q3 201718620001628280-17-011093
10-Q2017-08-08fiscal Q2 201718620001628280-17-008357
10-Q2017-05-04fiscal Q1 201718400001628280-17-004838
10-K2017-03-07fiscal FY 2016221220001628280-17-002234
10-Q2016-11-04fiscal Q3 201618620001628280-16-020863
10-Q2016-08-05fiscal Q2 201615470001104659-16-137603
10-Q2016-05-06fiscal Q1 201615310001104659-16-118802
10-K2016-03-11fiscal FY 2015161010001047469-16-011025
10-Q2015-11-09fiscal Q3 201516460001104659-15-077263
10-Q2015-08-06fiscal Q2 201516460001104659-15-056606
10-Q2015-05-08fiscal Q1 201517350001104659-15-035773
10-K2015-03-16fiscal FY 2014191310001047469-15-002266
10-Q2014-11-07fiscal Q3 201418540001104659-14-078473
10-Q2014-08-11fiscal Q2 201417530001104659-14-059312
10-Q2014-05-12fiscal Q1 201416340001104659-14-037547
10-K2014-03-17fiscal FY 201318870001047469-14-002513
10-Q2013-11-14fiscal Q3 201318540001104659-13-084820
10-Q2013-08-13fiscal Q2 201316390001104659-13-063010
10-Q2013-05-15fiscal Q1 201314210001104659-13-041950
10-K2013-04-09fiscal FY 201217540001047469-13-004105
10-Q2012-11-14fiscal Q3 201218340001104659-12-077866
10-Q2012-08-14fiscal Q2 201215220001104659-12-057822

Inspect the source

Entity
Western Asset Mortgage Capital Corporation / CIK 0001465885
Captured
SEC response SHA-256
092507384e4e27cc582007561855c1250a6ff64f4c3b0d569026bdd595c2bd67

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