
FRESH DEL MONTE PRODUCE INC — Investor Relations & Filings
Fresh Del Monte Produce Inc. is a global, vertically integrated company that produces, markets, and distributes fresh and fresh-cut fruits and vegetables. The company's product portfolio includes whole produce, conveniently packaged fresh-cut items, and a variety of prepared foods, including juices. Serving consumers and customers worldwide, Fresh Del Monte leverages a comprehensive logistics network of vessels and trucks. This network is also offered as a commercial cargo service to third-party clients. Additionally, the company operates food and beverage stores that sell its freshly prepared products.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| ARS - FRESH DEL MONTE PRODUCE INC (0001047340) (Filer) | 2026-04-24 | English | |
| DEF 14A - FRESH DEL MONTE PRODUCE INC (0001047340) (Filer) | 2026-04-24 | English | |
| SCHEDULE 13G/A - FRESH DEL MONTE PRODUCE INC (0001047340) (Subject) | 2026-03-26 | English | |
| 8-K - FRESH DEL MONTE PRODUCE INC (0001047340) (Filer) | 2026-03-25 | English | |
| 4 - FRESH DEL MONTE PRODUCE INC (0001047340) (Filer) | 2026-03-03 | English | |
| 4 - FRESH DEL MONTE PRODUCE INC (0001047340) (Filer) | 2026-03-03 | English |
Market data
Market data not available
Price history
Peer group · Growing of tropical and subtropical fruits
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AVACOCO.,LTD.
Develops and produces thin-film processing equipment for FP…
|
083930 | KR | Agriculture, forestry and fishi… |
|
Dole plc
A vertically integrated global supplier of fresh fruits and…
|
DOLE | US | Agriculture, forestry and fishi… |
|
Omer-Decugis & Cie
International group managing the value chain for fresh and …
|
ALODC | FR | Agriculture, forestry and fishi… |
|
TGIF AGRIBUSINESS LIMITED
Specializes in pomegranate cultivation and wholesale distri…
|
544175 | IN | Agriculture, forestry and fishi… |
FRESH DEL MONTE PRODUCE 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/31832/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=31832 | 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=31832 | 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=31832 \ -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": 31832}, 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 FRESH DEL MONTE PRODUCE INC (id: 31832)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.