Skip to content

NICOLET BANKSHARES, INC: filings

Every NICOLET BANKSHARES, INC annual and quarterly report in the SEC record with the published financial measures it tagged, 54 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-07-31fiscal Q2 202627790001174850-26-000164
10-Q2026-05-06fiscal Q1 202627590001174850-26-000110
10-K2026-02-27fiscal FY 202535930001174850-26-000077
10-Q2025-10-31fiscal Q3 202527780001174850-25-000062
10-Q2025-08-01fiscal Q2 202527780001174850-25-000036
10-Q2025-04-29fiscal Q1 202528600001174850-25-000023
10-K2025-02-25fiscal FY 202435920001174850-25-000008
10-Q2024-11-01fiscal Q3 202428800001174850-24-000046
10-Q2024-08-05fiscal Q2 202428800001174850-24-000036
10-Q2024-05-08fiscal Q1 202428600001174850-24-000025
10-K2024-02-28fiscal FY 202336960001174850-24-000010
10-Q2023-11-07fiscal Q3 202329850001174850-23-000038
10-Q2023-08-04fiscal Q2 202329850001174850-23-000029
10-Q2023-05-02fiscal Q1 202329630001174850-23-000018
10-K2023-02-24fiscal FY 202236950001174850-23-000008
10-Q2022-11-01fiscal Q3 202229850001174850-22-000048
10-Q2022-08-08fiscal Q2 202229850001174850-22-000040
10-Q2022-04-29fiscal Q1 202229630001174850-22-000017
10-K2022-02-25fiscal FY 202136950001174850-22-000008
10-Q2021-10-29fiscal Q3 202130870001174850-21-000078
10-Q2021-07-30fiscal Q2 202129830001174850-21-000061
10-Q2021-04-30fiscal Q1 202129630001174850-21-000029
10-K2021-02-26fiscal FY 202035920001174850-21-000007
10-Q2020-10-30fiscal Q3 202029830001174850-20-000064
10-Q2020-07-31fiscal Q2 202029830001174850-20-000052
10-Q2020-04-30fiscal Q1 202029630001174850-20-000032
10-K2020-02-28fiscal FY 201934900001174850-20-000012
10-Q2019-10-31fiscal Q3 201931870001174850-19-000069
10-Q2019-08-02fiscal Q2 201931890001174850-19-000052
10-Q2019-05-03fiscal Q1 201931650001174850-19-000023
10-K2019-03-08fiscal FY 201834920001174850-19-000013
10-Q2018-11-02fiscal Q3 201829800001174850-18-000011
10-Q2018-08-03fiscal Q2 201829800001144204-18-041911
10-Q2018-04-27fiscal Q1 201824500001144204-18-023033
10-K2018-03-07fiscal FY 201730790001144204-18-013359
10-Q2017-11-03fiscal Q3 201724710001144204-17-056066
10-Q2017-08-04fiscal Q2 201724710001144204-17-040466
10-Q2017-04-27fiscal Q1 201723470001571049-17-004028
10-K2017-03-10fiscal FY 201630770001571049-17-002253
10-Q2016-11-04fiscal Q3 201624690001571049-16-019496
10-Q2016-08-04fiscal Q2 201624690001571049-16-017085
10-Q2016-04-28fiscal Q1 201624500001571049-16-014371
10-K2016-03-07fiscal FY 201532860001571049-16-012689
10-Q2015-11-06fiscal Q3 201523680001571049-15-008906
10-Q2015-08-07fiscal Q2 201523680001571049-15-006396
10-Q2015-05-07fiscal Q1 201526540001571049-15-003753
10-K2015-03-09fiscal FY 201432660001571049-15-001773
10-Q2014-11-07fiscal Q3 201426740001571049-14-005957
10-Q2014-08-08fiscal Q2 201426740001571049-14-003821
10-Q2014-05-09fiscal Q1 201426530001571049-14-001644
10-K2014-03-13fiscal FY 201332650001188112-14-000675
10-Q2013-11-12fiscal Q3 201327750001188112-13-003342
10-Q2013-08-12fiscal Q2 201327750001188112-13-002382
10-Q2013-05-14fiscal Q1 201327570001188112-13-001544

Inspect the source

Entity
NICOLET BANKSHARES, INC / CIK 0001174850
Captured
2026-09-20T07:44:38.244Z
SEC response SHA-256
60c017aa55c8edfb47895b2a69cb8bbb5146c528b912997c4329a549822da5ac

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