Skip to content

Origin Bancorp, Inc.: filings

Every Origin Bancorp, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 35 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 202627800001516912-26-000046
10-Q2026-05-06fiscal Q1 202627580001516912-26-000032
10-K2026-02-25fiscal FY 202533910001516912-26-000011
10-Q2025-11-05fiscal Q3 202527840001516912-25-000150
10-Q2025-08-06fiscal Q2 202527800001516912-25-000132
10-Q2025-05-07fiscal Q1 202526560001516912-25-000081
10-K2025-02-27fiscal FY 202432880001516912-25-000064
10-K/A2025-02-26fiscal FY 2023371010001516912-25-000061
10-Q2024-11-06fiscal Q3 202427840001516912-24-000117
10-Q2024-08-08fiscal Q2 202427800001516912-24-000092
10-Q2024-05-07fiscal Q1 202428600001516912-24-000040
10-K2024-02-28fiscal FY 2023371010001516912-24-000027
10-Q2023-11-07fiscal Q3 202328890001516912-23-000175
10-Q2023-08-02fiscal Q2 202328840001516912-23-000136
10-Q2023-05-03fiscal Q1 202328600001516912-23-000070
10-K2023-02-22fiscal FY 2022371000001516912-23-000013
10-Q2022-11-02fiscal Q3 202229920001516912-22-000170
10-Q2022-08-03fiscal Q2 202226800001516912-22-000138
10-Q2022-05-04fiscal Q1 202226560001516912-22-000046
10-K2022-02-23fiscal FY 202135920001516912-22-000031
10-Q2021-11-04fiscal Q3 202126840001516912-21-000112
10-Q2021-08-04fiscal Q2 202125760001516912-21-000094
10-Q2021-05-05fiscal Q1 202125540001516912-21-000036
10-K2021-03-02fiscal FY 2020361350001516912-21-000019
10-Q2020-11-04fiscal Q3 202025800001516912-20-000103
10-Q2020-08-10fiscal Q2 202025760001516912-20-000083
10-Q2020-05-06fiscal Q1 202026560001516912-20-000046
10-K2020-02-28fiscal FY 2019361360001516912-20-000020
10-Q2019-11-06fiscal Q3 201931930001516912-19-000083
10-Q2019-08-07fiscal Q2 201928830001516912-19-000068
10-Q2019-05-09fiscal Q1 201927550001516912-19-000042
10-K2019-02-28fiscal FY 2018311320001516912-19-000018
10-Q2018-11-07fiscal Q3 201823680001516912-18-000089
10-Q2018-08-09fiscal Q2 201823680001516912-18-000039
10-Q2018-06-18fiscal Q1 201822480001516912-18-000026

Inspect the source

Entity
Origin Bancorp, Inc. / CIK 0001516912
Captured
2026-09-20T09:13:54.038Z
SEC response SHA-256
55be01a2917b83bb2be6e864cbd57d7244c32ba6fe03590721d1600874936478

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