
SELECT HARVESTS LIMITED — Investor Relations & Filings
Select Harvests Limited is a vertically integrated almond producer involved in the entire lifecycle of almond production, from orchard management to processing and marketing. The company operates extensive almond orchards and a state-of-the-art processing facility that produces a wide range of almond products, including raw, blanched, sliced, and slivered almonds, as well as almond flour and paste. Its operations cater to diverse market segments, including industrial food manufacturers, wholesalers, and retail consumers. The company’s brand portfolio includes well-known labels such as Lucky and Sunsol. By maintaining control over the supply chain, the organization ensures high standards of quality and food safety. The business serves a global customer base, exporting products to major international markets while focusing on sustainable farming practices and technological innovation in agricultural processing.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Ceasing to be a substantial holder 7 pages 882.7KB | 2026-05-24 | English | |
| SHV - 1H FY2026 Results Webcast 1 | 2026-05-20 | English | |
| Becoming a substantial holder 84 pages 8.7MB | 2026-05-20 | English | |
| Ceasing to be a substantial holder 6 pages 813.0KB | 2026-05-18 | English | |
| Ceasing to be a substantial holder 16 pages 1.6MB | 2026-05-17 | English | |
| Becoming a substantial holder 94 pages 8.6MB | 2026-05-17 | English |
Browse filings by year
25 years- 2026 20 filings
- 2025 41 filings
- 2024 62 filings
- 2023 43 filings
- 2022 52 filings
- 2021 46 filings
- 2020 63 filings
- 2019 45 filings
- 2018 45 filings
- 2017 62 filings
- 2016 64 filings
- 2015 53 filings
- 2014 52 filings
- 2013 45 filings
- 2012 45 filings
- 2011 36 filings
- 2010 44 filings
- 2009 30 filings
- 2008 21 filings
- 2007 122 filings
- 2006 34 filings
- 2005 35 filings
- 2004 44 filings
- 2003 37 filings
- 2002 2 filings
Market data
Market data not available
Price history
Peer group · Growing of other tree and bush fruits and nuts
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Affinor Growers Inc.
Designs and supplies patented vertical farming technology a…
|
AFI | CA | Agriculture, forestry and fishi… |
|
Ecolumber S.A.
Agroforestry company cultivating and commercializing nuts a…
|
ECO | ES | Agriculture, forestry and fishi… |
|
HOB Co.,Ltd.
A horticultural biotechnology firm managing the strawberry …
|
1382 | JP | Agriculture, forestry and fishi… |
|
HORTIFRUT S.A.
A global platform dedicated to producing and commercializin…
|
— | CL | Agriculture, forestry and fishi… |
|
PATAGONIAN FRUITS S.A.
Produces, packs, and globally markets fresh apples, pears, …
|
— | AR | Agriculture, forestry and fishi… |
|
Seeka Limited
Integrated produce company managing fruit cultivation, proc…
|
SEK | NZ | Agriculture, forestry and fishi… |
SELECT HARVESTS LIMITED 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/65792/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=65792 | 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=65792 | 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=65792 \ -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": 65792}, 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 SELECT HARVESTS LIMITED (id: 65792)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.