
TOOTSIE ROLL INDUSTRIES INC — Investor Relations & Filings
Tootsie Roll Industries, Inc. is a manufacturer and seller of confectionery products. Founded in 1896, the company originated with its iconic chewy, chocolate-flavored candy, the Tootsie Roll. It has since expanded to become one of the largest candy companies with a diverse portfolio of globally recognized brands. The product lineup includes a wide range of candy, chocolate, and bubble gum. Key products include Tootsie Rolls, Tootsie Pops, Charms Blow Pops, Dots, Junior Mints, and Andes Chocolate Mints. The company distributes its confections worldwide.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 8-K - TOOTSIE ROLL INDUSTRIES INC (0000098677) (Filer) | 2026-05-11 | English | |
| 10-Q - TOOTSIE ROLL INDUSTRIES INC (0000098677) (Filer) | 2026-05-08 | English | |
| ARS | 2026-04-30 | English | |
| Major Shareholding Notification 2026 | 2026-04-24 | English | |
| 8-K - TOOTSIE ROLL INDUSTRIES INC (0000098677) (Filer) | 2026-04-23 | English | |
| Major Shareholding Notification 2026 | 2026-03-27 | English |
Browse filings by year
33 years- 2026 9 filings
- 2025 18 filings
- 2024 20 filings
- 2023 21 filings
- 2022 12 filings
- 2021 17 filings
- 2020 16 filings
- 2019 13 filings
- 2018 12 filings
- 2017 11 filings
- 2016 11 filings
- 2015 12 filings
- 2014 14 filings
- 2013 15 filings
- 2012 14 filings
- 2011 14 filings
- 2010 16 filings
- 2009 11 filings
- 2008 21 filings
- 2007 11 filings
- 2006 16 filings
- 2005 20 filings
- 2004 13 filings
- 2003 15 filings
- 2002 7 filings
- 2001 5 filings
- 2000 7 filings
- 1999 6 filings
- 1998 5 filings
- 1997 8 filings
- 1996 5 filings
- 1995 5 filings
- 1994 7 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
9 filings
| |||||
| 44973032 | 8-K - TOOTSIE ROLL INDUSTRIES INC (0000098677) (Filer) | 2026-05-11 | English | ||
| 44370346 | 10-Q - TOOTSIE ROLL INDUSTRIES INC (0000098677) (Filer) | 2026-05-08 | English | ||
| 45999715 | ARS | 2026-04-30 | English | ||
| 45999714 | Major Shareholding Notification 2026 | 2026-04-24 | English | ||
| 35764969 | 8-K - TOOTSIE ROLL INDUSTRIES INC (0000098677) (Filer) | 2026-04-23 | English | ||
| 45999716 | Major Shareholding Notification 2026 | 2026-03-27 | English | ||
| 45999721 | DEF 14A | 2026-03-27 | English | ||
| 32878806 | 10-K - TOOTSIE ROLL INDUSTRIES INC (0000098677) (Filer) | 2026-02-27 | English | ||
| 20880265 | 8-K Filing | 2026-02-12 | English | ||
|
2025
6 filings
| |||||
| 8861440 | 10-Q | 2025-11-07 | English | ||
| 8861445 | 8-K | 2025-10-23 | English | ||
| 8861447 | 10-Q | 2025-08-08 | English | ||
| 8861449 | 8-K | 2025-07-24 | English | ||
| 8861451 | Major Shareholding Notification 2025 | 2025-07-17 | English | ||
| 8861453 | Director's Dealing 2025 | 2025-06-04 | 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 |
TOOTSIE ROLL INDUSTRIES 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/31822/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=31822 | 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=31822 | 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=31822 \ -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": 31822}, 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 TOOTSIE ROLL INDUSTRIES INC (id: 31822)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.