Skip to content

OTELCO INC.: filings

Every OTELCO INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 41 filings, each linked to its SEC index.

Filing record ends 2021-03-16

The latest filing in this captured record is a 10-K filed 2021-03-16. No later filing is in the SEC companyfacts record captured on 2026-09-22. OTELCO INC. 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-K2021-03-16fiscal FY 2020491600001104659-21-037194
10-Q2020-11-03fiscal Q3 2020431200001104659-20-121005
10-Q2020-08-04fiscal Q2 2020431160001104659-20-090342
10-Q2020-05-04fiscal Q1 202042860001104659-20-056273
10-K/A2020-03-10fiscal FY 2019491600001104659-20-031395
10-Q2019-11-05fiscal Q3 2019421180001104659-19-060107
10-Q2019-08-13fiscal Q2 2019421150001144204-19-039603
10-Q2019-05-08fiscal Q1 201942850001144204-19-024535
10-K2019-03-08fiscal FY 2018451550001144204-19-012912
10-Q2018-11-07fiscal Q3 2018381000001144204-18-058034
10-Q2018-08-13fiscal Q2 2018391040001144204-18-044055
10-Q2018-05-11fiscal Q1 201839790001144204-18-027673
10-K2018-03-13fiscal FY 2017441560001144204-18-014360
10-Q2017-11-08fiscal Q3 201738990001144204-17-057008
10-Q2017-08-04fiscal Q2 2017381000001571049-17-007227
10-Q2017-05-04fiscal Q1 201738770001571049-17-004426
10-K2017-03-14fiscal FY 2016441550001571049-17-002388
10-Q2016-11-07fiscal Q3 2016381000001571049-16-019570
10-Q2016-08-03fiscal Q2 2016381010001571049-16-017042
10-Q2016-05-05fiscal Q1 201638770001571049-16-014852
10-K2016-03-11fiscal FY 2015431540001571049-16-012932
10-Q2015-11-06fiscal Q3 2015391050001571049-15-008899
10-Q2015-08-07fiscal Q2 2015391050001571049-15-006391
10-Q2015-05-07fiscal Q1 201539780001571049-15-003763
10-K2015-03-16fiscal FY 2014441540001571049-15-001968
10-Q2014-11-14fiscal Q3 201438990001571049-14-006370
10-Q2014-08-08fiscal Q2 201435910001571049-14-003805
10-Q2014-05-12fiscal Q1 201434700001571049-14-001693
10-K2014-03-14fiscal FY 2013411390001571049-14-000825
10-Q2013-11-12fiscal Q3 201336940001188112-13-003341
10-Q2013-08-08fiscal Q2 201336940001188112-13-002331
10-Q2013-05-09fiscal Q1 201332650001188112-13-001443
10-K2013-04-02fiscal FY 2012401020001188112-13-000919
10-K/A2012-11-26fiscal FY 201137950001188112-12-003481
10-Q2012-11-07fiscal Q3 201235910001188112-12-003273
10-Q2012-08-08fiscal Q2 201237940001188112-12-002428
10-Q2012-05-07fiscal Q1 201234700001188112-12-001403
10-K2012-03-05fiscal FY 201137950001188112-12-000583
10-Q2011-11-04fiscal Q3 201137950001188112-11-003076
10-Q2011-08-05fiscal Q2 201137970001188112-11-002117
10-Q2011-05-06fiscal Q1 201136730001188112-11-001304

Inspect the source

Entity
OTELCO INC. / CIK 0001288359
Captured
SEC response SHA-256
e120a0351c2814cd309de197f8c9870fbb985d84e8d250a0d69d726992c518bd

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