Skip to content

ARLINGTON ASSET INVESTMENT CORP.: filings

Every ARLINGTON ASSET INVESTMENT CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 51 filings, each linked to its SEC index.

Filing record ends 2023-11-14

The latest filing in this captured record is a 10-Q filed 2023-11-14. No later filing is in the SEC companyfacts record captured on 2026-09-23. ARLINGTON ASSET INVESTMENT 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-Q2023-11-14fiscal Q3 202320680000950170-23-063516
10-Q2023-08-14fiscal Q2 202321660000950170-23-042332
10-Q2023-05-15fiscal Q1 202321440000950170-23-022105
10-K2023-03-31fiscal FY 202221430000950170-23-011256
10-Q2022-11-14fiscal Q3 202221700000950170-22-025021
10-Q2022-08-15fiscal Q2 202221660000950170-22-017330
10-Q2022-05-16fiscal Q1 202221440001564590-22-020373
10-K2022-03-10fiscal FY 202121430001564590-22-009654
10-Q2021-11-09fiscal Q3 202121680001564590-21-055798
10-Q2021-08-09fiscal Q2 202121640001564590-21-042688
10-Q2021-05-10fiscal Q1 202121420001564590-21-026020
10-K2021-02-26fiscal FY 202021410001564590-21-009492
10-Q2020-11-06fiscal Q3 202019610001564590-20-051900
10-Q2020-07-31fiscal Q2 202019570001564590-20-035159
10-Q2020-05-11fiscal Q1 202018380001564590-20-024109
10-K2020-02-24fiscal FY 2019221080001564590-20-006040
10-Q2019-11-08fiscal Q3 201921670001564590-19-042118
10-Q2019-08-09fiscal Q2 201921630001564590-19-031158
10-Q2019-05-03fiscal Q1 201921420001564590-19-015709
10-K2019-02-19fiscal FY 2018231220001564590-19-003268
10-Q2018-11-02fiscal Q3 201822650001564590-18-026513
10-Q2018-08-03fiscal Q2 201821630001564590-18-019189
10-Q2018-05-04fiscal Q1 201817370001564590-18-010995
10-K2018-02-16fiscal FY 2017191040001564590-18-002354
10-Q2017-11-03fiscal Q3 201717600001564590-17-021548
10-Q2017-08-04fiscal Q2 201717620001564590-17-015507
10-Q2017-05-01fiscal Q1 201716360001564590-17-007848
10-K2017-02-21fiscal FY 201620940001564590-17-001918
10-Q2016-11-04fiscal Q3 201617540001564590-16-027654
10-Q2016-08-05fiscal Q2 201616520001564590-16-023019
10-Q2016-05-10fiscal Q1 201616360001564590-16-018952
10-K2016-02-16fiscal FY 2015211010001144204-16-082862
10-Q2015-11-02fiscal Q3 201518610001144204-15-062233
10-Q2015-07-31fiscal Q2 201518600001144204-15-045562
10-Q2015-05-06fiscal Q1 201518420001144204-15-028006
10-K2015-02-20fiscal FY 201421850001144204-15-011171
10-K2015-02-09fiscal FY 201421850001144204-15-007162
10-Q2014-10-31fiscal Q3 201418580001144204-14-064126
10-Q2014-08-01fiscal Q2 201418580001144204-14-046256
10-Q2014-05-02fiscal Q1 201418400001144204-14-027276
10-K2014-02-10fiscal FY 201324920001144204-14-007301
10-Q2013-11-01fiscal Q3 201321640001144204-13-058252
10-Q2013-08-02fiscal Q2 201321640001144204-13-042776
10-Q2013-05-03fiscal Q1 201321440001140361-13-018692
10-K2013-02-08fiscal FY 201224900001140361-13-005445
10-Q2012-11-02fiscal Q3 201222660001140361-12-045442
10-Q2012-08-03fiscal Q2 201222660001140361-12-035092
10-Q2012-04-20fiscal Q1 201221460001140361-12-021024
10-K2012-02-23fiscal FY 201120560001140361-12-010404
10-Q2011-10-28fiscal Q3 201119560001140361-11-050803
10-Q2011-07-29fiscal Q2 201119560001140361-11-038594

Inspect the source

Entity
ARLINGTON ASSET INVESTMENT CORP. / CIK 0001209028
Captured
SEC response SHA-256
d9c18a6848bfadd0934a427c59910d8e17e0d83bf7073c27db2eee65785d3cac

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