GRAINCORP LIMITED — Investor Relations & Filings
GrainCorp Limited operates an integrated supply chain for grain and oilseeds, specializing in storage, handling, and processing. The company manages an extensive network of grain elevators and port terminals to facilitate the accumulation and distribution of commodities including wheat, barley, canola, and pulses. Its processing operations involve oilseed crushing and refining to produce vegetable oils, animal feed meals, and food ingredients. Additionally, the company provides marketing and logistics services, connecting agricultural producers with global customers in the food, beverage, and renewable energy sectors. GrainCorp focuses on supply chain optimization and quality management to serve international markets and industrial applications.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Change in substantial holding 28 pages 1.2MB | 2026-03-25 | English | |
| Becoming a substantial holder 13 pages 1.5MB | 2026-03-23 | English | |
| Ceasing to be a substantial holder 3 pages 1.3MB | 2026-03-23 | English | |
| Change in substantial holding from MQG 32 pages 202.2KB | 2026-03-10 | English | |
| Notification regarding unquoted securities - GNC 6 pages 20.0KB | 2026-03-10 | English | |
| Notification regarding unquoted securities - GNC 7 pages 22.9KB | 2026-03-10 | English |
Market data
Market data not available
Price history
Peer group · Wholesale of agricultural raw materials and live animals
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Scarnose International Limited
Procures, processes, and distributes cotton products for th…
|
543537 | IN | Wholesale and retail trade |
|
SPRIGHT AGRO LIMITED
Trades, processes, and distributes agricultural commodities…
|
531205 | IN | Wholesale and retail trade |
|
Unique Organics Ltd.
Global source and distributor of agricultural commodities a…
|
530997 | IN | Wholesale and retail trade |
|
Varna-Plod AD
A diversified company in real estate management and agricul…
|
— | BG | Wholesale and retail trade |
|
Zarneni Hrani Bulgaria AD
Procures, stores, and trades grains and oilseeds; distribut…
|
ZHBG | BG | Wholesale and retail trade |
GRAINCORP 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/65001/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=65001 | 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=65001 | 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=65001 \ -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": 65001}, 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 GRAINCORP LIMITED (id: 65001)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.