Skip to content

Bogota Financial Corp.: filings

Every Bogota Financial Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 29 filings, each linked to its SEC index.

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-Q2026-08-13fiscal Q2 202628780001437749-26-027724
10-Q2026-05-13fiscal Q1 202627560001437749-26-016650
10-K2026-03-27fiscal FY 202532640001437749-26-010056
10-Q2025-11-12fiscal Q3 202529840001437749-25-034382
10-Q2025-08-13fiscal Q2 202528780001437749-25-026394
10-Q2025-05-13fiscal Q1 202528580001437749-25-016407
10-K2025-03-28fiscal FY 202432640001437749-25-009807
10-Q2024-11-14fiscal Q3 202427800001437749-24-035128
10-Q2024-08-14fiscal Q2 202426740001437749-24-026803
10-Q2024-05-15fiscal Q1 202427560001437749-24-016999
10-K2024-03-28fiscal FY 202330600001437749-24-009812
10-Q2023-11-13fiscal Q3 202328840001437749-23-031606
10-Q2023-08-11fiscal Q2 202326770000950170-23-041807
10-Q/A2023-06-13fiscal Q1 202325530000950170-23-027683
10-Q2023-05-12fiscal Q1 202325530000950170-23-021803
10-K2023-03-24fiscal FY 202230590000950170-23-009720
10-Q2022-11-08fiscal Q3 202226800000950170-22-023016
10-Q2022-08-11fiscal Q2 202226740000950170-22-016838
10-Q2022-05-13fiscal Q1 202226510000950170-22-009846
10-K2022-03-29fiscal FY 202131590000950170-22-004919
10-Q2021-11-12fiscal Q3 202127780000950170-21-004358
10-Q2021-08-11fiscal Q2 202122630001564590-21-043462
10-Q2021-05-14fiscal Q1 202122470001564590-21-028059
10-K2021-03-26fiscal FY 202024450001564590-21-015746
10-Q2020-11-06fiscal Q3 202022610001564590-20-051945
10-Q2020-08-12fiscal Q2 202022560001564590-20-039673
10-Q2020-05-26fiscal Q1 202022420001193125-20-150346
10-K2020-03-30fiscal FY 201919400001564590-20-014240
10-Q2019-12-23fiscal Q3 201917540001193125-19-322658

Inspect the source

Entity
Bogota Financial Corp. / CIK 0001787414
Captured
2026-09-21T17:27:30.893Z
SEC response SHA-256
bc7a1afb184d3b6840daa4a9cb933e9333881ad82ee27741d4cbf16c9c83f8c4

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