
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 |
|---|---|---|---|
|
OEX S.A.
Provides sales support, loyalty services, and e-commerce lo…
|
OEX | PL | Administrative and support serv… |
|
OPUS GLOBAL Nyilvánosan Működő Részvénytársaság
An asset management holding company with a diversified indu…
|
OPUS | HU | Administrative and support serv… |
|
OTI Greentech AG
Provides sustainable solutions for industrial cleaning, oil…
|
NSAK | DE | Administrative and support serv… |
|
PERA YATIRIM HOLDİNG A.Ş.
A diversified investment holding company in defense, tech, …
|
PEHOL | TR | Administrative and support serv… |
|
Plada Infotech Services Limited
Provides BPO and merchant support services for the payment …
|
PLADAINFO | IN | Administrative and support serv… |
|
Pluxee
A global partner for digital employee benefits and engageme…
|
PLX | NL | Administrative and support serv… |
|
PORTO SERVIÇO S.A
Offers tech-driven assistance, residential repairs, and aut…
|
— | BR | Administrative and support serv… |
|
PreMD Inc.
Specialized provider of medical billing and Revenue Cycle M…
|
PREMF | CA | Administrative and support serv… |
|
Prestige International Inc.
A BPO provider offering 24/7 contact centers, roadside, and…
|
4290 | JP | Administrative and support serv… |
|
Progyny, Inc.
Manages fertility, family building, and women's health bene…
|
PGNY | 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.