Skip to content

Investar Holding Corporation: filings

Every Investar Holding Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 49 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-06fiscal Q2 202628790001437749-26-026348
10-Q2026-05-08fiscal Q1 202628600001437749-26-015924
10-K2026-03-16fiscal FY 202530780001437749-26-008446
10-Q2025-11-05fiscal Q3 202526740001437749-25-033373
10-Q2025-08-06fiscal Q2 202526720001437749-25-025103
10-Q2025-05-07fiscal Q1 202526540001437749-25-015124
10-K2025-03-12fiscal FY 202430780001437749-25-007226
10-Q2024-11-07fiscal Q3 202426740001437749-24-033826
10-Q2024-08-01fiscal Q2 202426740001437749-24-024247
10-Q2024-05-02fiscal Q1 202427560001437749-24-014351
10-K2024-03-07fiscal FY 202329770001437749-24-006962
10-Q2023-11-02fiscal Q3 202325740001437749-23-030040
10-Q2023-08-03fiscal Q2 202325740001437749-23-021905
10-Q2023-05-04fiscal Q1 202325520001437749-23-012592
10-K2023-03-08fiscal FY 202229770001437749-23-005810
10-Q2022-11-02fiscal Q3 202227760001437749-22-025536
10-Q2022-08-05fiscal Q2 202227760001437749-22-019142
10-Q2022-05-04fiscal Q1 202227540001437749-22-010847
10-K2022-03-09fiscal FY 202130800001437749-22-005693
10-Q2021-11-03fiscal Q3 202127760001437749-21-025099
10-Q2021-08-06fiscal Q2 202127760001437749-21-018944
10-Q2021-05-06fiscal Q1 202127540001437749-21-011167
10-K2021-03-10fiscal FY 202031840001602658-21-000043
10-Q2020-11-05fiscal Q3 202029810001602658-20-000165
10-Q2020-08-06fiscal Q2 202029810001602658-20-000132
10-Q2020-05-08fiscal Q1 202029590001602658-20-000113
10-K2020-03-13fiscal FY 2019311310001602658-20-000084
10-Q2019-11-08fiscal Q3 201928800001602658-19-000149
10-Q2019-08-09fiscal Q2 201928800001602658-19-000120
10-Q2019-05-09fiscal Q1 201928580001602658-19-000093
10-K2019-03-15fiscal FY 2018291290001602658-19-000066
10-Q2018-11-09fiscal Q3 201826740001602658-18-000155
10-Q2018-08-09fiscal Q2 201826740001602658-18-000112
10-Q2018-05-10fiscal Q1 201826540001602658-18-000086
10-K2018-03-16fiscal FY 2017251080001602658-18-000056
10-Q2017-11-09fiscal Q3 201722640001602658-17-000101
10-Q2017-08-09fiscal Q2 201722640001602658-17-000064
10-Q2017-05-04fiscal Q1 201722460001602658-17-000014
10-K2017-03-09fiscal FY 2016241060001564590-17-003868
10-Q2016-11-04fiscal Q3 201622640001564590-16-027524
10-Q2016-08-04fiscal Q2 201622650001564590-16-022670
10-Q2016-05-06fiscal Q1 201621430001564590-16-018057
10-K2016-03-11fiscal FY 2015241030001564590-16-014510
10-Q2015-11-06fiscal Q3 201520590001564590-15-009815
10-Q2015-08-07fiscal Q2 201519580001564590-15-006561
10-Q2015-05-08fiscal Q1 201519400001564590-15-003738
10-K2015-03-31fiscal FY 2014251040001564590-15-002171
10-Q2014-11-03fiscal Q3 201422630001564590-14-004892
10-Q2014-08-14fiscal Q2 201420610001193125-14-309933

Inspect the source

Entity
Investar Holding Corporation / CIK 0001602658
Captured
2026-09-20T09:25:34.388Z
SEC response SHA-256
b29da01297ec3c85d69a004e625e177def06bd88225f813f022753650bf90346

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