Skip to content

UNITED BANCSHARES INC/OH: filings

Every UNITED BANCSHARES INC/OH 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-03-13

The latest filing in this captured record is a 10-K filed 2023-03-13. No later filing is in the SEC companyfacts record captured on 2026-09-20. UNITED BANCSHARES INC/OH 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-K2023-03-13fiscal FY 2022331140001437749-23-006386
10-Q2022-11-08fiscal Q3 202224700001437749-22-026222
10-Q2022-08-11fiscal Q2 202224690001437749-22-020159
10-Q2022-05-06fiscal Q1 202224500001437749-22-011352
10-K2022-03-07fiscal FY 2021321120001437749-22-005332
10-Q2021-11-02fiscal Q3 202125740001437749-21-024933
10-Q2021-08-03fiscal Q2 202123680001437749-21-018379
10-Q2021-05-04fiscal Q1 202123500001437749-21-010761
10-K2021-03-05fiscal FY 2020311070001437749-21-005151
10-Q2020-10-30fiscal Q3 202023680001437749-20-022120
10-Q2020-08-04fiscal Q2 202021600001437749-20-016525
10-Q2020-05-08fiscal Q1 202021460001437749-20-010101
10-K2020-03-06fiscal FY 2019321090001437749-20-004521
10-Q2019-10-31fiscal Q3 201921600001437749-19-021087
10-Q2019-07-29fiscal Q2 201921600001437749-19-014818
10-Q2019-04-26fiscal Q1 201921460001437749-19-008038
10-K2019-03-04fiscal FY 2018311070001437749-19-003942
10-Q2018-10-26fiscal Q3 201821580001437749-18-018888
10-Q2018-07-26fiscal Q2 201820560001144204-18-040120
10-Q2018-04-26fiscal Q1 201820440001144204-18-022681
10-K2018-03-02fiscal FY 201730990001144204-18-012571
10-Q2017-10-30fiscal Q3 201721570001144204-17-054799
10-Q2017-07-27fiscal Q2 201721570001144204-17-038696
10-Q2017-04-27fiscal Q1 201718390001144204-17-022629
10-K2017-03-02fiscal FY 201627920001144204-17-012499
10-Q2016-10-27fiscal Q3 201616440001144204-16-129890
10-Q2016-07-21fiscal Q2 201616440001144204-16-113903
10-Q2016-04-25fiscal Q1 201616360001144204-16-096099
10-K2016-03-09fiscal FY 2015301010001144204-16-086901
10-Q2015-10-29fiscal Q3 201524680001144204-15-061572
10-Q2015-08-14fiscal Q2 201524680001144204-15-049560
10-Q2015-05-13fiscal Q1 201523500001144204-15-030159
10-K2015-03-18fiscal FY 2014301000001144204-15-017014
10-Q2014-10-29fiscal Q3 201424670001437749-14-019022
10-K2014-09-05fiscal FY 201329960001437749-14-016579
10-Q2014-07-29fiscal Q2 201424670001437749-14-013600
10-Q2014-04-24fiscal Q1 201424510001437749-14-007104
10-K2014-03-19fiscal FY 201329960001437749-14-004605
10-Q2013-10-25fiscal Q3 201320600001437749-13-013430
10-Q2013-07-31fiscal Q2 201320600001437749-13-009678
10-Q2013-04-26fiscal Q1 201321450001437749-13-004786
10-K2013-03-27fiscal FY 201229970001437749-13-003541
10-Q2012-11-01fiscal Q3 201222640001437749-12-010821
10-Q2012-08-01fiscal Q2 201222640001437749-12-007525
10-Q2012-05-01fiscal Q1 201222490001437749-12-004352
10-K2012-03-28fiscal FY 201120540001437749-12-002870
10-Q2011-11-04fiscal Q3 201122620001437749-11-008076
10-Q2011-08-04fiscal Q2 201122620001437749-11-005479

Inspect the source

Entity
UNITED BANCSHARES INC/OH / CIK 0001087456
Captured
2026-09-20T05:21:31.233Z
SEC response SHA-256
63f9f879367bae36b87eb33ab0e9db37c19c8703180115ea94224fd806dd9ba0

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