Skip to content

Amerant Bancorp Inc.: filings

Every Amerant Bancorp Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 33 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 202627780001734342-26-000079
10-Q2026-05-01fiscal Q1 202627580001734342-26-000037
10-K2026-02-27fiscal FY 202536930001734342-26-000017
10-Q2025-10-31fiscal Q3 202527820001734342-25-000067
10-Q2025-08-01fiscal Q2 202526760001734342-25-000050
10-Q2025-05-02fiscal Q1 202526560001734342-25-000034
10-K2025-03-05fiscal FY 202434930001734342-25-000023
10-Q2024-11-04fiscal Q3 202428860001734342-24-000058
10-Q2024-08-02fiscal Q2 202427800001734342-24-000048
10-Q2024-05-03fiscal Q1 202428600001734342-24-000032
10-K2024-03-07fiscal FY 202336960001734342-24-000019
10-Q2023-10-27fiscal Q3 202331960001734342-23-000072
10-Q2023-07-31fiscal Q2 202332940001734342-23-000049
10-Q2023-05-02fiscal Q1 202332680001734342-23-000032
10-K2023-03-01fiscal FY 202237970001734342-23-000016
10-Q2022-10-28fiscal Q3 202232980001734342-22-000057
10-Q2022-07-29fiscal Q2 202232940001734342-22-000044
10-Q2022-04-29fiscal Q1 202232680001734342-22-000023
10-K2022-03-04fiscal FY 202137980001734342-22-000010
10-Q2021-10-29fiscal Q3 202131940001734342-21-000064
10-Q2021-07-30fiscal Q2 202130850001734342-21-000055
10-Q2021-05-07fiscal Q1 202128570001734342-21-000035
10-K2021-03-19fiscal FY 202030810001734342-21-000023
10-Q2020-11-06fiscal Q3 202026800001734342-20-000069
10-Q2020-08-07fiscal Q2 202026760001734342-20-000055
10-Q2020-05-08fiscal Q1 202026560001734342-20-000026
10-K2020-03-16fiscal FY 201930810001734342-20-000013
10-Q2019-11-12fiscal Q3 201926720001734342-19-000025
10-Q2019-08-12fiscal Q2 201926720001734342-19-000019
10-Q2019-05-10fiscal Q1 201926560001734342-19-000011
10-K2019-04-01fiscal FY 201829790001734342-19-000010
10-Q2018-11-13fiscal Q3 201819510001734342-18-000017
10-Q2018-09-21fiscal Q2 201819520001734342-18-000007

Inspect the source

Entity
Amerant Bancorp Inc. / CIK 0001734342
Captured
2026-09-21T17:25:28.493Z
SEC response SHA-256
8e3f70e84552203ee78de22fdee2c8dcec55e4f451d7f8f2d6400f9b557670ed

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