Skip to content

Franklin Financial Network Inc.: filings

Every Franklin Financial Network Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 26 filings, each linked to its SEC index.

Filing record ends 2020-08-07

The latest filing in this captured record is a 10-Q filed 2020-08-07. No later filing is in the SEC companyfacts record captured on 2026-09-22. Franklin Financial Network Inc. 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-08-07fiscal Q2 202032950001628280-20-012216
10-Q2020-05-07fiscal Q1 202031690001628280-20-007037
10-K2020-03-16fiscal FY 2019371510001628280-20-003639
10-Q2019-10-31fiscal Q3 201932880001564590-19-039155
10-Q2019-08-06fiscal Q2 201932880001564590-19-029390
10-Q2019-05-09fiscal Q1 201931610001564590-19-017609
10-K2019-03-19fiscal FY 2018311380001564590-19-008368
10-Q2018-11-09fiscal Q3 201827780001564590-18-028828
10-Q2018-08-09fiscal Q2 201828810001193125-18-244442
10-Q2018-05-10fiscal Q1 201823500001193125-18-159051
10-K2018-03-16fiscal FY 2017261250001193125-18-085133
10-Q2017-11-09fiscal Q3 201724740001193125-17-338537
10-Q2017-08-09fiscal Q2 201724740001193125-17-252324
10-Q2017-05-10fiscal Q1 201724520001193125-17-165548
10-K2017-03-16fiscal FY 2016271280001193125-17-085173
10-Q2016-11-09fiscal Q3 201624740001193125-16-764385
10-Q2016-08-09fiscal Q2 201624740001193125-16-676725
10-Q2016-05-10fiscal Q1 201625530001193125-16-585501
10-K2016-03-15fiscal FY 2015271280001193125-16-504895
10-Q2015-11-13fiscal Q3 201525760001193125-15-376962
10-Q2015-08-13fiscal Q2 201525730001193125-15-290024
10-Q2015-05-14fiscal Q1 201524500001193125-15-187987
10-K2015-03-11fiscal FY 201428560001193125-15-087491
10-Q2014-11-14fiscal Q3 201423680001193125-14-412750
10-Q2014-08-14fiscal Q2 201420620001193125-14-309998
10-Q2014-07-30fiscal Q1 201420420001193125-14-285959

Inspect the source

Entity
Franklin Financial Network Inc. / CIK 0001407067
Captured
SEC response SHA-256
4fe9d63a771a8924667f6a82ec0d10c3371949ce20483284ad9f0e0a3787d5b7

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