Skip to content

UNITED COMMUNITY FINANCIAL CORP: filings

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

Filing record ends 2019-11-08

The latest filing in this captured record is a 10-Q filed 2019-11-08. No later filing is in the SEC companyfacts record captured on 2026-09-22. UNITED COMMUNITY 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-Q2019-11-08fiscal Q3 201934980001564590-19-042241
10-Q2019-08-08fiscal Q2 201933900001564590-19-030691
10-Q2019-05-09fiscal Q1 201933650001564590-19-017724
10-K2019-03-13fiscal FY 2018361470001564590-19-007564
10-Q2018-11-09fiscal Q3 201830830001564590-18-028879
10-Q2018-08-07fiscal Q2 201830830001564590-18-019858
10-Q2018-05-04fiscal Q1 201825530001564590-18-010955
10-K2018-03-14fiscal FY 2017321340001564590-18-005628
10-Q2017-11-09fiscal Q3 201726740001564590-17-023042
10-Q2017-08-09fiscal Q2 201726740001564590-17-016871
10-Q2017-05-10fiscal Q1 201725530001564590-17-010290
10-K2017-03-10fiscal FY 2016321330001564590-17-004005
10-Q2016-11-08fiscal Q3 201625720001564590-16-028305
10-Q2016-08-05fiscal Q2 201625720001564590-16-022992
10-Q2016-05-09fiscal Q1 201624520001564590-16-018477
10-K2016-03-11fiscal FY 2015331350001564590-16-014531
10-Q2015-11-04fiscal Q3 201525760001564590-15-009390
10-Q2015-08-06fiscal Q2 201524760001564590-15-006305
10-Q2015-05-07fiscal Q1 201522470001564590-15-003612
10-K2015-03-13fiscal FY 2014311180001564590-15-001622
10-Q2014-11-10fiscal Q3 201425740001564590-14-005366
10-Q2014-08-07fiscal Q2 201425730001193125-14-300846
10-Q2014-05-08fiscal Q1 201423480001193125-14-190205
10-K2014-03-14fiscal FY 2013341220001193125-14-100259
10-Q2013-11-08fiscal Q3 201328770001193125-13-435301
10-Q2013-08-09fiscal Q2 201328730001193125-13-329229
10-Q2013-05-10fiscal Q1 201326530001193125-13-214277
10-K2013-03-15fiscal FY 2012341190001193125-13-110058
10-Q2012-11-13fiscal Q3 201226710001193125-12-465800
10-Q2012-08-14fiscal Q2 201224660001193125-12-355614
10-Q2012-05-08fiscal Q1 201220420001193125-12-218668
10-K2012-03-16fiscal FY 201122570001193125-12-117887
10-Q2011-11-14fiscal Q3 201122620000950123-11-098577
10-Q2011-08-12fiscal Q2 201122600000950123-11-076869

Inspect the source

Entity
UNITED COMMUNITY FINANCIAL CORP / CIK 0000707886
Captured
SEC response SHA-256
0c77a6cf17fbfdb965d6e85dd32d5d575cbd223b162758d712682776f8455359

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