
STAR GROUP, L.P. — Investor Relations & Filings
Star Group, L.P. is a full-service energy provider specializing in the sale and distribution of home heating oil and propane. The company also offers a comprehensive suite of related home comfort services, including the installation, maintenance, and repair of heating, ventilation, and air conditioning (HVAC) systems. Serving both residential and commercial customers, Star Group operates through a portfolio of well-established local and regional brands to deliver its products and services. It is a leading retail distributor of home heating oil.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 8-K - STAR GROUP, L.P. (0001002590) (Filer) | 2026-04-16 | English | |
| 8-K - STAR GROUP, L.P. (0001002590) (Filer) | 2026-02-13 | English | |
| 8-K - STAR GROUP, L.P. (0001002590) (Filer) | 2026-02-04 | English | |
| 10-Q - STAR GROUP, L.P. (0001002590) (Filer) | 2026-02-04 | English | |
| 5 Filing | 2026-02-02 | English | |
| 4 Filing | 2026-02-02 | English |
Browse filings by year
31 years- 2026 14 filings
- 2025 22 filings
- 2024 19 filings
- 2023 23 filings
- 2022 21 filings
- 2021 19 filings
- 2020 32 filings
- 2019 29 filings
- 2018 31 filings
- 2017 35 filings
- 2016 20 filings
- 2015 17 filings
- 2014 24 filings
- 2013 22 filings
- 2012 42 filings
- 2011 38 filings
- 2010 28 filings
- 2009 40 filings
- 2008 23 filings
- 2007 22 filings
- 2006 80 filings
- 2005 34 filings
- 2004 45 filings
- 2003 34 filings
- 2002 16 filings
- 2001 17 filings
- 2000 15 filings
- 1999 34 filings
- 1998 14 filings
- 1997 12 filings
- 1996 3 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
14 filings
| |||||
| 34648569 | 8-K - STAR GROUP, L.P. (0001002590) (Filer) | 2026-04-16 | English | ||
| 32885056 | 8-K - STAR GROUP, L.P. (0001002590) (Filer) | 2026-02-13 | English | ||
| 32885057 | 8-K - STAR GROUP, L.P. (0001002590) (Filer) | 2026-02-04 | English | ||
| 32885058 | 10-Q - STAR GROUP, L.P. (0001002590) (Filer) | 2026-02-04 | English | ||
| 26145311 | 5 Filing | 2026-02-02 | English | ||
| 26145162 | 4 Filing | 2026-02-02 | English | ||
| 26145067 | 5 Filing | 2026-02-02 | English | ||
| 26145006 | 5 Filing | 2026-02-02 | English | ||
| 26144989 | 5 Filing | 2026-02-02 | English | ||
| 26144975 | 5 Filing | 2026-02-02 | English | ||
| 26144954 | 5/A Filing | 2026-02-02 | English | ||
| 26144947 | 5 Filing | 2026-02-02 | English | ||
| 26144928 | 5/A Filing | 2026-02-02 | English | ||
| 26144939 | 8-K Filing | 2026-01-15 | English | ||
|
2025
1 filing
| |||||
| 10641431 | FORM 8-K | 2025-12-09 | English | ||
Market data
Market data not available
Price history
Peer group · Retail sale of other new goods n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
NOEL GIFTS INTERNATIONAL LTD.
A leading provider of gifts, hampers, and flowers for vario…
|
543 | SG | Wholesale and retail trade |
|
OneWater Marine Inc.
A recreational boat retailer selling new and used boats, pa…
|
ONEW | US | Wholesale and retail trade |
|
Oriental Watch Holdings Limited
Retailer and trader of luxurious timepieces operating acros…
|
398 | HK | Wholesale and retail trade |
|
PeakBirch Commerce Inc.
A technology company operating a digital commerce platform …
|
PKB | CA | Wholesale and retail trade |
|
PET CENTER COMÉRCIO E PARTICIPAÇÕES S.A.
Omnichannel retailer of pet products, veterinary care, and …
|
— | BR | Wholesale and retail trade |
|
Petco Health & Wellness Company, Inc.
A health and wellness company providing pet products, servi…
|
WOOF | US | Wholesale and retail trade |
|
Pets at Home Group PLC
An integrated pet care business with retail, e-commerce, ve…
|
PETS | GB | Wholesale and retail trade |
|
Petservice Holding N.V.
A holding company for online pet product sales and veterina…
|
MLPET | NL | Wholesale and retail trade |
|
Pet Valu Holdings Ltd.
Specialty retailer providing comprehensive pet food, suppli…
|
PET | CA | Wholesale and retail trade |
|
P N GADGIL JEWELLERS LIMITED
Legacy jewelry retailer since 1832 offering gold, diamond, …
|
PNGJL | IN | Wholesale and retail trade |
STAR GROUP, L.P. 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/33057/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=33057 | 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=33057 | 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=33057 \ -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": 33057}, 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 STAR GROUP, L.P. (id: 33057)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.