
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 |
|---|---|---|---|
|
DUDIGITAL GLOBAL LIMITED
Tech-driven outsourcing partner for visa, passport, and ide…
|
DUGLOBAL | IN | Administrative and support serv… |
|
Ecl Spolka Akcyjna
A company transitioning from telecommunications to the spac…
|
ECL | PL | Administrative and support serv… |
|
Emilia Development (O.F.G.) Ltd.
Operational holding company managing a portfolio in distrib…
|
EMDV | IL | Administrative and support serv… |
|
Facs Records Storage Income Fund
Investment trust focused on commercial records management, …
|
FXX | CA | Administrative and support serv… |
|
Ficus Technology Holdings Limited
Provides innovative supply chain management solutions integ…
|
8107 | HK | Administrative and support serv… |
|
FRANCHISE BRANDS PLC
An international, multi-brand franchisor of B2B van-based s…
|
FRAN | GB | Administrative and support serv… |
|
Franchise Services of North America Inc.
Vehicle rental franchisor and holding company operating acr…
|
FSN | CA | Administrative and support serv… |
|
Gatco Technologies Inc.
Provides fully outsourced business services specializing in…
|
— | CA | Administrative and support serv… |
|
GESCO AG
An industrial group acquiring market-leading SMEs in the ca…
|
GSC1 | DE | Administrative and support serv… |
|
HARTE HANKS INC
A customer experience company providing data-driven marketi…
|
HHS | US | 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.