
EDITION LTD. — Investor Relations & Filings
EDITION LTD. is a group primarily engaged in investment holding and agricultural businesses. Its key segment is agriculture, where it cultivates leafy vegetables, including Asian greens and salad varieties, utilizing both temporary modular and high-technology farms. The company also conducts trading sales of agricultural related products. EDITION LTD. maintains a portfolio of other investments, which includes equity interests in entities such as Arete M Pte Ltd and Wholly Greens Pte Ltd, as well as a loan to Hyperlync Technologies Limited with an option for equity conversion. While the company exited the property development business in FY2017, it retains a development right on a land parcel in Malaysia available for sale.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| General Announcement::Minutes of Annual General Meeting held on 29 April 2026 | 2026-05-25 | English | |
| Annual Reports and Related Documents:: | 2026-04-13 | English | |
| Annual General Meeting::Voluntary | 2026-04-13 | English | |
| REPL::Annual General Meeting::Voluntary | 2026-04-13 | English | |
| Financial Statements and Related Announcement::Full Yearly Results | 2026-02-27 | English | |
| General Announcement::USE OF ALTERNATIVE REF POINT TO DETERMINE MATERIALITY OF IPT | 2026-02-05 | English |
Browse filings by year
2 yearsMarket data
Market data not available
Price history
EDITION LTD. 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/67727/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=67727 | 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=67727 | 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=67727 \ -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": 67727}, 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 EDITION LTD. (id: 67727)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.