
SPAR Group, Inc. — Investor Relations & Filings
SPAR Group, Inc. is a global merchandising and marketing services company that provides a range of in-store solutions for retailers and consumer packaged goods (CPG) brands. The company specializes in merchandising, store remodels and resets, product assembly, and promotional marketing programs designed to increase sales and operational efficiency for its clients. Serving diverse retail channels such as mass merchandisers, grocery stores, and pharmacies, SPAR Group combines an experienced workforce with proprietary technology. Its SPARview™ software platform enables real-time data capture, reporting, and analytics to track field execution, provide key insights, and optimize in-store strategies for its partners.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| FORM DEFA14A | 2026-05-19 | English | |
| 10-Q - SPAR Group, Inc. (0001004989) (Filer) | 2026-05-12 | English | |
| 8-K - SPAR Group, Inc. (0001004989) (Filer) | 2026-05-12 | English | |
| DEF 14A - SPAR Group, Inc. (0001004989) (Filer) | 2026-04-30 | English | |
| 8-K - SPAR Group, Inc. (0001004989) (Filer) | 2026-04-13 | English | |
| 8-K - SPAR Group, Inc. (0001004989) (Filer) | 2026-04-08 | English |
Browse filings by year
23 years- 2026 11 filings
- 2025 52 filings
- 2024 88 filings
- 2023 32 filings
- 2022 37 filings
- 2021 62 filings
- 2020 47 filings
- 2019 68 filings
- 2018 60 filings
- 2017 32 filings
- 2016 22 filings
- 2015 24 filings
- 2014 30 filings
- 2013 62 filings
- 2012 43 filings
- 2011 36 filings
- 2010 53 filings
- 2009 69 filings
- 2008 33 filings
- 2007 57 filings
- 2006 29 filings
- 2005 39 filings
- 2004 26 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
11 filings
| |||||
| 46556169 | FORM DEFA14A | 2026-05-19 | English | ||
| 45263526 | 10-Q - SPAR Group, Inc. (0001004989) (Filer) | 2026-05-12 | English | ||
| 45257476 | 8-K - SPAR Group, Inc. (0001004989) (Filer) | 2026-05-12 | English | ||
| 39079722 | DEF 14A - SPAR Group, Inc. (0001004989) (Filer) | 2026-04-30 | English | ||
| 34434901 | 8-K - SPAR Group, Inc. (0001004989) (Filer) | 2026-04-13 | English | ||
| 33814101 | 8-K - SPAR Group, Inc. (0001004989) (Filer) | 2026-04-08 | English | ||
| 33115378 | 10-K - SPAR Group, Inc. (0001004989) (Filer) | 2026-03-31 | English | ||
| 33115371 | 8-K - SPAR Group, Inc. (0001004989) (Filer) | 2026-03-31 | English | ||
| 33115079 | 8-K - SPAR Group, Inc. (0001004989) (Filer) | 2026-03-31 | English | ||
| 26167338 | 8-K Filing | 2026-01-28 | English | ||
| 26167330 | 8-K Filing | 2026-01-15 | English | ||
|
2025
4 filings
| |||||
| 26167397 | 4 Filing | 2025-12-30 | English | ||
| 26167393 | 3 Filing | 2025-12-30 | English | ||
| 10665067 | FORM 8-K | 2025-12-11 | English | ||
| 10665068 | PRIMARY DOCUMENT | 2025-11-26 | English | ||
Market data
Market data not available
Price history
Peer group · Other business support service activities n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
HS HYOSUNG Corporation
A holding company in advanced materials, AI solutions, mobi…
|
487570 | KR | Administrative and support serv… |
|
HYUNDAI EZWEL CO., LTD.
Develops and operates comprehensive employee benefit platfo…
|
090850 | KR | Administrative and support serv… |
|
INNOXCorporation
A holding company developing advanced polymer materials for…
|
088390 | KR | Administrative and support serv… |
|
Inteliqo Limited
Provides sales, marketing, and distribution services for co…
|
IQO | GG | Administrative and support serv… |
|
J ESCOM HOLDINGS,INC.
A holding company in beauty supplies, digital gift cards, a…
|
3779 | JP | Administrative and support serv… |
|
KeePer Technical Laboratory Co., Ltd.
Develops and sells car coatings and operates a network of a…
|
6036 | JP | Administrative and support serv… |
|
LX Holdings Corp.
A holding company with subsidiaries in trading, logistics, …
|
383800 | KR | Administrative and support serv… |
|
Metall Zug AG
Industrial holding company in medical devices, infection co…
|
METN | CH | Administrative and support serv… |
|
METRO TİCARİ VE MALİ YATIRIMLAR HOLDİNG A.Ş.
Diversified holding company with interests in tourism, tran…
|
METRO | TR | Administrative and support serv… |
|
Nalnet Communications Inc.
BPO provider offering services and tech solutions for the a…
|
5870 | JP | Administrative and support serv… |
SPAR 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/34865/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=34865 | 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=34865 | 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=34865 \ -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": 34865}, 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 SPAR Group, Inc. (id: 34865)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.