
Anglo-Eastern Plantations PLC — Investor Relations & Filings
Anglo-Eastern Plantations PLC is a producer of palm oil and rubber. The company's core business involves owning, operating, and developing plantations in Indonesia and Malaysia. The group is committed to the responsible development and management of its plantations and facilities. This includes a focus on sustainability through environmental initiatives such as zero deforestation and zero burning policies, the operation of biogas and biomass plants, and best management practices for soil and peat. The company also implements corporate social responsibility programs related to community health, education, and smallholder support, while upholding workers' rights and safety standards.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Transaction in Own Shares | 2026-05-22 | English | |
| Transaction in Own Shares | 2026-05-21 | English | |
| Indonesian Government Export Proposals | 2026-05-20 | English | |
| Transaction in Own Shares | 2026-05-18 | English | |
| Transaction in Own Shares | 2026-05-13 | English | |
| Transaction in Own Shares | 2026-05-08 | English |
Browse filings by year
32 years- 2026 90 filings
- 2025 126 filings
- 2024 48 filings
- 2023 60 filings
- 2022 17 filings
- 2021 13 filings
- 2020 26 filings
- 2019 15 filings
- 2018 11 filings
- 2017 13 filings
- 2016 19 filings
- 2015 16 filings
- 2014 12 filings
- 2013 13 filings
- 2012 1 filing
- 2011 1 filing
- 2010 1 filing
- 2009 1 filing
- 2008 1 filing
- 2007 1 filing
- 2006 1 filing
- 2005 1 filing
- 2004 1 filing
- 2003 1 filing
- 2002 1 filing
- 2001 1 filing
- 2000 1 filing
- 1999 1 filing
- 1998 1 filing
- 1997 1 filing
- 1996 1 filing
- 1995 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46777716 | Transaction in Own Shares | 2026-05-22 | English | ||
| 46715725 | Transaction in Own Shares | 2026-05-21 | English | ||
| 46616368 | Indonesian Government Export Proposals | 2026-05-20 | English | ||
| 46381134 | Transaction in Own Shares | 2026-05-18 | English | ||
| 45444934 | Transaction in Own Shares | 2026-05-13 | English | ||
| 44106943 | Transaction in Own Shares | 2026-05-08 | English | ||
| 42452168 | Transaction in Own Shares | 2026-05-07 | English | ||
| 41725038 | Transaction in Own Shares | 2026-05-06 | English | ||
| 41263120 | Acquisition of PT Pinago Utama Tbk | 2026-05-05 | English | ||
| 41262981 | Transaction in Own Shares | 2026-05-05 | English | ||
| 39439836 | Total Voting Rights | 2026-05-01 | English | ||
| 39399100 | Transaction in Own Shares | 2026-05-01 | English | ||
| 39118211 | Annual Report 2025 | 2026-04-30 | English | ||
| 39118210 | Annual Report 2025 | 2026-04-30 | English | ||
| 39084594 | Final results for the year ended 31 December 2025 | 2026-04-30 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for Anglo-Eastern Plantations PLC, but not for this combination of statement and period. Try a different combination.
Swipe the table to view all periods, or rotate your phone for a wider view.
| Line item | ! |
|---|---|
| Definition not yet available — coming soon. |
Market data
Market data not available
Price history
Peer group · Growing of oleaginous fruits
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
MHC PLANTATIONS BHD
Oil palm cultivation, milling, product sales, biogas energy…
|
— | MY | Agriculture, forestry and fishi… |
|
MKH OIL PALM (EAST KALIMANTAN) BERHAD
Cultivates oil palm, producing crude palm oil and palm kern…
|
— | MY | Agriculture, forestry and fishi… |
|
M.P. EVANS GROUP PLC
Producer of certified sustainable palm oil from plantations…
|
MPE | GB | Agriculture, forestry and fishi… |
|
Multi Agro Gemilang Plantation Tbk
Engaged in oil palm plantation, cultivating oil palm, harve…
|
MAGP | ID | Agriculture, forestry and fishi… |
|
NEGRI SEMBILAN OIL PALMS BERHAD
Cultivates oil palms, produces and sells fresh fruit bunche…
|
— | MY | Agriculture, forestry and fishi… |
|
NPC RESOURCES BERHAD
Investment holding company with subsidiaries primarily enga…
|
— | MY | Agriculture, forestry and fishi… |
|
PINEHILL PACIFIC BERHAD
Investment holding company specializing in natural resource…
|
— | MY | Agriculture, forestry and fishi… |
|
PLS PLANTATIONS BERHAD
Manages plantations (forest, oil palm), agrofood (durian, b…
|
— | MY | Agriculture, forestry and fishi… |
|
PPB OIL PALMS BERHAD
Specializes in oil palm cultivation, milling, and manufactu…
|
— | MY | Agriculture, forestry and fishi… |
|
PP London Sumatra Indonesia Tbk
A plantation company focusing on palm oil, rubber, cocoa, a…
|
LSIP | ID | Agriculture, forestry and fishi… |
Anglo-Eastern Plantations PLC 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/5269/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=5269 | 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=5269 | 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=5269 \ -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": 5269}, 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 Anglo-Eastern Plantations PLC (id: 5269)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.