
SB FINANCIAL GROUP, INC. — Investor Relations & Filings
SB Financial Group, Inc. is a diversified financial services holding company. Its primary subsidiary, The State Bank and Trust Company, provides a comprehensive range of commercial banking and wealth management solutions to both individual and business clients. For personal customers, the company offers deposit products such as checking and savings accounts, alongside lending services including mortgage loans, personal loans, and credit cards. Wealth management services for individuals encompass investment and asset management, estate planning, private banking, and brokerage services. For business clients, services include commercial checking, treasury solutions, and various lending options like commercial real estate, Small Business Administration (SBA), and manufacturing loans. The company also provides specialized investment services for businesses, including retirement plans, insurance, and business succession planning. Another subsidiary, SBFG Title, LLC, offers title services.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 10-Q - SB FINANCIAL GROUP, INC. (0000767405) (Filer) | 2026-05-07 | English | |
| Major Shareholding Notification 2026 | 2026-04-30 | English | |
| 8-K - SB FINANCIAL GROUP, INC. (0000767405) (Filer) | 2026-04-23 | English | |
| 8-K - SB FINANCIAL GROUP, INC. (0000767405) (Filer) | 2026-04-22 | English | |
| 8-K - SB FINANCIAL GROUP, INC. (0000767405) (Filer) | 2026-04-22 | English | |
| Major Shareholding Notification 2026 | 2026-03-27 | English |
Browse filings by year
21 years- 2026 35 filings
- 2025 52 filings
- 2024 47 filings
- 2023 54 filings
- 2022 44 filings
- 2021 45 filings
- 2020 63 filings
- 2019 58 filings
- 2018 71 filings
- 2017 47 filings
- 2016 40 filings
- 2015 39 filings
- 2014 62 filings
- 2013 60 filings
- 2012 50 filings
- 2011 62 filings
- 2010 59 filings
- 2009 31 filings
- 2008 38 filings
- 2007 42 filings
- 2006 36 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 43403069 | 10-Q - SB FINANCIAL GROUP, INC. (0000767405) (Filer) | 2026-05-07 | English | ||
| 46091087 | Major Shareholding Notification 2026 | 2026-04-30 | English | ||
| 35751164 | 8-K - SB FINANCIAL GROUP, INC. (0000767405) (Filer) | 2026-04-23 | English | ||
| 35380110 | 8-K - SB FINANCIAL GROUP, INC. (0000767405) (Filer) | 2026-04-22 | English | ||
| 35324339 | 8-K - SB FINANCIAL GROUP, INC. (0000767405) (Filer) | 2026-04-22 | English | ||
| 46091088 | Major Shareholding Notification 2026 | 2026-03-27 | English | ||
| 46091162 | DEFINITIVE PROXY STATEMENT | 2026-03-06 | English | ||
| 46091183 | ANNUAL REPORT | 2026-03-06 | English | ||
| 32880954 | 4 - SB FINANCIAL GROUP, INC. (0000767405) (Filer) | 2026-02-20 | English | ||
| 32880953 | 4 - SB FINANCIAL GROUP, INC. (0000767405) (Filer) | 2026-02-20 | English | ||
| 23644094 | SCHEDULE 13G/A Filing | 2026-02-13 | English | ||
| 23644038 | 4 Filing | 2026-02-11 | English | ||
| 23643868 | 4 Filing | 2026-02-11 | English | ||
| 18538616 | 4 Filing | 2026-02-06 | English | ||
| 18538614 | 4 Filing | 2026-02-06 | English | ||
Market data
Market data not available
Price history
Peer group · Activities of holding companies
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aceso Life Science Group Limited
Investment holding with diversified interests: finance, pro…
|
474 | HK | Financial and insurance activit… |
|
Ackermans & van Haaren NV
A diversified investment group focused on creating long-ter…
|
ACKB | BE | Financial and insurance activit… |
|
ACNB CORP
Financial holding company with banking and insurance subsid…
|
ACNB | US | Financial and insurance activit… |
|
Aditya Birla Capital Ltd
Financial services holding company offering lending, invest…
|
ABCAPITAL | IN | Financial and insurance activit… |
|
ADQ BONDS MAY2029 5.375%
Abu Dhabi-based investment and holding company focused on c…
|
XSADQ0529 | AE | Financial and insurance activit… |
|
ADQ BONDS MAY2030 4.5%
An investment and holding company creating global business …
|
XSADQ0530 | AE | Financial and insurance activit… |
|
ADQ BONDS MAY2034 5.5%
Sovereign investor making strategic investments in critical…
|
XSADQ0534 | AE | Financial and insurance activit… |
|
ADQ BONDS MAY2035 5%
Sovereign investor creating global business platforms, inve…
|
XSADQ0535 | AE | Financial and insurance activit… |
|
ADQ BONDS OCT2031 4.375%
An investment and holding company focused on critical infra…
|
XSADQ1031 | AE | Financial and insurance activit… |
|
ADQ BONDS OCT2054 5.25%
An investment and holding company creating global business …
|
XSADQ1054 | AE | Financial and insurance activit… |
SB FINANCIAL GROUP, INC. 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/34040/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=34040 | 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=34040 | 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=34040 \ -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": 34040}, 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 SB FINANCIAL GROUP, INC. (id: 34040)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.