Skip to content

Metropolitan Bank Holding Corp.: filings

Every Metropolitan Bank Holding Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 36 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-07-31fiscal Q2 202625740001104659-26-089011
10-Q2026-05-08fiscal Q1 202625540001104659-26-057925
10-K2026-02-20fiscal FY 202536930001104659-26-018208
10-Q2025-11-07fiscal Q3 202525730001104659-25-108171
10-Q2025-08-01fiscal Q2 202525730001558370-25-009986
10-Q2025-05-02fiscal Q1 202525530001558370-25-006192
10-K2025-02-28fiscal FY 202434900001558370-25-001884
10-Q2024-11-08fiscal Q3 202424720001558370-24-015052
10-Q2024-08-02fiscal Q2 202424720001558370-24-010721
10-Q2024-05-03fiscal Q1 202425540001558370-24-006655
10-K2024-02-28fiscal FY 202336940001558370-24-001997
10-Q2023-11-03fiscal Q3 202325760001558370-23-017511
10-Q2023-08-04fiscal Q2 202325760001558370-23-013323
10-Q2023-05-04fiscal Q1 202325540001558370-23-008079
10-K2023-02-28fiscal FY 2022361380001558370-23-002263
10-Q2022-10-31fiscal Q3 202229820001558370-22-015649
10-Q2022-08-09fiscal Q2 202228810001558370-22-012855
10-Q2022-05-06fiscal Q1 202228590001558370-22-007627
10-K2022-03-10fiscal FY 2021331150001558370-22-003202
10-Q2021-11-03fiscal Q3 202127790001558370-21-014302
10-Q2021-08-04fiscal Q2 202126780001558370-21-010166
10-Q2021-05-05fiscal Q1 202125540001558370-21-005944
10-K2021-03-08fiscal FY 2020311120001558370-21-002554
10-Q2020-11-04fiscal Q3 202025750001558370-20-012568
10-Q2020-08-05fiscal Q2 202025750001558370-20-009349
10-Q2020-05-05fiscal Q1 202026550001558370-20-005228
10-K2020-03-09fiscal FY 2019321140001558370-20-002220
10-Q2019-11-08fiscal Q3 201928830001558370-19-010553
10-Q2019-08-07fiscal Q2 201928830001558370-19-007478
10-Q2019-05-09fiscal Q1 201927570001558370-19-004667
10-K2019-03-13fiscal FY 2018341170001558370-19-001919
10-Q2018-11-13fiscal Q3 201827780001558370-18-009294
10-Q2018-08-14fiscal Q2 201827780001144204-18-044200
10-Q2018-05-15fiscal Q1 201824510001144204-18-028425
10-K2018-03-28fiscal FY 2017331370001144204-18-017601
10-Q2017-12-19fiscal Q3 201728790001144204-17-064208

Inspect the source

Entity
Metropolitan Bank Holding Corp. / CIK 0001476034
Captured
2026-09-20T09:08:11.013Z
SEC response SHA-256
7c0c621bdcb2ba60ddb3800c47bfc78de00c4dfa5b7c49df40c6c7655a426646

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