
Agriseed S.A. — Investor Relations & Filings
Agriseed S.A., operating as AG|seed, is a company with over 40 years of experience specializing in the entire seed value chain, from genetic development to market distribution. It conducts research and development to create 100% proprietary genetics for major crops such as Maize, Sorghum, Sunflower, Soy, and Wheat. The company manages the production and processing of these seeds, emphasizing quality control. AG|seed distributes its products through a wide network, serving domestic and international markets including Paraguay, Uruguay, Brazil, Sudan, China, Algeria, Morocco, and South Africa.
Recent filings
Browse filings by year
3 yearsMarket data
Market data not available
Price history
Peer group · Plant propagation
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Shree Ganesh Biotech (India) Limited
Produces, processes, and markets hybrid seeds for cereals a…
|
539470 | IN | Agriculture, forestry and fishi… |
|
Suppro Co.,Ltd
Specializes in ecological restoration, providing trees, see…
|
185190 | KR | Agriculture, forestry and fishi… |
|
The House of Agriculture Spirou S.A.
Researches, produces, and markets plant propagation materia…
|
SPIR | GR | Agriculture, forestry and fishi… |
|
Vilmorin & Cie
A global seed company creating, producing, and distributing…
|
RIN | FR | Agriculture, forestry and fishi… |
|
Vrundavan Plantation Limited
Provides plant cultivation, landscaping services, and horti…
|
544011 | IN | Agriculture, forestry and fishi… |
|
Wanxiang Doneed Co.,Ltd
Researches, produces, and distributes hybrid corn, sunflowe…
|
600371 | CN | Agriculture, forestry and fishi… |
|
YUAN LONGPING HIGH-TECH AGRICULTURE CO.,LTD
Develops high-performance crop seeds using biotechnology an…
|
000998 | CN | Agriculture, forestry and fishi… |
|
秋乐种业
Researches and distributes high-yield corn, wheat, peanut, …
|
920087 | CN | Agriculture, forestry and fishi… |
Agriseed S.A. 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/68529/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=68529 | 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=68529 | 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=68529 \ -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": 68529}, 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 Agriseed S.A. (id: 68529)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.