Skip to content

STANDARD AVB FINANCIAL CORP.: filings

Every STANDARD AVB FINANCIAL CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 28 filings, each linked to its SEC index.

Filing record ends 2021-05-14

The latest filing in this captured record is a 10-Q filed 2021-05-14. No later filing is in the SEC companyfacts record captured on 2026-09-23. STANDARD AVB FINANCIAL 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-05-14fiscal Q1 202128600001558370-21-007194
10-K2021-03-31fiscal FY 202031640001558370-21-003787
10-Q2020-11-09fiscal Q3 202028820001558370-20-013300
10-Q2020-08-10fiscal Q2 202029840001558370-20-010113
10-Q2020-05-11fiscal Q1 202027580001558370-20-006194
10-K2020-03-16fiscal FY 201931640001104659-20-033709
10-Q2019-11-12fiscal Q3 201927770001104659-19-062748
10-Q2019-08-09fiscal Q2 201928770001144204-19-038849
10-Q2019-05-10fiscal Q1 201927550001144204-19-025213
10-K2019-03-18fiscal FY 201830610001144204-19-014657
10-Q2018-11-09fiscal Q3 201826690001144204-18-058693
10-Q2018-08-09fiscal Q2 201826720001144204-18-043216
10-Q2018-05-10fiscal Q1 201821410001144204-18-026929
10-K2018-04-02fiscal FY 201725720001144204-18-018509
10-Q2017-11-14fiscal Q3 201719580001144204-17-058843
10-Q2017-09-29fiscal Q1 201719390001571049-17-008047
10-Q2017-08-14fiscal Q3 201719570001571049-17-007472
10-Q2017-05-15fiscal Q2 201719560001571049-17-004993
10-K2013-12-19fiscal FY 201324790001104659-13-091099
10-Q2013-08-08fiscal Q3 201321610001104659-13-061333
10-Q2013-05-09fiscal Q2 201321620001104659-13-039307
10-Q2013-02-07fiscal Q1 201321430001104659-13-008234
10-K2012-12-20fiscal FY 201225790001047469-12-011340
10-Q2012-08-09fiscal Q3 201217470001104659-12-056212
10-Q2012-05-10fiscal Q2 201220530001193125-12-224807
10-Q2012-02-08fiscal Q1 201221400001193125-12-045798
10-K2011-12-15fiscal FY 201119380001193125-11-341620
10-Q2011-08-10fiscal Q3 201119470001193125-11-217496

Inspect the source

Entity
STANDARD AVB FINANCIAL CORP. / CIK 0001492915
Captured
SEC response SHA-256
1460638ac99a203b2f854fa4d7ffd839709ba88615b28d29255d1ae71cfd090a

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