
ASSOCIATED BANC-CORP — Investor Relations & Filings
Associated Banc-Corp is a bank holding company that operates as Associated Bank, a Midwest-based financial institution. It provides a comprehensive range of banking and non-banking financial services to individuals, businesses, and corporations. Offerings for individuals include deposit accounts, mortgages, home equity loans, personal loans, and credit cards. For commercial clients, the company provides lending and credit facilities, deposit products, and employer-sponsored benefit solutions such as Health Savings Accounts (HSAs). The institution also offers wealth management services. It delivers these services through a network of branch locations and a full suite of online and mobile digital banking platforms, emphasizing local expertise and customer service.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Major Shareholding Notification 2026 | 2026-05-06 | English | |
| 8-K - ASSOCIATED BANC-CORP (0000007789) (Filer) | 2026-05-05 | English | |
| Regulatory Filings 2026 | 2026-05-01 | English | |
| Major Shareholding Notification 2026 | 2026-04-29 | English | |
| FORM 8-K | 2026-04-28 | English | |
| 10-Q | 2026-04-28 | English |
Browse filings by year
32 years- 2026 107 filings
- 2025 258 filings
- 2024 273 filings
- 2023 231 filings
- 2022 207 filings
- 2021 235 filings
- 2020 247 filings
- 2019 249 filings
- 2018 295 filings
- 2017 262 filings
- 2016 261 filings
- 2015 229 filings
- 2014 213 filings
- 2013 222 filings
- 2012 211 filings
- 2011 580 filings
- 2010 442 filings
- 2009 304 filings
- 2008 377 filings
- 2007 433 filings
- 2006 459 filings
- 2005 482 filings
- 2004 482 filings
- 2003 318 filings
- 2002 20 filings
- 2001 21 filings
- 2000 11 filings
- 1999 14 filings
- 1998 13 filings
- 1997 18 filings
- 1996 20 filings
- 1995 13 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 45813071 | Major Shareholding Notification 2026 | 2026-05-06 | English | ||
| 41366500 | 8-K - ASSOCIATED BANC-CORP (0000007789) (Filer) | 2026-05-05 | English | ||
| 45813043 | Regulatory Filings 2026 | 2026-05-01 | English | ||
| 45813100 | Major Shareholding Notification 2026 | 2026-04-29 | English | ||
| 45813382 | FORM 8-K | 2026-04-28 | English | ||
| 45813364 | 10-Q | 2026-04-28 | English | ||
| 45813395 | Major Shareholding Notification 2026 | 2026-04-28 | English | ||
| 45813477 | 8-K | 2026-04-23 | English | ||
| 45813487 | Major Shareholding Notification 2026 | 2026-04-06 | English | ||
| 45813499 | Major Shareholding Notification 2026 | 2026-04-06 | English | ||
| 45813524 | DEFA14A | 2026-04-02 | English | ||
| 33150455 | 8-K - ASSOCIATED BANC-CORP (0000007789) (Filer) | 2026-04-01 | English | ||
| 45813537 | Major Shareholding Notification 2026 | 2026-03-26 | English | ||
| 32966822 | 4 - ASSOCIATED BANC-CORP (0000007789) (Issuer) | 2026-03-17 | English | ||
| 32966805 | 4 - ASSOCIATED BANC-CORP (0000007789) (Issuer) | 2026-03-17 | English | ||
Market data
Market data not available
Price history
Peer group · Other monetary intermediation
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Banca Comerciali ,,Victoriabank" S.A.
A universal commercial bank providing services for individu…
|
VCTB | MD | Financial and insurance activit… |
|
Banca Generali
A private bank for wealth management and financial planning…
|
BGN | IT | Financial and insurance activit… |
|
Banca Ifis
Specialized financial services provider for business financ…
|
IF | IT | Financial and insurance activit… |
|
Banca Mediolanum
A financial services group for banking, asset management, a…
|
BMED | IT | Financial and insurance activit… |
|
Banca Monte dei Paschi di Siena
The world's oldest operating bank, offering universal banki…
|
BMPS | IT | Financial and insurance activit… |
|
Banca Popolare di Lajatico S.C.p.A.
Cooperative bank founded in 1884 serving families, professi…
|
— | IT | Financial and insurance activit… |
|
Banca Popolare di Sondrio
A cooperative bank offering banking, financial, and insuran…
|
BPSO | IT | Financial and insurance activit… |
|
Banca Profilo
A financial institution specializing in Private and Investm…
|
BPA | IT | Financial and insurance activit… |
|
Banca Transilvania S.A.
A universal financial institution offering retail, SME, and…
|
TLV | RO | Financial and insurance activit… |
|
Banca Сomercială "MOLDOVA-AGROINDBANK" S.A.
A universal bank providing financial products to individual…
|
- | MD | Financial and insurance activit… |
ASSOCIATED BANC-CORP via the API
Pull this company's filings, identifiers, and metadata as JSON or Markdown. Authenticate with your API key, then query by company ID, ISIN, or LEI. Full schema documented in the OpenAPI spec.
Endpoints
| GET | /api/companies/31126/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=31126 | Paginated list of all filings (filterable by type, date, language) |
| GET | /api/filings/{id}/ | Single filing — metadata, document URL, processing status |
| GET | /api/filings/{id}/markdown/ | Filing content as Markdown (PDF → text/tables/figures) |
| GET | /api/isins/?company=31126 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
cURL
$ curl https://api.financialreports.eu/api/filings/?company=31126 \ -H "x-api-key: $FR_API_KEY" \ -H "Accept: application/json"
Python
import requests r = requests.get( "https://api.financialreports.eu/api/filings/", params={"company": 31126}, headers={"x-api-key": API_KEY}, ) filings = r.json()["results"]
MCP server
// MCP server URL https://mcp.financialfilings.com/mcp // Once connected, the LLM can query this company directly: "Pull the latest 5 filings for ASSOCIATED BANC-CORP (id: 31126)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.