Skip to content

GUARANTY BANCSHARES, INC.: filings

Every GUARANTY BANCSHARES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 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-Q2025-08-06fiscal Q2 202532850000950170-25-104142
10-Q2025-05-06fiscal Q1 202532650000950170-25-064017
10-K2025-03-14fiscal FY 202436960000950170-25-039120
10-Q2024-11-06fiscal Q3 202432850000950170-24-122306
10-Q2024-08-07fiscal Q2 202433890000950170-24-092277
10-Q2024-05-06fiscal Q1 202433670000950170-24-053611
10-K2024-03-14fiscal FY 202336960000950170-24-031668
10-Q2023-11-03fiscal Q3 202332870000950170-23-058884
10-Q2023-08-04fiscal Q2 202332870000950170-23-038612
10-Q2023-05-05fiscal Q1 202332660000950170-23-018318
10-K2023-03-10fiscal FY 202236960000950170-23-007344
10-Q2022-11-04fiscal Q3 202232870000950170-22-022053
10-Q2022-08-05fiscal Q2 202232870000950170-22-015114
10-Q2022-05-09fiscal Q1 202232650000950170-22-008557
10-K2022-03-11fiscal FY 202135950000950170-22-003464
10-Q2021-11-05fiscal Q3 202131850000950170-21-003161
10-Q2021-08-06fiscal Q2 202131850001193125-21-238657
10-Q2021-05-07fiscal Q1 202130620001564590-21-025323
10-K2021-03-12fiscal FY 202035950001564590-21-012701
10-Q2020-11-06fiscal Q3 202031850001564590-20-051664
10-Q2020-08-07fiscal Q2 202031850001564590-20-038074
10-Q2020-05-08fiscal Q1 202030620001564590-20-023635
10-K2020-03-13fiscal FY 201934920001564590-20-010657
10-Q2019-11-07fiscal Q3 201930820001564590-19-041381
10-Q2019-08-09fiscal Q2 201931830001564590-19-031045
10-Q2019-05-10fiscal Q1 201931630001564590-19-018304
10-K2019-03-15fiscal FY 201835990001058867-19-000009
10-Q2018-11-09fiscal Q3 201831860001058867-18-000085
10-Q2018-08-10fiscal Q2 201829820001058867-18-000075
10-Q2018-05-11fiscal Q1 201828600001058867-18-000040
10-K2018-03-16fiscal FY 201734960001058867-18-000028
10-Q2017-11-13fiscal Q3 201730840001058867-17-000032
10-Q2017-08-11fiscal Q2 201730840001058867-17-000017
10-Q2017-06-20fiscal Q1 201728600001058867-17-000008

Inspect the source

Entity
GUARANTY BANCSHARES, INC. / CIK 0001058867
Captured
2026-09-21T17:18:10.053Z
SEC response SHA-256
bf7b7c8b11c50826188e236021f4bce29edc03623859979b58ce2786f3082c70

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