
MSU S.A. — Investor Relations & Filings
MSU S.A. is a business conglomerate with a long-standing history in agribusiness and a significant presence in electric power generation. In agribusiness, the company cultivates over 245,000 hectares, producing more than 1 million tons of grains annually, and operates an agro-industrial peanut processing plant, encompassing peanut production and commercialization. MSU S.A. emphasizes a sustainable production model focused on efficiency, innovation, and responsible resource management. Its energy division, MSU Energy, is actively involved in power generation, including the development of large-scale renewable energy projects such as solar farms.
Recent filings
Market data
Market data not available
Price history
Peer group · Growing of cereals (except rice), leguminous crops and oil seeds
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
SPECIAL GRAINS S A
Produces, stores, and exports high-quality, sustainable Non…
|
— | AR | Agriculture, forestry and fishi… |
|
Tabuk Agricultural Development Co.
Produces and processes field crops, fruits, and vegetables …
|
6040 | SA | Agriculture, forestry and fishi… |
|
White Organic Agro Limited
Cultivates, processes, and distributes organic food, medici…
|
513713 | IN | Agriculture, forestry and fishi… |
|
WIDE OPEN AGRICULTURE LTD
Develops regenerative plant-based proteins and sustainable …
|
WOA | AU | Agriculture, forestry and fishi… |
MSU 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/68523/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=68523 | 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=68523 | 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=68523 \ -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": 68523}, 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 MSU S.A. (id: 68523)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.