
HERSHEY CO — Investor Relations & Filings
The Hershey Company is a global manufacturer of confectionery and snack products. As a leading snacking company, it produces a wide array of chocolate and non-chocolate items. The company's extensive portfolio features iconic brands such as Hershey's, Reese's, and Kisses, alongside a diverse range of other sweets, mints, and gum. Hershey has also expanded its offerings to include savory snacks, such as Dot's Homestyle Pretzels. The company distributes its products globally, focusing on creating what it terms "moments of goodness" for consumers through its broad product lineup and strategic retail partnerships.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| FORM SD | 2026-05-19 | English | |
| FORM 8-K DATED MAY 5, 2026 | 2026-05-08 | English | |
| 10-Q - HERSHEY CO (0000047111) (Filer) | 2026-04-30 | English | |
| Major Shareholding Notification 2026 | 2026-04-30 | English | |
| 8-K - HERSHEY CO (0000047111) (Filer) | 2026-04-30 | English | |
| 8-K - HERSHEY CO (0000047111) (Filer) | 2026-04-14 | English |
Browse filings by year
27 years- 2026 54 filings
- 2025 174 filings
- 2024 164 filings
- 2023 215 filings
- 2022 161 filings
- 2021 146 filings
- 2020 147 filings
- 2019 162 filings
- 2018 137 filings
- 2017 147 filings
- 2016 119 filings
- 2015 116 filings
- 2014 125 filings
- 2013 120 filings
- 2012 116 filings
- 2011 125 filings
- 2010 103 filings
- 2009 103 filings
- 2008 127 filings
- 2007 133 filings
- 2006 137 filings
- 2005 134 filings
- 2004 141 filings
- 2003 99 filings
- 2002 66 filings
- 2001 57 filings
- 2000 52 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46556575 | FORM SD | 2026-05-19 | English | ||
| 45921864 | FORM 8-K DATED MAY 5, 2026 | 2026-05-08 | English | ||
| 39131604 | 10-Q - HERSHEY CO (0000047111) (Filer) | 2026-04-30 | English | ||
| 45921869 | Major Shareholding Notification 2026 | 2026-04-30 | English | ||
| 39067807 | 8-K - HERSHEY CO (0000047111) (Filer) | 2026-04-30 | English | ||
| 34522855 | 8-K - HERSHEY CO (0000047111) (Filer) | 2026-04-14 | English | ||
| 33119159 | 8-K - HERSHEY CO (0000047111) (Filer) | 2026-03-31 | English | ||
| 33066438 | 4 - HERSHEY CO (0000047111) (Issuer) | 2026-03-27 | English | ||
| 33060508 | SCHEDULE 13G/A - HERSHEY CO (0000047111) (Subject) | 2026-03-27 | English | ||
| 45921875 | DEFA14A | 2026-03-25 | English | ||
| 33043026 | DEF 14A - HERSHEY CO (0000047111) (Filer) | 2026-03-25 | English | ||
| 33042723 | 4 - HERSHEY CO (0000047111) (Issuer) | 2026-03-25 | English | ||
| 33016229 | 4 - HERSHEY CO (0000047111) (Issuer) | 2026-03-23 | English | ||
| 33003132 | 4 - HERSHEY CO (0000047111) (Issuer) | 2026-03-21 | English | ||
| 32989616 | 4 - HERSHEY CO (0000047111) (Issuer) | 2026-03-19 | English | ||
Market data
Market data not available
Price history
Peer group · Manufacture of cocoa, chocolate and sugar confectionery
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
APOLLO FOOD HOLDINGS BHD
Manufactures, markets, and distributes snack food products,…
|
— | MY | Manufacturing |
|
ARCOR SAIC
Global food company with diversified operations in mass con…
|
— | AR | Manufacturing |
|
Barry Callebaut AG
A B2B manufacturer of high-quality chocolate and cocoa prod…
|
BARN | CH | Manufacturing |
|
Bhang Inc.
Global CPG company specializing in top-selling cannabis-inf…
|
BHNGF | CA | Manufacturing |
|
Carmit Candy Industries Ltd.
Manufacturer of kosher confectionery for retail and industr…
|
CRMT | IL | Manufacturing |
|
Chocoladefabriken Lindt & Sprüngli AG
A global leader in premium chocolate with a 'bean-to-bar' p…
|
LISP | CH | Manufacturing |
|
Cloetta
A confectionery company with strong market positions in Nor…
|
CLA | SE | Manufacturing |
|
COCOALAND HOLDINGS BERHAD
Manufactures and trades food products, confectionery, snack…
|
— | MY | Manufacturing |
|
CROWN CONFECTIONERY CO.,LTD
A manufacturer and distributor of confectionery products, s…
|
264900 | KR | Manufacturing |
|
CROWNHAITAI Holdings CO.,LTD
A holding company that manages subsidiaries in the food and…
|
005740 | KR | Manufacturing |
HERSHEY CO 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/30084/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=30084 | 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=30084 | 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=30084 \ -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": 30084}, 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 HERSHEY CO (id: 30084)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.