
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 |
|---|---|---|---|
|
Almana Limited
Investment holding company distributing commodities and pro…
|
8186 | HK | Financial and insurance activit… |
|
Alpha Professional Holdings Limited
Investment holding company managing diversified businesses:…
|
948 | HK | Financial and insurance activit… |
|
Alpha Services and Holdings S.A.
A financial holding company offering banking, wealth manage…
|
ALPHA | GR | Financial and insurance activit… |
|
ALSET INTERNATIONAL LIMITED
Investment holding in property, IT, F&B, biomedical, direct…
|
40V | SG | Financial and insurance activit… |
|
Alterna Asesoría Internacional, S.A.B. de C.V.
Provides international financial advisory, asset management…
|
ALTERNA | MX | Financial and insurance activit… |
|
Altus Holdings Limited
Corporate finance advisory, strategic consulting, and priva…
|
8149 | HK | Financial and insurance activit… |
|
Alujain Corp.
Investment holding company for petrochemical, energy, and m…
|
2170 | SA | Financial and insurance activit… |
|
Amalgamated Electricity Co. Ltd.
Manages investment portfolios and corporate assets after sh…
|
501622 | IN | Financial and insurance activit… |
|
AMANAT HOLDINGS PJSC
Strategically invests in healthcare and education sectors, …
|
AMANAT | AE | Financial and insurance activit… |
|
Amblin Technologies Inc.
Holding company specializing in strategic investments and c…
|
— | CA | 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.