Skip to content

IBERIABANK CORP: filings

Every IBERIABANK CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 37 filings, each linked to its SEC index.

Filing record ends 2020-05-08

The latest filing in this captured record is a 10-Q filed 2020-05-08. No later filing is in the SEC companyfacts record captured on 2026-09-22. IBERIABANK CORP 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-Q2020-05-08fiscal Q1 202031670001628280-20-007183
10-K2020-03-02fiscal FY 2019391040001628280-20-002657
10-Q2019-11-08fiscal Q3 201934960001628280-19-013823
10-Q2019-08-07fiscal Q2 201931900001628280-19-010232
10-Q2019-05-08fiscal Q1 201931670001628280-19-006232
10-K2019-02-22fiscal FY 201833910001628280-19-001746
10-Q2018-11-06fiscal Q3 201829840001628280-18-013798
10-Q2018-08-08fiscal Q2 201829840001628280-18-010757
10-Q2018-05-08fiscal Q1 201828620001628280-18-006183
10-K2018-02-23fiscal FY 201733910001628280-18-002102
10-Q2017-11-08fiscal Q3 201728800001628280-17-011198
10-Q2017-08-09fiscal Q2 201727780001628280-17-008404
10-Q2017-05-05fiscal Q1 201727600001628280-17-005040
10-K2017-02-21fiscal FY 201632890001628280-17-001492
10-Q2016-11-07fiscal Q3 201627780001628280-16-020954
10-Q2016-08-05fiscal Q2 201627780001628280-16-018627
10-Q2016-05-10fiscal Q1 201627600001628280-16-016074
10-K2016-02-29fiscal FY 201532880001628280-16-011988
10-Q2015-11-06fiscal Q3 201527780001628280-15-008451
10-Q2015-08-10fiscal Q2 201527780001628280-15-006389
10-Q2015-05-08fiscal Q1 201527600001193125-15-179475
10-K2015-03-02fiscal FY 2014321370001193125-15-073184
10-Q2014-11-10fiscal Q3 201427810001193125-14-405715
10-Q2014-08-08fiscal Q2 201426790001193125-14-303228
10-Q2014-05-09fiscal Q1 201426570001193125-14-192434
10-K2014-02-28fiscal FY 2013341410001193125-14-076928
10-Q2013-11-12fiscal Q3 201329730001193125-13-438163
10-Q2013-08-08fiscal Q2 201328690001193125-13-327105
10-Q2013-05-10fiscal Q1 201329530001193125-13-214278
10-K2013-03-01fiscal FY 2012341250001193125-13-086692
10-Q2012-11-09fiscal Q3 201229830001193125-12-463068
10-Q2012-08-09fiscal Q2 201229830001193125-12-346695
10-Q2012-05-10fiscal Q1 201229630001193125-12-225897
10-K/A2012-03-01fiscal FY 2011351440001193125-12-091825
10-Q2011-11-09fiscal Q3 201130820001193125-11-304318
10-Q/A2011-09-07fiscal Q2 201130810001193125-11-242298
10-Q/A2011-06-14fiscal Q1 201128580001193125-11-164870

Inspect the source

Entity
IBERIABANK CORP / CIK 0000933141
Captured
SEC response SHA-256
7d7f88ccbd050f41c8702983e6f913ad343a2cd9ac7c1af01a58bf6d96ae69d1

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