Skip to content

Farmers and Merchants Bancshares, Inc.: filings

Every Farmers and Merchants Bancshares, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 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-11fiscal Q2 202624700001437749-26-027027
10-Q2026-05-15fiscal Q1 202624520001437749-26-017230
10-K2026-03-26fiscal FY 202533670001437749-26-009952
10-Q2025-11-14fiscal Q3 202524700001437749-25-035228
10-Q2025-08-14fiscal Q2 202524700001437749-25-026658
10-Q2025-05-15fiscal Q1 202524520001437749-25-017235
10-K2025-03-13fiscal FY 202433670001437749-25-007333
10-Q2024-11-14fiscal Q3 202424700001437749-24-035284
10-Q2024-08-14fiscal Q2 202424710001437749-24-026579
10-Q2024-05-14fiscal Q1 202424520001437749-24-016592
10-K2024-03-11fiscal FY 202332680001437749-24-007276
10-Q2023-11-14fiscal Q3 202324670001437749-23-031906
10-Q2023-08-14fiscal Q2 202323640001437749-23-023647
10-Q2023-05-15fiscal Q1 202322460001437749-23-014479
10-K2023-03-10fiscal FY 202229600001437749-23-006153
10-Q2022-11-14fiscal Q3 202224650001437749-22-027142
10-Q2022-08-15fiscal Q2 202224650001437749-22-020432
10-Q2022-05-13fiscal Q1 202222450001437749-22-012261
10-K2022-03-11fiscal FY 202128580001437749-22-005951
10-Q2021-11-15fiscal Q3 202122570001437749-21-026636
10-Q2021-08-16fiscal Q2 202121530001437749-21-020014
10-Q2021-05-17fiscal Q1 202120410001437749-21-012390
10-K2021-03-19fiscal FY 202027690001437749-21-006559
10-Q2020-11-10fiscal Q3 202020530001437749-20-023297
10-Q2020-08-07fiscal Q2 202019500001437749-20-017073
10-Q2020-05-13fiscal Q1 202018370001437749-20-010504
10-K2020-03-06fiscal FY 201926670001437749-20-004519
10-Q2019-11-13fiscal Q3 201920480001437749-19-022612
10-Q2019-08-08fiscal Q2 201920480001437749-19-015897
10-Q2019-05-14fiscal Q1 201919370001437749-19-009820
10-K2019-03-21fiscal FY 201825660001437749-19-005380
10-Q2018-11-13fiscal Q3 201819490001437749-18-020408
10-Q2018-08-10fiscal Q2 201819490001437749-18-015157
10-Q2018-05-14fiscal Q1 201818400001144204-18-028185
10-K2018-03-28fiscal FY 201725680001144204-18-017536
10-Q2017-11-13fiscal Q3 201717460001144204-17-057983
10-Q2017-08-11fiscal Q2 201714400001144204-17-042273
10-Q2017-06-02fiscal Q1 201714320001144204-17-030810

Inspect the source

Entity
Farmers and Merchants Bancshares, Inc. / CIK 0001698022
Captured
2026-09-21T17:24:30.805Z
SEC response SHA-256
3f25a9c0895eae597ba9e1579e217fd11dde11805ea478cae6a5f4b3f59154df

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