Skip to content

First Internet Bancorp: filings

Every First Internet Bancorp annual and quarterly report in the SEC record with the published financial measures it tagged, 54 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-05fiscal Q2 202626740001562463-26-000088
10-Q2026-05-06fiscal Q1 202626560001562463-26-000046
10-K2026-03-11fiscal FY 202528790001562463-26-000022
10-Q2025-11-10fiscal Q3 202527760001562463-25-000109
10-Q2025-08-06fiscal Q2 202527760001562463-25-000071
10-Q2025-05-07fiscal Q1 202527580001562463-25-000044
10-K2025-03-12fiscal FY 202428790001562463-25-000022
10-Q2024-11-07fiscal Q3 202427760001562463-24-000086
10-Q2024-08-07fiscal Q2 202427760001562463-24-000066
10-Q2024-05-08fiscal Q1 202427580001562463-24-000036
10-K2024-03-13fiscal FY 202330830001562463-24-000019
10-Q2023-11-08fiscal Q3 202229820001562463-23-000114
10-Q2023-08-08fiscal Q3 202229820001562463-23-000104
10-Q2023-05-10fiscal Q3 202229620001562463-23-000057
10-K2023-03-14fiscal FY 202230830001562463-23-000022
10-Q2022-11-09fiscal Q3 202229820001562463-22-000122
10-Q2022-08-09fiscal Q2 202229820001562463-22-000100
10-Q2022-05-09fiscal Q1 202229620001562463-22-000073
10-K2022-03-15fiscal FY 202030800001562463-22-000039
10-Q2021-11-09fiscal Q3 202128800001562463-21-000090
10-Q2021-08-09fiscal Q2 202127760001562463-21-000078
10-Q2021-05-10fiscal Q1 202130640001562463-21-000054
10-K2021-03-15fiscal FY 2020331450001562463-21-000038
10-Q2020-11-05fiscal Q3 202030820001562463-20-000096
10-Q2020-08-06fiscal Q2 202030820001562463-20-000079
10-Q2020-05-08fiscal Q1 202029620001562463-20-000062
10-K2020-03-12fiscal FY 2019331420001562463-20-000040
10-Q2019-11-08fiscal Q3 201929780001562463-19-000077
10-Q2019-08-07fiscal Q2 201929780001562463-19-000066
10-Q2019-05-08fiscal Q1 201928580001562463-19-000046
10-K2019-03-14fiscal FY 2018251250001562463-19-000034
10-Q2018-11-09fiscal Q3 201825680001562463-18-000090
10-Q2018-08-08fiscal Q2 201824660001562463-18-000075
10-Q2018-05-08fiscal Q1 201823480001562463-18-000051
10-K2018-03-08fiscal FY 2017241220001562463-18-000035
10-Q2017-11-07fiscal Q3 201724660001562463-17-000076
10-Q2017-08-03fiscal Q2 201724660001562463-17-000062
10-Q2017-05-03fiscal Q1 201723480001562463-17-000044
10-K2017-03-14fiscal FY 2016241220001562463-17-000032
10-Q2016-11-07fiscal Q3 201624670001562463-16-000131
10-Q2016-08-02fiscal Q2 201624670001562463-16-000120
10-Q2016-05-04fiscal Q1 201623490001562463-16-000102
10-K2016-03-10fiscal FY 2015241240001562463-16-000087
10-Q2015-11-03fiscal Q3 201523630001562463-15-000052
10-Q2015-08-05fiscal Q2 201523650001562463-15-000033
10-Q2015-05-07fiscal Q1 201523490001562463-15-000014
10-K2015-03-13fiscal FY 201424510001562463-15-000003
10-Q2014-11-12fiscal Q3 201423650001562463-14-000011
10-Q2014-08-12fiscal Q2 201423650001562463-14-000008
10-Q2014-05-14fiscal Q1 201423490001562463-14-000005
10-K2014-03-31fiscal FY 201324510001144204-14-019240
10-Q2013-11-04fiscal Q3 201324670001144204-13-058596
10-Q2013-08-15fiscal Q2 201325690001144204-13-046078
10-Q2013-05-15fiscal Q1 201324510001144204-13-029116

Inspect the source

Entity
First Internet Bancorp / CIK 0001562463
Captured
2026-09-20T09:20:04.368Z
SEC response SHA-256
0a91043b76c8e99e64bf8b19d176479269f3f73c7990637434d20b853c4afbd4

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