Skip to content

FB FINANCIAL CORPORATION: filings

Every FB FINANCIAL CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 40 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-03fiscal Q2 2026351000001649749-26-000060
10-Q2026-05-04fiscal Q1 202635760001649749-26-000040
10-K2026-02-26fiscal FY 2025371030001649749-26-000012
10-Q2025-11-07fiscal Q3 2025361020001649749-25-000213
10-Q2025-08-04fiscal Q2 2025351000001649749-25-000189
10-Q2025-05-05fiscal Q1 202535760001649749-25-000128
10-K2025-02-25fiscal FY 2024371030001649749-25-000035
10-Q2024-11-04fiscal Q3 2024351000001649749-24-000199
10-Q2024-08-05fiscal Q2 2024361040001649749-24-000170
10-Q2024-05-06fiscal Q1 202436780001649749-24-000119
10-K2024-02-27fiscal FY 2023381060001649749-24-000063
10-Q2023-11-03fiscal Q3 2023361040001649749-23-000260
10-Q2023-08-04fiscal Q2 2023361040001649749-23-000221
10-Q2023-05-08fiscal Q1 202336780001649749-23-000135
10-K2023-02-28fiscal FY 2022381050001649749-23-000047
10-Q2022-11-07fiscal Q3 2022361080001649749-22-000185
10-Q2022-08-08fiscal Q2 2022361080001649749-22-000156
10-Q2022-05-10fiscal Q1 202236780001649749-22-000095
10-K2022-02-25fiscal FY 2021381050001649749-22-000040
10-Q2021-11-08fiscal Q3 2021361080001649749-21-000180
10-Q2021-08-06fiscal Q2 2021351060001649749-21-000140
10-Q2021-05-07fiscal Q1 202135760001649749-21-000098
10-K2021-03-12fiscal FY 2020371620001649749-21-000065
10-Q2020-11-06fiscal Q3 2020371110001649749-20-000194
10-Q2020-08-07fiscal Q2 2020341040001649749-20-000151
10-Q2020-05-11fiscal Q1 202034770001649749-20-000124
10-K2020-03-13fiscal FY 2019381040001649749-20-000069
10-Q2019-11-07fiscal Q3 2019341020001649749-19-000053
10-Q2019-08-08fiscal Q2 2019341020001649749-19-000036
10-Q2019-05-09fiscal Q1 201933720001649749-19-000008
10-K2019-03-12fiscal FY 201833920001628280-19-002811
10-Q2018-11-08fiscal Q3 201831940001564590-18-028384
10-Q2018-08-09fiscal Q2 201832960001564590-18-020892
10-Q2018-05-10fiscal Q1 201825550001564590-18-012884
10-K2018-03-16fiscal FY 201728750001564590-18-006079
10-Q2017-11-14fiscal Q3 201727840001564590-17-023751
10-Q2017-08-10fiscal Q2 201727820001564590-17-017186
10-Q2017-05-12fiscal Q1 201726560001564590-17-010687
10-K2017-03-31fiscal FY 201628730001564590-17-005760
10-Q2016-11-14fiscal Q3 201626800001564590-16-029302

Inspect the source

Entity
FB FINANCIAL CORPORATION / CIK 0001649749
Captured
2026-09-21T17:22:44.781Z
SEC response SHA-256
1a69c283acaf39f16e7d72da8e9b1b542fef9b469aea7824db9c39d6c850103a

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