Skip to content

Ellington Credit Company: filings

Every Ellington Credit Company annual and quarterly report in the SEC record with the published financial measures it tagged, 49 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-K2025-06-23fiscal FY 202524890001560672-25-000074
10-K2025-03-31fiscal FY 202423460001560672-25-000033
10-Q2024-11-14fiscal Q3 202420700001560672-24-000143
10-Q2024-08-14fiscal Q2 202420660001560672-24-000080
10-Q2024-05-15fiscal Q1 202420460001560672-24-000045
10-K2024-03-12fiscal FY 202318390001560672-24-000017
10-Q2023-11-14fiscal Q3 202318620001560672-23-000083
10-Q2023-08-14fiscal Q1 202317540001560672-23-000061
10-Q2023-05-15fiscal Q1 202316380001560672-23-000046
10-K2023-03-10fiscal FY 202217370001560672-23-000021
10-Q2022-11-14fiscal Q2 202217580001560672-22-000056
10-Q2022-08-12fiscal Q2 202217540001560672-22-000044
10-Q2022-05-13fiscal Q1 202216380001560672-22-000030
10-K2022-03-11fiscal FY 202117610001560672-22-000014
10-Q2021-11-05fiscal Q3 202117580001560672-21-000094
10-Q2021-08-11fiscal Q2 202117540001560672-21-000076
10-Q2021-05-10fiscal Q1 202117400001560672-21-000041
10-K2021-03-16fiscal FY 202017610001560672-21-000010
10-Q2020-11-09fiscal Q3 202017580001560672-20-000053
10-Q2020-08-07fiscal Q2 202017540001560672-20-000043
10-Q2020-05-11fiscal Q1 202017400001560672-20-000026
10-K2020-03-12fiscal FY 201917610001560672-20-000010
10-Q2019-11-06fiscal Q3 201917580001560672-19-000037
10-Q2019-08-08fiscal Q2 201916520001560672-19-000028
10-Q2019-05-09fiscal Q1 201916380001560672-19-000017
10-K2019-03-08fiscal FY 201817610001560672-19-000007
10-Q2018-11-07fiscal Q3 201817500001560672-18-000037
10-Q2018-08-06fiscal Q2 201817500001560672-18-000031
10-Q2018-05-04fiscal Q1 201816380001560672-18-000022
10-K2018-03-14fiscal FY 201717740001560672-18-000008
10-Q2017-11-09fiscal Q3 201717500001560672-17-000066
10-Q2017-08-09fiscal Q2 201717500001560672-17-000056
10-Q2017-05-05fiscal Q1 201716380001560672-17-000018
10-K2017-03-13fiscal FY 201616710001560672-17-000008
10-Q2016-11-04fiscal Q3 201616480001560672-16-000091
10-Q2016-08-03fiscal Q2 201616480001560672-16-000083
10-Q2016-05-04fiscal Q1 201616380001560672-16-000073
10-K2016-03-10fiscal FY 201517740001560672-16-000061
10-Q2015-11-05fiscal Q3 201516440001560672-15-000041
10-Q2015-08-05fiscal Q2 201515420001560672-15-000032
10-Q2015-05-08fiscal Q1 201515340001560672-15-000020
10-K2015-03-12fiscal FY 201416690001560672-15-000009
10-Q2014-11-12fiscal Q3 201416440001560672-14-000055
10-Q2014-08-12fiscal Q2 201416440001560672-14-000037
10-Q2014-05-13fiscal Q1 201415340001560672-14-000024
10-K2014-03-21fiscal FY 201316520001560672-14-000009
10-Q2013-11-13fiscal Q3 201316400001560672-13-000025
10-Q2013-08-15fiscal Q2 201315260001560672-13-000011
10-Q2013-06-11fiscal Q1 201314210001560672-13-000006

Inspect the source

Entity
Ellington Credit Company / CIK 0001560672
Captured
2026-09-20T09:19:44.928Z
SEC response SHA-256
b263f22a506ab8cb2fb3a450115ee7be5c9d7c9daaec847aad62244d4d38cc2b

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