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 5 pages 830.6KB | 2026-04-27 | English | |
| Becoming a substantial holder 82 pages 1.4MB | 2026-04-23 | English | |
| Ceasing to be a substantial holder 6 pages 1.0MB | 2026-04-22 | English | |
| Becoming a substantial holder 80 pages 1.4MB | 2026-04-20 | English | |
| Notification regarding unquoted securities - SHV 6 pages 19.4KB | 2026-04-16 | English | |
| SHV CEO Resignation 2 pages 210.4KB | 2026-04-08 | English |
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… |
|
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.