Skip to content

CORTLAND BANCORP INC: filings

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

Filing record ends 2021-08-05

The latest filing in this captured record is a 10-Q filed 2021-08-05. No later filing is in the SEC companyfacts record captured on 2026-09-23. CORTLAND BANCORP 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-Q2021-08-05fiscal Q2 202123650001437749-21-018745
10-Q2021-05-13fiscal Q1 202123470001437749-21-011958
10-K2021-03-17fiscal FY 202031800001437749-21-006324
10-Q2020-11-05fiscal Q3 202023650001437749-20-022682
10-Q2020-08-10fiscal Q2 202023650001437749-20-017259
10-Q2020-05-14fiscal Q1 202023460001564590-20-025317
10-K2020-03-05fiscal FY 201933830001564590-20-008875
10-Q2019-11-07fiscal Q3 201926690001564590-19-041503
10-Q2019-08-08fiscal Q2 201926710001564590-19-030505
10-Q2019-05-09fiscal Q1 201925510001564590-19-017710
10-K2019-03-07fiscal FY 201830820001564590-19-006746
10-Q2018-11-08fiscal Q3 201823680001564590-18-028459
10-Q2018-08-09fiscal Q2 201823670001564590-18-020911
10-Q2018-05-10fiscal Q1 201819410001564590-18-012900
10-K2018-03-22fiscal FY 201724650001564590-18-006552
10-Q2017-11-09fiscal Q3 201719590001564590-17-023041
10-Q2017-08-10fiscal Q2 201718580001564590-17-017213
10-Q2017-05-11fiscal Q1 201718400001564590-17-010507
10-K2017-03-23fiscal FY 201625680001564590-17-005125
10-Q2016-11-10fiscal Q3 201619610001564590-16-028857
10-Q2016-08-10fiscal Q2 201619610001564590-16-023892
10-Q2016-05-11fiscal Q1 201616380001564590-16-019095
10-K2016-03-24fiscal FY 201522600001564590-16-015228
10-Q2015-11-12fiscal Q3 201517520001564590-15-010559
10-Q2015-08-11fiscal Q2 201517520001564590-15-006993
10-Q2015-05-13fiscal Q1 201515350001564590-15-004148
10-K2015-03-24fiscal FY 201421560001564590-15-001931
10-Q2014-11-12fiscal Q3 201415460001564590-14-005529
10-Q2014-08-12fiscal Q2 201415460001564590-14-003540
10-Q2014-05-14fiscal Q1 201418400001564590-14-002146
10-K2014-03-28fiscal FY 201324650001564590-14-001079
10-Q2013-11-13fiscal Q3 201318520001564590-13-001314
10-Q2013-08-13fiscal Q2 201318520001564590-13-000335
10-Q/A2013-05-15fiscal Q1 201318400001564590-13-000067
10-Q2013-05-15fiscal Q1 201318400001564590-13-000028
10-K2013-03-29fiscal FY 201225660001193125-13-134262
10-Q2012-11-13fiscal Q3 201218520001193125-12-467402
10-Q2012-08-13fiscal Q2 201218520001193125-12-351644
10-Q2012-05-14fiscal Q1 201216360001193125-12-231719
10-K2012-03-29fiscal FY 201118480001193125-12-140180
10-Q2011-11-14fiscal Q3 201118500000950123-11-098516
10-Q2011-08-15fiscal Q2 201118520000950123-11-077585

Inspect the source

Entity
CORTLAND BANCORP INC / CIK 0000774569
Captured
SEC response SHA-256
f316f2d83bc26634e073606f26a9f7adba9acbf5ed79efabd0db85c92dca208a

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