Skip to content

WVS Financial Corp.: filings

Every WVS Financial Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 43 filings, each linked to its SEC index.

Filing record ends 2022-05-13

The latest filing in this captured record is a 10-Q filed 2022-05-13. No later filing is in the SEC companyfacts record captured on 2026-09-23. WVS 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-Q2022-05-13fiscal Q3 202124700001437749-22-012398
10-Q2022-02-14fiscal Q2 202124700001437749-22-003288
10-Q2021-11-15fiscal Q1 202124530000891092-21-007361
10-K2021-09-15fiscal FY 2021251270001193125-21-274070
10-Q2021-05-14fiscal Q3 202123720001193125-21-162120
10-Q2021-02-12fiscal Q2 202123720001193125-21-041751
10-Q2020-11-13fiscal Q1 202123520001193125-20-293050
10-K2020-09-11fiscal FY 2020251270001193125-20-244231
10-Q2020-05-15fiscal Q3 202024740001193125-20-144024
10-Q2020-02-13fiscal Q2 202024730001193125-20-035745
10-Q2019-11-13fiscal Q1 202024530001193125-19-291120
10-K2019-09-13fiscal FY 2019261290001193125-19-244963
10-Q2019-05-14fiscal Q3 201925750001193125-19-146663
10-Q2019-02-14fiscal Q2 201925710001193125-19-041088
10-Q2018-11-14fiscal Q1 201923490001193125-18-326807
10-K2018-09-13fiscal FY 2018261290001193125-18-272889
10-Q2018-05-11fiscal Q3 201824690000950123-18-004958
10-Q2018-02-12fiscal Q2 201824690001193125-18-040326
10-Q2017-11-09fiscal Q1 201724500001193125-17-338963
10-K2017-09-14fiscal FY 2017261290001193125-17-285239
10-Q2017-05-12fiscal Q3 201720620001193125-17-168773
10-Q2017-02-13fiscal Q2 201720620001193125-17-040721
10-Q2016-11-14fiscal Q1 201720440001193125-16-767870
10-K2016-09-15fiscal FY 2016221170001193125-16-711071
10-Q2016-05-16fiscal Q3 201621640001193125-16-591937
10-Q2016-02-12fiscal Q2 201621640001193125-16-462411
10-Q2015-11-13fiscal Q1 201622480001193125-15-377087
10-K2015-09-17fiscal FY 2015261290001193125-15-322419
10-Q2015-05-14fiscal Q3 201523660001193125-15-187989
10-Q2015-02-13fiscal Q2 201523660001193125-15-050371
10-Q2014-11-14fiscal Q1 201523490001193125-14-413195
10-K2014-09-18fiscal FY 2014261290001193125-14-345609
10-Q2014-05-15fiscal Q3 201423680001193125-14-201264
10-Q2014-02-14fiscal Q2 201423650001193125-14-054719
10-Q2013-11-14fiscal Q1 201423480001193125-13-442105
10-K2013-09-19fiscal FY 2013261290001193125-13-371713
10-Q2013-05-13fiscal Q3 201323650001193125-13-216644
10-Q2013-02-13fiscal Q2 201323640001193125-13-055265
10-Q2012-11-13fiscal Q1 201323480001193125-12-467342
10-K/A2012-09-19fiscal FY 2012281030001193125-12-396587
10-Q2012-05-11fiscal Q3 201222590001193125-12-228335
10-Q2012-02-10fiscal Q2 201222590001193125-12-052466
10-Q2011-11-09fiscal Q1 201222440001193125-11-304501

Inspect the source

Entity
WVS Financial Corp. / CIK 0000910679
Captured
SEC response SHA-256
9faf4162c15b829f2d3d6ac345a11d454957402bc1c8a1a341ec44cc85226dbb

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