
ESKABE S.A. — Investor Relations & Filings
ESKABE S.A. is a long-standing manufacturer of home appliances, with operations dating back to 1950. The company specializes in developing and producing a comprehensive range of equipment for heating, hot water, and cooking. Its product portfolio includes various types of heaters, such as gas heaters (balanced flue, natural flue, and mobile models) and electric heaters, as well as high-recovery gas and electric water heaters, and kitchen appliances. ESKABE S.A. focuses on delivering quality and innovative solutions designed to enhance comfort and practicality in residential settings.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| PROGRAMA: INDIVIDUAL SERIE - SERIE :OBLIGACIONES NEGOCIABLES PYME CNV GARANTIZADAS SERIE II CLASE I - AVISO DE PAGO OBLIGACIONES NEGOCIABLES GARANTIZADAS | 2026-02-23 | Spanish | |
| - AVISO DE PAGO OBLIGACIONES NEGOCIABLES GARANTIZADAS | 2025-11-26 | Spanish | |
| - AVISO DE PAGO OBLIGACIONES NEGOCIABLES GARANTIZADAS | 2025-08-26 | Spanish | |
| FEC. CELEB.: 19-05-2025 - APRUEBA EECC: SI - ACTA DE ASAMBLEA Y/O REUNIÓN DE SOCIOS03 | 2025-06-03 | Spanish | |
| FEC. CELEB.: 28-04-2025 - TEMA: 5 - ACTA DE ÓRGANO DE ADMINISTRACIÓN (DIRECTORIO) | 2025-06-03 | Spanish | |
| NORMA CONTABLE: NCP - TIPO BALANCE: INDIVIDUAL - PERIODICIDAD: ANUAL - FECHA CIERRE: 2024-12-31 - ESTADOS CONTABLES - PYMES GARANTIZADAS | 2025-06-03 | Spanish |
Browse filings by year
5 yearsMarket data
Market data not available
Price history
ESKABE 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/68475/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=68475 | 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=68475 | 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=68475 \ -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": 68475}, 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 ESKABE S.A. (id: 68475)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.