Skip to content

OCONEE FEDERAL FINANCIAL CORP.: filings

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

Filing record ends 2023-05-12

The latest filing in this captured record is a 10-Q filed 2023-05-12. No later filing is in the SEC companyfacts record captured on 2026-09-23. OCONEE FEDERAL 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-Q2023-05-12fiscal Q3 202331890001387131-23-006412
10-Q2023-02-13fiscal Q2 202331890001387131-23-001835
10-Q2022-11-14fiscal Q1 202331650001387131-22-011344
10-K2022-09-20fiscal FY 202237750001387131-22-009894
10-Q2022-05-13fiscal Q3 202132910001387131-22-006082
10-Q2022-02-11fiscal Q2 202131890001387131-22-001619
10-Q2021-11-12fiscal Q1 202129610001387131-21-010992
10-K2021-09-21fiscal FY 202136730001387131-21-009547
10-Q2021-05-14fiscal Q3 202129830001387131-21-005634
10-Q2021-02-12fiscal Q2 202129830001387131-21-002161
10-Q2020-11-13fiscal Q1 202129610001387131-20-009871
10-K2020-09-22fiscal FY 202035710001387131-20-008427
10-Q2020-05-14fiscal Q3 202029840001387131-20-004733
10-Q2020-02-13fiscal Q2 202028820001387131-20-001495
10-Q2019-11-13fiscal Q1 202028600001387131-19-008601
10-K2019-09-23fiscal FY 201935710001387131-19-007081
10-Q2019-05-14fiscal Q3 201928800001387131-19-003568
10-Q2019-02-13fiscal Q2 201928800001387131-19-001104
10-Q2018-11-09fiscal Q1 201928600001387131-18-006048
10-K2018-09-24fiscal FY 201833680001387131-18-004923
10-Q2018-05-14fiscal Q3 201828800001387131-18-002092
10-Q2018-05-14fiscal Q3 201828800001387131-18-002074
10-Q2018-02-13fiscal Q2 201827780001387131-18-000571
10-Q2017-11-13fiscal Q1 201824520001144204-17-058323
10-K2017-09-15fiscal FY 201729600001571049-17-007913
10-Q2017-05-12fiscal Q3 201724720001571049-17-004969
10-Q2017-02-10fiscal Q2 201724720001571049-17-001212
10-Q2016-11-14fiscal Q1 201724510001571049-16-019857
10-K2016-09-28fiscal FY 201629610001571049-16-018510
10-Q2016-05-13fiscal Q3 201624720001571049-16-015292
10-Q2016-02-16fiscal Q2 201624710001571049-16-011825
10-Q2015-11-16fiscal Q1 201623520001571049-15-009333
10-K2015-09-28fiscal FY 201529590001571049-15-008024
10-Q2015-05-15fiscal Q3 201524700001571049-15-004373
10-Q2015-02-23fiscal Q2 201524710001571049-15-001336
10-Q2014-11-14fiscal Q1 201523480001571049-14-006424
10-K2014-09-29fiscal FY 201427560001047469-14-007956
10-Q2014-05-15fiscal Q3 201422680001104659-14-039370
10-Q2014-02-14fiscal Q2 201422680001104659-14-010705
10-Q2013-11-14fiscal Q1 201422470001104659-13-084866
10-K2013-09-26fiscal FY 201327560001047469-13-009334
10-Q2013-05-15fiscal Q3 201322660001104659-13-042008
10-Q2013-02-13fiscal Q2 201322660001104659-13-010232
10-Q2012-11-07fiscal Q1 201321430001104659-12-075426
10-K2012-09-26fiscal FY 201229570001047469-12-009110
10-Q2012-05-15fiscal Q3 201218500001104659-12-037583
10-Q2012-02-14fiscal Q2 201218500001104659-12-009805
10-Q2011-11-14fiscal Q1 201217360001104659-11-064012

Inspect the source

Entity
OCONEE FEDERAL FINANCIAL CORP. / CIK 0001501078
Captured
SEC response SHA-256
0969b0b0d311717d3021e8cd435944476b2797251d674646fefaff53b953f589

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