Skip to content

UNITED BANCSHARES INC /PA: filings

Every UNITED BANCSHARES INC /PA 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 2022-11-08

The latest filing in this captured record is a 10-Q filed 2022-11-08. No later filing is in the SEC companyfacts record captured on 2026-09-23. UNITED BANCSHARES INC /PA 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-11-08fiscal Q3 201927830001096906-22-002676
10-Q2022-11-08fiscal Q2 201926790001096906-22-002675
10-Q2022-11-08fiscal Q1 201927570001096906-22-002674
10-K2022-07-18fiscal FY 201825520001096906-22-001652
10-Q/A2021-10-08fiscal Q3 201824800001096906-21-002494
10-Q/A2021-10-07fiscal Q2 201824760001096906-21-002474
10-Q/A2021-10-07fiscal Q1 201824540001096906-21-002463
10-K2021-05-24fiscal FY 201726860001096906-21-001248
10-Q2020-11-04fiscal Q3 201725800001096906-20-000181
10-Q2020-11-04fiscal Q2 201725760001096906-20-000178
10-Q2020-11-04fiscal Q1 201725560001096906-20-000177
10-K/A2020-02-10fiscal FY 201626860001445866-20-000107
10-Q2018-12-03fiscal Q3 201623660001445866-18-001327
10-Q2018-12-03fiscal Q2 201622640001445866-18-001325
10-Q2018-12-03fiscal Q1 201623480001445866-18-001323
10-K2017-06-30fiscal FY 201525840001445866-17-000975
10-Q2016-01-08fiscal Q3 201522620001445866-16-001504
10-Q2015-09-14fiscal Q2 201522620001445866-15-001056
10-Q2015-09-11fiscal Q1 201522460001445866-15-001053
10-K2015-06-29fiscal FY 201426830001445866-15-000752
10-Q2015-06-29fiscal Q3 201422590001445866-15-000750
10-Q2015-06-29fiscal Q2 201422600001445866-15-000748
10-Q2014-06-09fiscal Q1 201422450001445866-14-000743
10-K/A2014-04-11fiscal FY 201326520001445866-14-000298
10-Q/A2014-04-11fiscal Q3 201323660001445866-14-000296
10-Q/A2013-08-28fiscal Q2 201320560001445866-13-001027
10-Q2013-06-03fiscal Q1 201319400001445866-13-000725
10-K/A2013-05-31fiscal FY 201221750001445866-13-000715
10-Q/A2013-01-08fiscal Q3 201222600001445866-13-000025
10-Q/A2012-11-01fiscal Q1 201215320001445866-12-000807
10-Q/A2012-11-01fiscal Q2 201222600001445866-12-000799
10-K/A2012-10-31fiscal FY 201114290001445866-12-000797
10-Q/A2011-11-15fiscal Q3 201118480000950159-11-000770
10-Q/A2011-09-28fiscal Q2 201118480000950159-11-000621

Inspect the source

Entity
UNITED BANCSHARES INC /PA / CIK 0000944792
Captured
SEC response SHA-256
656b8c4f83d8ff9cf38c1408d9e553d43abd9df108aad9c50a4d6331251276e2

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