Skip to content

Anchor Bancorp: filings

Every Anchor Bancorp annual and quarterly report in the SEC record with the published financial measures it tagged, 30 filings, each linked to its SEC index.

Filing record ends 2018-11-05

The latest filing in this captured record is a 10-Q filed 2018-11-05. No later filing is in the SEC companyfacts record captured on 2026-09-23. Anchor Bancorp 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-Q2018-11-05fiscal Q1 201924480000939057-18-000538
10-K2018-09-19fiscal FY 201827720000939057-18-000459
10-K2018-09-13fiscal FY 201827720000939057-18-000456
10-Q2018-05-07fiscal Q3 201825680000939057-18-000231
10-Q2018-02-05fiscal Q2 201825680000939057-18-000041
10-Q2017-11-06fiscal Q1 201825500000939057-17-000452
10-K2017-09-15fiscal FY 201727720000939057-17-000394
10-Q2017-05-08fiscal Q3 201725680000939057-17-000212
10-Q2017-02-06fiscal Q2 201725680000939057-17-000050
10-Q2016-11-07fiscal Q1 201724480000939057-16-001071
10-K2016-09-09fiscal FY 201627700000939057-16-000989
10-Q2016-05-02fiscal Q3 201624660000939057-16-000790
10-Q2016-02-08fiscal Q2 201624660000939057-16-000651
10-Q2015-11-12fiscal Q1 201622440000939057-15-000526
10-K2015-09-11fiscal FY 201524610000939057-15-000433
10-Q2015-05-05fiscal Q3 201521560000939057-15-000231
10-Q2015-02-06fiscal Q2 201522570000939057-15-000078
10-Q2014-11-06fiscal Q1 201522430000939057-14-000453
10-K2014-09-12fiscal FY 201423580000939057-14-000395
10-Q2014-05-07fiscal Q3 201422570000939057-14-000202
10-Q2014-02-07fiscal Q2 201422570000939057-14-000046
10-Q2013-11-06fiscal Q1 201422430000939057-13-000486
10-K2013-09-13fiscal FY 201325700000939057-13-000409
10-Q2013-05-09fiscal Q3 201322570000939057-13-000176
10-Q2013-02-07fiscal Q2 201322570000939057-13-000043
10-Q/A2012-12-04fiscal Q1 201319380000939057-12-000363
10-K2012-09-14fiscal FY 201221470000939057-12-000278
10-Q2012-05-07fiscal Q3 201219470000939057-12-000129
10-Q2012-02-06fiscal Q2 201219440000939057-12-000040
10-Q2011-11-10fiscal Q1 201217320000939057-11-000331

Inspect the source

Entity
Anchor Bancorp / CIK 0001448301
Captured
SEC response SHA-256
a1de4afb1453b7a1af2b1eab331764059535ace0f4eb262a2bf70626bfb1b26f

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