Asian Citrus Holdings Limited — Investor Relations & Filings
Asian Citrus Holdings Limited operates as an investment holding company with a principal focus on agricultural businesses. The Group's core activities encompass the planting, cultivation, production, and sale of agricultural produce, specifically specializing in the management of large-scale orange plantations. The company cultivates and distributes a variety of oranges, aiming to achieve long-term growth through its specialized agricultural segment.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| MONTHLY RETURN OF EQUITY ISSUER ON MOVEMENTS IN SECURITIES FOR THE MONTH ENDED 30 APRIL 2026 | 2026-05-04 | English | |
| MONTHLY RETURN OF EQUITY ISSUER ON MOVEMENTS IN SECURITIES FOR THE MONTH ENDED 31 MARCH 2026 | 2026-04-01 | English | |
| Notification letter with reply form to Non-registered shareholders - Notice of Publication of Interim Report | 2026-03-19 | English | |
| Notification letter with reply form to Registered shareholders - Notice of Publication of Interim Report | 2026-03-19 | English | |
| 2025/26 INTERIM REPORT | 2026-03-19 | English | |
| MONTHLY RETURN OF EQUITY ISSUER ON MOVEMENTS IN SECURITIES FOR THE MONTH ENDED 28 FEBRUARY 2026 | 2026-03-04 | English |
Market data
Market data not available
Price history
Peer group · Growing of citrus fruits
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ALICO, INC.
An agribusiness and land management company specializing in…
|
ALCO | US | Agriculture, forestry and fishi… |
|
I.C.P. Israel Citrus Plantations Ltd. 1
Operates in citrus agriculture and real estate development,…
|
CTPL1 | IL | Agriculture, forestry and fishi… |
|
Limoneira CO
An agribusiness and real estate development firm producing …
|
LMNR | US | Agriculture, forestry and fishi… |
|
Mehadrin Ltd.
Vertically integrated global grower and exporter of citrus,…
|
MEDN | IL | Agriculture, forestry and fishi… |
Asian Citrus Holdings 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/48920/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=48920 | 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=48920 | 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=48920 \ -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": 48920}, 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 Asian Citrus Holdings Limited (id: 48920)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.