
CROOKES BROTHERS LIMITED — Investor Relations & Filings
Crookes Brothers Limited is an investment holding company primarily engaged in large-scale agricultural operations across Southern Africa. The company specializes in the cultivation and production of primary agricultural products, maintaining operations in South Africa, eSwatini, Zambia, and Mozambique. Core products include sugar cane, bananas, and macadamia nuts. As a long-established agri-business, Crookes Brothers focuses on sustainable food production and complements its farming activities with long-term property development initiatives related to its land holdings.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Amendment to Directors’ Declarations | 2026-04-30 | English | |
| Change to the Social and Ethics Committee | 2026-04-23 | English | |
| Amendment to Directors’ Declarations | 2026-04-21 | English | |
| Appointment of Independent Non-Executive Director and Chairperson of the Audit and Risk Committee | 2026-04-21 | English | |
| Appointment of Chief Financial Officer | 2026-03-25 | English | |
| Passing of Chief Financial Officer and Independent Non-Executive Director | 2026-03-09 | English |
Market data
Market data not available
Price history
Peer group · Growing of sugar cane
No peer companies indexed
We could not find peers for this sub-industry yet.
CROOKES BROTHERS 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/48704/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=48704 | 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=48704 | 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=48704 \ -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": 48704}, 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 CROOKES BROTHERS LIMITED (id: 48704)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.