SCHWAGER S.A. — Investor Relations & Filings
SCHWAGER S.A. is a company with over 160 years of experience, providing specialized services and solutions to large-scale mining operations. Its core offerings include maintenance, operational support for equipment, and the supply of generator sets for copper production processes. The company is also diversified into renewable energy, focusing on electric solutions and the construction of biogas plants. SCHWAGER emphasizes efficiency, innovation, and sustainability, aiming to be a strategic partner for its clients while contributing to environmental protection.
Recent filings
No filings indexed yet
We are still gathering filings for SCHWAGER S.A.. .
No filings match the current filters
Try clearing the filters, or .
Market data
Market data not available
Price history
Peer group
No peer companies indexed
We could not find peers for this sub-industry yet.
SCHWAGER 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/70116/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=70116 | 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=70116 | 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=70116 \ -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": 70116}, 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 SCHWAGER S.A. (id: 70116)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.